Index: /issm/trunk-jpl/src/c/modules/MeshPartitionx/MeshPartitionx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/MeshPartitionx/MeshPartitionx.h	(revision 13316)
+++ /issm/trunk-jpl/src/c/modules/MeshPartitionx/MeshPartitionx.h	(revision 13317)
@@ -76,4 +76,6 @@
 			#ifdef _HAVE_METIS_
 			METIS_PartMeshNodalPatch(&numberofelements2d,&numberofnodes2d, index2d, &etype2d, &numflag, &num_procs, &edgecut, epart2d, npart2d);
+			#else
+			_error_("metis has not beed installed. Cannot run with more than 1 cpu");
 			#endif
 		}
@@ -120,3 +122,2 @@
 }	
 #endif /* _MESHPARTITIONX_H */
-
