| aaec799c | 25-Aug-2018 |
Satish Balay <balay@mcs.anl.gov> |
fix cuda warnings.
/sandbox/petsc/petsc.next/src/vec/vscat/interface/vscatfce.c:186:10: warning: implicit declaration of function ‘VecScatterCUDAIndicesDestroy’ [-Wimplicit-function-declaration]
fix cuda warnings.
/sandbox/petsc/petsc.next/src/vec/vscat/interface/vscatfce.c:186:10: warning: implicit declaration of function ‘VecScatterCUDAIndicesDestroy’ [-Wimplicit-function-declaration] /sandbox/petsc/petsc.next/src/vec/vscat/interface/vscatfce.c:471:14: warning: implicit declaration of function ‘VecScatterCUDAIndicesCreate_PtoP’ [-Wimplicit-function-declaration]
show more ...
|
| 3d0d3f34 | 28-Jul-2018 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Bug fix: update vecscatter memcpy optimizations when indices are remapped
Vecscatter and its optimizations are based on indices. Once they are created, they rarely change. But if indices are remappe
Bug fix: update vecscatter memcpy optimizations when indices are remapped
Vecscatter and its optimizations are based on indices. Once they are created, they rarely change. But if indices are remapped, the optimizations have to be recalculated too.
Thanks to Glenn E Hammond <gehammo@sandia.gov> for reporting this bug.
show more ...
|
| 7b56e58c | 24-Jul-2018 |
Satish Balay <balay@mcs.anl.gov> |
adios: fixes
- fix configure to pass in MPI compilers [instead of --with-mpi=DIR. Similarly attempt to use PETSc configure detected values for hdf5, netcdf, zlib etc.. - fix compiler error with usin
adios: fixes
- fix configure to pass in MPI compilers [instead of --with-mpi=DIR. Similarly attempt to use PETSc configure detected values for hdf5, netcdf, zlib etc.. - fix compiler error with using '0' for ADIOS_STATISTICS_FLAG - declare Petsc_adios_group as PETSC_EXTERN - this way its useable from -lpetscvec [with-visibility=1] - also move Petsc_adios_group to petscimpl.h - to avoid duplicate definitions - fix fortran examples [by adding adios initialization to fortran interface - fix compile error with ex10
show more ...
|