Index: /issm/trunk-jpl/configs/config-macosx64-larour-ad.sh
===================================================================
--- /issm/trunk-jpl/configs/config-macosx64-larour-ad.sh	(revision 11663)
+++ /issm/trunk-jpl/configs/config-macosx64-larour-ad.sh	(revision 11663)
@@ -0,0 +1,44 @@
+#!/bin/sh
+
+#petsc 3.2
+#mpich 1.4
+
+./configure \
+	--with-serial=no\
+	--prefix=$ISSM_TIER \
+	--with-metis-dir=$ISSM_TIER/externalpackages/metis/install \
+	--with-petsc-dir=$ISSM_TIER/externalpackages/petsc/install  \
+	--with-mpi-include=$ISSM_TIER/externalpackages/mpich2/install/include  \
+	--with-mpi-lib=" $ISSM_TIER/externalpackages/mpich2/install/lib/libpmpich.a $ISSM_TIER/externalpackages/mpich2/install/lib/libmpich.a $ISSM_TIER/externalpackages/mpich2/install/lib/libmpl.a " \
+	--with-petsc-arch=$ISSM_ARCH \
+	--with-blas-lapack-dir=$ISSM_TIER/externalpackages/petsc/install \
+	--with-chaco-dir=$ISSM_TIER/externalpackages/chaco/install \
+	--with-plapack-lib="-L$ISSM_TIER/externalpackages/petsc/install/ -lPLAPACK" \
+	--with-plapack-include="-I$ISSM_TIER/externalpackages/petsc/install/include/ " \
+	--with-blacs-dir=$ISSM_TIER/externalpackages/petsc/install/ \
+	--with-scalapack-dir=$ISSM_TIER/externalpackages/petsc/install/ \
+	--with-mumps-dir=$ISSM_TIER/externalpackages/petsc/install/ \
+	--with-fortran-lib="/usr/local/lib/libgfortran.a" \
+	--with-dakota-dir=$ISSM_TIER/externalpackages/dakota/install \
+	--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-adic2-dir=$ISSM_TIER/externalpackages/adic/install/ \
+	--with-adolc-dir=$ISSM_TIER/externalpackages/adolc/install/ \
+	--with-numthreads=8 \
+	--without-thermal \
+	--without-control \
+	--without-hydrology \
+	--without-diagnostic \
+	--without-balanced \
+	--without-responses \
+	--without-slope \
+	--without-rifts \
+	--without-steadystate \
+	--without-transient \
+	--without-3d \
+	--without-groundingline
+ 
+#--without-prognostic \
+
+ 
Index: /issm/trunk-jpl/cron/configs/macosx64_larour_validation
===================================================================
--- /issm/trunk-jpl/cron/configs/macosx64_larour_validation	(revision 11662)
+++ /issm/trunk-jpl/cron/configs/macosx64_larour_validation	(revision 11663)
@@ -17,5 +17,5 @@
 
 #COMPILATION CONFIGURATION FILE
-COMPILE_CONFIG_FILE="config-macosx64-mathieu.sh"
+COMPILE_CONFIG_FILE="config-macosx64-larour.sh"
 
 
@@ -84,5 +84,5 @@
 #number of cpus used in ISSM installation and compilation (one is usually
 #safer as some packages are very sensitive to parallel compilation)
-NUMCPUS_INSTALL=4
+NUMCPUS_INSTALL=8
 
 #number of cpus used in the nightly runs.
@@ -94,5 +94,5 @@
 #ex: "'id',[101 102 103]"
 
-NROPTIONS="'id',401:499"
+NROPTIONS="'id',101:151"
 
 #------------------------#
