Index: /issm/trunk-jpl/configs/config-discover.sh
===================================================================
--- /issm/trunk-jpl/configs/config-discover.sh	(revision 18325)
+++ /issm/trunk-jpl/configs/config-discover.sh	(revision 18326)
@@ -14,8 +14,6 @@
  --with-mpi-include="/usr/local/intel/mpi/4.0.3.008/include64/" \
  --with-mpi-libflags="-L/usr/local/intel/mpi/4.0.3.008/lib64/ -lmpi -lmpiif" \
- --with-petsc-arch=$ISSM_ARCH \
  --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \
  --with-scalapack-dir="/usr/local/intel/mkl/10.1.2.024/lib/64/" \
- --with-blacs-dir="/usr/local/intel/mkl/10.1.2.024/lib/64/" \
  --with-blas-lapack-dir="/usr/local/intel/mkl/10.1.2.024/lib/64/" \
  --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \
Index: /issm/trunk-jpl/configs/config-greenplanet.sh
===================================================================
--- /issm/trunk-jpl/configs/config-greenplanet.sh	(revision 18325)
+++ /issm/trunk-jpl/configs/config-greenplanet.sh	(revision 18326)
@@ -13,5 +13,4 @@
  --with-mpi-include="/sopt/mpi/openmpi-1.5.4_psm/intel/include/" \
  --with-mpi-libflags="-L/sopt/mpi/openmpi-1.5.4_psm/intel/lib/ -lmpi -lmpi_f77" \
- --with-petsc-arch=$ISSM_ARCH \
  --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \
  --with-mkl-dir=/opt/intel/mkl/10.2.4.032/ \
@@ -20,5 +19,4 @@
  --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
  --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
- --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \
  --with-graphics-lib=/usr/lib64/libX11.so \
  --with-cxxoptflags="-O3" \
Index: /issm/trunk-jpl/configs/config-hoffman2.sh
===================================================================
--- /issm/trunk-jpl/configs/config-hoffman2.sh	(revision 18325)
+++ /issm/trunk-jpl/configs/config-hoffman2.sh	(revision 18326)
@@ -1,3 +1,3 @@
-#!/bin/csh
+.//config-greenplanet.sh:21: #!/bin/csh
 
 ./configure \
@@ -8,5 +8,4 @@
  --with-mpi-include=/u/local/intel/11.1/openmpi/1.4.5/include \
  --with-mpi-libflags="-L/u/local/intel/11.1/openmpi/1.4.5/include -lmpi" \
- --with-petsc-arch=$ISSM_ARCH \
  --with-plapack-lib="-L$ISSM_DIR/externalpackages/petsc/install/ -lPLAPACK" \
  --with-plapack-include="-I$ISSM_DIR/externalpackages/petsc/install/externalpackages/PLAPACKR32-hg/INCLUDE" \
@@ -14,5 +13,4 @@
  --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
  --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
- --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \
  --with-graphics-lib=/usr/lib64/libX11.so \
  --with-cxxoptflags="-O3 -L/u/local/intel/11.1/openmpi/1.4.5/lib -lmpi -lmpi_f77 -lmpi_cxx"
Index: /issm/trunk-jpl/configs/config-linux64-cloud.sh
===================================================================
--- /issm/trunk-jpl/configs/config-linux64-cloud.sh	(revision 18325)
+++ /issm/trunk-jpl/configs/config-linux64-cloud.sh	(revision 18326)
@@ -14,6 +14,4 @@
  --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include  \
  --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib/ -lmpich -lmpl " \
- --with-petsc-arch=$ISSM_ARCH \
- --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \
  --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
  --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
Index: /issm/trunk-jpl/configs/config-linux64-larsen-gia.sh
===================================================================
--- /issm/trunk-jpl/configs/config-linux64-larsen-gia.sh	(revision 18325)
+++ /issm/trunk-jpl/configs/config-linux64-larsen-gia.sh	(revision 18326)
@@ -17,5 +17,4 @@
  --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include  \
  --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib/ -lmpich -lmpl " \
- --with-petsc-arch=$ISSM_ARCH \
  --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \
  --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
Index: /issm/trunk-jpl/configs/config-linux64-larsen.sh
===================================================================
--- /issm/trunk-jpl/configs/config-linux64-larsen.sh	(revision 18325)
+++ /issm/trunk-jpl/configs/config-linux64-larsen.sh	(revision 18326)
@@ -17,5 +17,4 @@
  --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include  \
  --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib/ -lmpich -lmpl " \
- --with-petsc-arch=$ISSM_ARCH \
  --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
  --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
Index: /issm/trunk-jpl/configs/config-linux64-murdo.sh
===================================================================
--- /issm/trunk-jpl/configs/config-linux64-murdo.sh	(revision 18325)
+++ /issm/trunk-jpl/configs/config-linux64-murdo.sh	(revision 18326)
@@ -15,5 +15,4 @@
 	--with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/lib/python2.7/site-packages/numpy/core/include/numpy\
 	--with-tao-dir=$ISSM_DIR/externalpackages/tao/install \
-	--with-petsc-arch=$ISSM_ARCH \
 	--with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
 	--with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \
@@ -24,3 +23,2 @@
 	--with-numthreads=18 \
 	--enable-debugging 
-	#--with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \
Index: /issm/trunk-jpl/configs/config-linux64-pleiades-gcc-4.4.4.sh
===================================================================
--- /issm/trunk-jpl/configs/config-linux64-pleiades-gcc-4.4.4.sh	(revision 18325)
+++ /issm/trunk-jpl/configs/config-linux64-pleiades-gcc-4.4.4.sh	(revision 18326)
@@ -4,5 +4,4 @@
 	--without-kriging \
 	--with-matlab-dir="$ISSM_DIR/externalpackages/matlab/install" \
-	--with-petsc-arch=$ISSM_ARCH \
 	--with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
 	--with-triangle-dir="$ISSM_DIR/externalpackages/triangle/install" \
Index: /issm/trunk-jpl/configs/config-linux64-pleiades-gcc-4.7.0.sh
===================================================================
--- /issm/trunk-jpl/configs/config-linux64-pleiades-gcc-4.7.0.sh	(revision 18325)
+++ /issm/trunk-jpl/configs/config-linux64-pleiades-gcc-4.7.0.sh	(revision 18326)
@@ -4,5 +4,4 @@
 	--without-kriging \
 	--with-matlab-dir="$ISSM_DIR/externalpackages/matlab/install" \
-	--with-petsc-arch=$ISSM_ARCH \
 	--with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
 	--with-triangle-dir="$ISSM_DIR/externalpackages/triangle/install" \
Index: /issm/trunk-jpl/configs/config-linux64-pleiades-intel2012.0.032-mpt.2.06rp16.sh
===================================================================
--- /issm/trunk-jpl/configs/config-linux64-pleiades-intel2012.0.032-mpt.2.06rp16.sh	(revision 18325)
+++ /issm/trunk-jpl/configs/config-linux64-pleiades-intel2012.0.032-mpt.2.06rp16.sh	(revision 18326)
@@ -5,5 +5,4 @@
 	--with-matlab-dir="$ISSM_DIR/externalpackages/matlab/install" \
 	--with-petsc-dir="$ISSM_DIR/externalpackages/petsc/install" \
-	--with-petsc-arch=$ISSM_ARCH \
 	--with-triangle-dir="$ISSM_DIR/externalpackages/triangle/install" \
 	--with-mpi-include="/nasa/sgi/mpt/2.06rp16/include" \
Index: /issm/trunk-jpl/configs/config-linux64-skylla.sh
===================================================================
--- /issm/trunk-jpl/configs/config-linux64-skylla.sh	(revision 18325)
+++ /issm/trunk-jpl/configs/config-linux64-skylla.sh	(revision 18326)
@@ -13,5 +13,4 @@
  --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include  \
  --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib/ -lmpich -lmpl " \
- --with-petsc-arch=$ISSM_ARCH \
  --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
  --with-tao-dir=$ISSM_DIR/externalpackages/tao/install/ \
Index: /issm/trunk-jpl/configs/config-linux64-ubuntu64.sh
===================================================================
--- /issm/trunk-jpl/configs/config-linux64-ubuntu64.sh	(revision 18325)
+++ /issm/trunk-jpl/configs/config-linux64-ubuntu64.sh	(revision 18326)
@@ -9,9 +9,7 @@
  --with-mpi-include="/usr/lib/mpich/include" \
  --with-mpi-libflags="-L/usr/lib/mpich/lib -lmpich -lmpl -ldl" \
- --with-petsc-arch=$ISSM_ARCH \
  --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
  --with-plapack-lib="-L$ISSM_DIR/externalpackages/petsc/install/ -lPLAPACK" \
  --with-plapack-include="-I$ISSM_DIR/externalpackages/petsc/install/externalpackages/PLAPACKR32-hg/INCLUDE" \
- --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \
  --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
  --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
Index: /issm/trunk-jpl/configs/config-macosx64.sh
===================================================================
--- /issm/trunk-jpl/configs/config-macosx64.sh	(revision 18325)
+++ /issm/trunk-jpl/configs/config-macosx64.sh	(revision 18326)
@@ -12,13 +12,8 @@
 	--with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include  \
 	--with-mpi-libflags=" $ISSM_DIR/externalpackages/mpich/install/lib/libpmpich.a $ISSM_DIR/externalpackages/mpich/install/lib/libmpich.a $ISSM_DIR/externalpackages/mpich/install/lib/libmpl.a " \
-	--with-petsc-arch=$ISSM_ARCH \
-	--with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \
 	--with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
 	--with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \
 	--with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \
-	--with-chaco-dir="$ISSM_DIR/externalpackages/chaco/install" \
 	--with-fortran-lib="/usr/lib/gcc/i686-apple-darwin10/4.2.1/x86_64/libgfortran.a" \
-	--with-math-lib="/usr/lib/libm.dylib" \
 	--with-graphics-lib="/usr/X11/lib/libX11.dylib" \
-	--with-cxxoptflags=" -fno-common -no-cpp-precomp -fexceptions -arch x86_64 -mmacosx-version-min=10.5  -O3 -DNDEBUG -w "\
 	--with-numthreads=8
Index: /issm/trunk-jpl/configs/config-pleiades-petscdev.sh
===================================================================
--- /issm/trunk-jpl/configs/config-pleiades-petscdev.sh	(revision 18325)
+++ /issm/trunk-jpl/configs/config-pleiades-petscdev.sh	(revision 18326)
@@ -10,10 +10,8 @@
  --with-mpi-include=/nasa/sgi/mpt/2.04/include \
  --with-mpi-libflags="-L/nasa/sgi/mpt/2.04/lib/ -lmpi -lpthread -lgfortran" \
- --with-petsc-arch=$ISSM_ARCH \
  --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \
  --with-mkl-dir=/nasa/intel/mkl/10.0.011/lib/64/ \
  --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
  --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
- --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \
  --with-spai-dir=$ISSM_DIR/externalpackages/petsc/install/ \
  --with-hypre-dir=$ISSM_DIR/externalpackages/petsc/install/ \
Index: /issm/trunk-jpl/configs/config-win7-32.sh
===================================================================
--- /issm/trunk-jpl/configs/config-win7-32.sh	(revision 18325)
+++ /issm/trunk-jpl/configs/config-win7-32.sh	(revision 18326)
@@ -10,5 +10,4 @@
    --with-metis-dir="$ISSM_DIR/externalpackages/metis/install" \
    --with-petsc-dir="$ISSM_DIR/externalpackages/petsc/install" \
-   --with-petsc-arch=$ISSM_ARCH  \
    --with-mpi-libdir="$ISSM_DIR/externalpackages/petsc/install/lib" \
    --with-mpi-libflags="-Wl,libpetsc.lib" \
Index: /issm/trunk-jpl/configs/config-win7-64-parallel.sh
===================================================================
--- /issm/trunk-jpl/configs/config-win7-64-parallel.sh	(revision 18325)
+++ /issm/trunk-jpl/configs/config-win7-64-parallel.sh	(revision 18326)
@@ -11,5 +11,4 @@
 	--with-metis-dir="$ISSM_DIR_WIN/externalpackages/metis/install" \
 	--with-petsc-dir="$ISSM_DIR_WIN/externalpackages/petsc/install" \
-	--with-petsc-arch=$ISSM_ARCH  \
 	--with-blas-lapack-dir="$ISSM_DIR/externalpackages/petsc/install/lib"  \
 	--with-mpi-include="C:/MPICH2/include" \
Index: /issm/trunk-jpl/configs/config-win7-64.sh
===================================================================
--- /issm/trunk-jpl/configs/config-win7-64.sh	(revision 18325)
+++ /issm/trunk-jpl/configs/config-win7-64.sh	(revision 18326)
@@ -9,5 +9,4 @@
 	--with-metis-dir="$ISSM_DIR/externalpackages/metis/install" \
 	--with-petsc-dir="$ISSM_DIR/externalpackages/petsc/install" \
-	--with-petsc-arch=$ISSM_ARCH  \
 	--with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install/lib/  \
 	--with-mpi-libflags-dir="$ISSM_DIR/externalpackages/petsc/install/lib" \
Index: /issm/trunk-jpl/configs/configure.sh
===================================================================
--- /issm/trunk-jpl/configs/configure.sh	(revision 18325)
+++ /issm/trunk-jpl/configs/configure.sh	(revision 18326)
@@ -12,5 +12,4 @@
 	--with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib/ -lmpich" \
 	--with-petsc-dir="$ISSM_DIR/externalpackages/petsc/install" \
-	--with-petsc-arch="$ISSM_ARCH" \
 	--with-metis-dir="$ISSM_DIR/externalpackages/petsc/install" \
 	--with-blas-lapack-dir="$ISSM_DIR/externalpackages/petsc/install" \
