| 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 ...
|
| eb27c7c8 | 02-Jul-2018 |
Satish Balay <balay@mcs.anl.gov> |
windows: fix link errors:
libpetsc.lib(zstart.o) : error LNK2019: unresolved external symbol PetscGlobalArgs referenced in function "void __cdecl petscinitialize_internal(char *,int,enum PetscBool,i
windows: fix link errors:
libpetsc.lib(zstart.o) : error LNK2019: unresolved external symbol PetscGlobalArgs referenced in function "void __cdecl petscinitialize_internal(char *,int,enum PetscBool,int *)" (?petscinitialize_internal@@YAXPEADHW4PetscBool@@PEAH@Z) libpetsc.lib(zstart.o) : error LNK2019: unresolved external symbol PetscGlobalArgc referenced in function "void __cdecl petscinitialize_internal(char *,int,enum PetscBool,int *)" (?petscinitialize_internal@@YAXPEADHW4PetscBool@@PEAH@Z)
show more ...
|