Changeset 10206
- Timestamp:
- 10/13/11 16:55:44 (13 years ago)
- Location:
- issm/trunk/src/c/shared/Matlab
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/shared/Matlab/ModuleBoot.cpp
r10197 r10206 16 16 17 17 /*Some test for MPI_Init crash with mpich2 1.4 on larsen, just ignore*/ 18 #if _PETSC_MAJOR_ == 3 && _PETSC_MINOR_ < 1 18 19 if(0){ 19 20 int mp_init = 0; … … 39 40 ierr=PetscPopSignalHandler();CHKERRQ(ierr); 40 41 } 42 #endif 41 43 42 44 /*Initialize Petsc: */ -
issm/trunk/src/c/shared/Matlab/ModuleEnd.cpp
r10188 r10206 8 8 int ModuleEnd(void){ 9 9 10 #if _PETSC_MAJOR_ == 3 && _PETSC_MINOR_ < 1 10 11 if(0){ 11 12 PetscBool flg; … … 17 18 ierr=PetscFinalize();CHKERRQ(ierr); 18 19 } 20 #endif 19 21 20 22 return 1;
Note:
See TracChangeset
for help on using the changeset viewer.