Changeset 11724
- Timestamp:
- 03/19/12 18:16:35 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/solutions/issm.cpp
r11695 r11724 41 41 MODULEBOOT(); 42 42 43 #if !defined(_PARALLEL_) || (defined(_PARALLEL_) && !defined(_HAVE_PETSC_))43 #ifndef _PARALLEL_ 44 44 _error_(" parallel executable was compiled without support of parallel libraries!"); 45 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.