Changeset 13316


Ignore:
Timestamp:
09/11/12 08:51:23 (13 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added check if metis is not installed and np>1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/MeshPartitionx/MeshPartitionx.h

    r13220 r13316  
    4747                        #ifdef _HAVE_METIS_
    4848                        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");
    4951                        #endif
    5052                }
Note: See TracChangeset for help on using the changeset viewer.