Changeset 3332 for issm/trunk/src/c/parallel/diagnostic.cpp
- Timestamp:
- 03/24/10 16:53:27 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/parallel/diagnostic.cpp
r3203 r3332 5 5 #include "../issm.h" 6 6 #include "./parallel.h" 7 8 #undef __FUNCT__9 #define __FUNCT__ "diagnostic"10 7 11 8 #ifdef HAVE_CONFIG_H … … 54 51 55 52 #if !defined(_PARALLEL_) || (defined(_PARALLEL_) && !defined(_HAVE_PETSC_)) 56 throw ErrorException(__FUNCT__," parallel executable was compiled without support of parallel libraries!");53 ISSMERROR(" parallel executable was compiled without support of parallel libraries!"); 57 54 #endif 58 55 … … 163 160 MPI_Barrier(MPI_COMM_WORLD); finish_core=MPI_Wtime( ); 164 161 #else 165 throw ErrorException(__FUNCT__," Dakota not present, cannot do qmu!");162 ISSMERROR(" Dakota not present, cannot do qmu!"); 166 163 #endif 167 164 }
Note:
See TracChangeset
for help on using the changeset viewer.