Changeset 13316
- Timestamp:
- 09/11/12 08:51:23 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/MeshPartitionx/MeshPartitionx.h
r13220 r13316 47 47 #ifdef _HAVE_METIS_ 48 48 METIS_PartMeshNodalPatch(&numberofelements,&numberofnodes, index, &etype, &numflag, &num_procs, &edgecut, epart, npart); 49 #else 50 _error_("metis has not beed installed. Cannot run with more than 1 cpu"); 49 51 #endif 50 52 }
Note:
See TracChangeset
for help on using the changeset viewer.