| 87f587ee | 15-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
have to turn off stack SAWs serving before turning off SAWs some silly python code badly processing SAWs json |
| 98eb11da | 14-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added -saws_https and -saws_port |
| 9a492a5c | 13-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
updated to latest SAWs API |
| 71244e97 | 11-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added support for -saws_log |
| 2657e9d9 | 10-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
updated to new /dir1/dir2/variablename scheme for SAWs |
| 37bef686 | 06-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
updated PETSc to use a hierarchy of SAWs directories, doesn't work properly |
| ca93e954 | 06-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
update for latest SAWs |
| c9e2ceb8 | 23-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for build error on cygwin |
| b3a4ddee | 22-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
better error display |
| f94132c3 | 19-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
trivial cleanup |
| 65d9b8f1 | 19-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
update PetscSubcommSetTypeGeneral() - rm input duprank |
| 19171117 | 19-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
cleanup |
| f68be91c | 19-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
add PetscSubcommSetFromOptions(); PCRedundant can swith to PETSC_SUBCOMM_CONTIGUOUS at runtime |
| e37c6257 | 18-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
implement MatGetRedundantMatrix for psubcomm_type CONTIGUOUS; rename MatGetRedundantMatrix_MPIAIJ_interlaced to MatGetRedundantMatrix_MPIAIJ_psubcomm |
| 053d1c95 | 16-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
add PetscSubcommView() |
| d3b23db5 | 11-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm mlocal_red from MatGetRedundantMatrix() set defaults in PetscSubcommCreate() |
| f38d543f | 10-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
add 'type' to struct _n_PetscSubcomm |
| e04113cf | 24-Jul-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
converted uAMS usage to SAWs usage; starts server but cannot see any published directories |
| 72cfe0ad | 23-Jul-2013 |
Karl Rupp <rupp@iue.tuwien.ac.at> |
Merge branch 'paulmullowney/txpetscgpu-package-removal' |
| 2692e278 | 08-Jul-2013 |
Paul Mullowney <paulm@txcorp.com> |
Adding PREPROCESSOR directives to protect ELL and HYB storage formats.
I've added preprocessor directives around all code using the cusparse hybrid (or ellpack) format to only build when CUDA 4.2 or
Adding PREPROCESSOR directives to protect ELL and HYB storage formats.
I've added preprocessor directives around all code using the cusparse hybrid (or ellpack) format to only build when CUDA 4.2 or beyond is being used. I've also changed the documentation in a few places to reflect this. In a few places, protections were required for CUDA 5.0 (hyb2csr conversion and in the stream creation in veccusp.cu).
Also adding code to the init.c that 1) checks cuda error codes and 2) sets the device flags so that memory can be registered as paged- locked via : cudaSetDeviceFlags(cudaDeviceMapHost). This should be valid for all 1.3 devices and later. Moreover, these changes allow multiple MPI threads to work on 1 GPU using cuda streams in a thread safe manner.
show more ...
|
| cef79c10 | 16-Jul-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
updates to AMS interface include simple bash scripts |
| 22a7b760 | 10-Jul-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Merge branch 'maint'
* maint: doc: add petsctime.h to SOURCEH (fixes missing docs) Increase patchlevel to 3.4.2 ABI compatibility for debug and optimized builds |
| 0076e027 | 08-Jul-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
completed allowing generating graphics with Xvfb, works with AMS |
| f4202a44 | 07-Jul-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
need to start AMS server after Xvfb or else Xvfb cannot load keyboading mapping, no idea why. |
| 4b91bfc3 | 07-Jul-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/x-virtual' into barry/uams |