Index: /issm/trunk/externalpackages/dakota/configs/pleiades/configure.sh
===================================================================
--- /issm/trunk/externalpackages/dakota/configs/pleiades/configure.sh	(revision 3125)
+++ /issm/trunk/externalpackages/dakota/configs/pleiades/configure.sh	(revision 3125)
@@ -0,0 +1,2 @@
+./configure --prefix="$ISSM_DIR/externalpackages/dakota/install" --without-graphics  --with-pic --with-blas="-L/nasa/intel/mkl/10.0.011/lib/64/ -lmkl -lmkl_lapack -liomp5 -lpthread" --with-lapack="-L/nasa/intel/mkl/10.0.011/lib/64/ -lmkl -lmkl_lapack -liomp5 -lpthread" --disable-mpi
+
Index: /issm/trunk/externalpackages/metis/configs/pleiades/Makefile.in
===================================================================
--- /issm/trunk/externalpackages/metis/configs/pleiades/Makefile.in	(revision 3125)
+++ /issm/trunk/externalpackages/metis/configs/pleiades/Makefile.in	(revision 3125)
@@ -0,0 +1,24 @@
+
+# Which compiler to use
+CC = icc
+OBJ_EXT=o
+LIB_EXT=a
+
+# What optimization level to use
+OPTFLAGS = -O3 -xSSE4.2 
+
+# What options to be used by the compiler
+COPTIONS = 
+
+# What options to be used by the loader
+LDOPTIONS = 
+
+# What archiving to use
+AR = ar rv
+
+# What to use for indexing the archive
+RANLIB = ranlib
+#RANLIB = ar -ts
+#RANLIB = 
+
+
Index: /issm/trunk/externalpackages/metis/configs/pleiades/Makefile.in.patch
===================================================================
--- /issm/trunk/externalpackages/metis/configs/pleiades/Makefile.in.patch	(revision 3125)
+++ /issm/trunk/externalpackages/metis/configs/pleiades/Makefile.in.patch	(revision 3125)
@@ -0,0 +1,10 @@
+3,5c3
+< CC = icc
+< OBJ_EXT=o
+< LIB_EXT=a
+---
+> CC = cc
+8c6
+< OPTFLAGS = -O3 -xSSE4.2 
+---
+> OPTFLAGS = -O2 
Index: /issm/trunk/externalpackages/petsc/configs/pleiades/configure.sh
===================================================================
--- /issm/trunk/externalpackages/petsc/configs/pleiades/configure.sh	(revision 3125)
+++ /issm/trunk/externalpackages/petsc/configs/pleiades/configure.sh	(revision 3125)
@@ -0,0 +1,9 @@
+#After Plapack is fixed
+
+#set PETSC_DIR variable, in case.
+PETSC_DIR=$ISSM_DIR/externalpackages/petsc/install
+
+./config/configure.py  --prefix=$PETSC_DIR --with-batch=1  --PETSC_ARCH=$ISSM_ARCH --PETSC_DIR=$PETSC_DIR   --with-debugging=no --with-shared=0 --with-blas-lapack-dir=/nasa/intel/mkl/10.0.011/ --with-mpi-lib=/nasa/sgi/mpt/1.23.nas/lib64/libmpi.so --with-mpi-include=/nasa/sgi/mpt/1.23.nas/include  --with-mpi-shared=0 --download-mumps=yes --download-scalapack=yes --download-blacs=yes  --with-plapack-dir=$PETSC_DIR/externalpackages/PLAPACKR32-hg/$ISSM_ARCH --FFLAGS=-I/usr/include --with-cc=icc --with-fc=ifort --COPTFLAGS="-march=-O3 -xSSE4.2" --FOPTFLAGS="-march=-O3 -xSSE4.2" --CXXOPTFLAGS="-march=-O3 -xSSE4.2"
+
+#Before Plapack implodes
+#./config/configure.py  --prefix=$PETSC_DIR --with-batch=1  --PETSC_ARCH=$ISSM_ARCH --PETSC_DIR=$PETSC_DIR   --with-debugging=no --with-shared=0 --with-blas-lapack-dir=/nasa/intel/mkl/10.0.011/ --with-mpi-lib=/nasa/sgi/mpt/1.23.nas/lib64/libmpi.so --with-mpi-include=/nasa/sgi/mpt/1.23.nas/include  --with-mpi-shared=0 --download-mumps=yes --download-scalapack=yes --download-blacs=yes  --download-plapack=yes --FFLAGS=-I/usr/include --with-cc=icc --with-fc=ifort --COPTFLAGS="-march=-O3 -xSSE4.2" --FOPTFLAGS="-march=-O3 -xSSE4.2" --CXXOPTFLAGS="-march=-O3 -xSSE4.2"
