Index: /issm/trunk/externalpackages/metis/config/linux/Makefile.in.patch
===================================================================
--- /issm/trunk/externalpackages/metis/config/linux/Makefile.in.patch	(revision 1443)
+++ /issm/trunk/externalpackages/metis/config/linux/Makefile.in.patch	(revision 1444)
@@ -6,5 +6,5 @@
 > CC = cc
 8c6
-< OPTFLAGS = -DLINUX
+< OPTFLAGS = -DLINUX -fPIC
 ---
-> OPTFLAGS = -O2 -fPIC
+> OPTFLAGS = -O2 
Index: /issm/trunk/externalpackages/metis/install.sh
===================================================================
--- /issm/trunk/externalpackages/metis/install.sh	(revision 1443)
+++ /issm/trunk/externalpackages/metis/install.sh	(revision 1444)
@@ -1,6 +1,3 @@
 #!/bin/bash
-
-#Get number of cpus on current platform
-NUMCPUS=`grep -c processor /proc/cpuinfo`;
 
 #version of metis
@@ -21,7 +18,4 @@
 rm -rf metis-$version
 
-#Platform specific stuff: 
-./configure.sh
-
 #Apply patches
 cd install 
@@ -30,7 +24,8 @@
 patch -R Lib/metis.h ../metis.h.patch
 patch Lib/Makefile ../lib_Makefile.patch
+exit
 
 #Compile metis
-make  -j $NUMCPUS
+make
 
 #Patch proto.h
