Changeset 13317
- Timestamp:
- 09/11/12 08:53:44 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/MeshPartitionx/MeshPartitionx.h
r13316 r13317 76 76 #ifdef _HAVE_METIS_ 77 77 METIS_PartMeshNodalPatch(&numberofelements2d,&numberofnodes2d, index2d, &etype2d, &numflag, &num_procs, &edgecut, epart2d, npart2d); 78 #else 79 _error_("metis has not beed installed. Cannot run with more than 1 cpu"); 78 80 #endif 79 81 } … … 120 122 } 121 123 #endif /* _MESHPARTITIONX_H */ 122
Note:
See TracChangeset
for help on using the changeset viewer.