Index: /issm/trunk/cron/configs/linux64_morlighem
===================================================================
--- /issm/trunk/cron/configs/linux64_morlighem	(revision 1612)
+++ /issm/trunk/cron/configs/linux64_morlighem	(revision 1613)
@@ -24,5 +24,5 @@
 
 #number of cpus
-NUMCPUS=8
+NUMCPUS=1
 
 #MATLAB path
Index: /issm/trunk/cron/configs/macosx32_morlighem
===================================================================
--- /issm/trunk/cron/configs/macosx32_morlighem	(revision 1612)
+++ /issm/trunk/cron/configs/macosx32_morlighem	(revision 1613)
@@ -32,3 +32,3 @@
 
 #packages to be run
-PACKAGES="{'macayeal','cielo_serial'}"
+PACKAGES="{'macayeal','cielo_parallel'}"
Index: sm/trunk/cron/linux_cronfile
===================================================================
--- /issm/trunk/cron/linux_cronfile	(revision 1612)
+++ 	(revision )
@@ -1,8 +1,0 @@
-#use /bin/bash to run commands, overriding the default set by cron
-SHELL=/bin/bash
-
-#mail output to Mathieu
-MAILTO=mathieu.morlighem@jpl.nasa.gov
-
-#cronjob: issm sunday-friday 9:00pm
-0 21 * * 0-5 cd /u/wilkes-r1b/morlighe/svn/issm/trunk/cron/ && ./nightlyrun.sh configs/linux64_morlighem
Index: sm/trunk/cron/mac_cronfile
===================================================================
--- /issm/trunk/cron/mac_cronfile	(revision 1612)
+++ 	(revision )
@@ -1,8 +1,0 @@
-#use /bin/bash to run commands, overriding the default set by cron
-SHELL=/bin/bash
-
-#mail output to Helene
-MAILTO=helene.seroussi@jpl.nasa.gov
-
-#cronjob: issm 9:00pm
-50 9 * * * cd /Users/seroussi/Desktop/backup/svn/issm/trunk/cron/ && ./nightlyrun.sh configs/macosx32_seroussi
Index: /issm/trunk/cron/nightlyrun.sh
===================================================================
--- /issm/trunk/cron/nightlyrun.sh	(revision 1612)
+++ /issm/trunk/cron/nightlyrun.sh	(revision 1613)
@@ -144,4 +144,5 @@
 cat > matlab_run.m << EOF
 startup
+warning off %necessary to avoid a nightly.log of several Go for cielo_parallel
 nightlyrun($PACKAGES);
 exit
@@ -172,5 +173,5 @@
 From: "ISSM Nightly run" <$EMAIL_ADRESS>
 To: $i
-Subject: Nightly runs of $ISSM_RELEASE , operating system: $OS.
+Subject: Nightly runs of $ISSM_RELEASE, operating system: $OS.
 Mime-Version: 1.0
 Content-Type: text/html
@@ -180,5 +181,5 @@
 From: "ISSM Nightly run" <$EMAIL_ADRESS>
 To: $i
-Subject: Nightly runs of $ISSM_RELEASE , operating system: $OS.
+Subject: Nightly runs of $ISSM_RELEASE, operating system: $OS.
 Mime-Version: 1.0
 Content-Type: text/html
Index: sm/trunk/cron/winxp32_cronfile
===================================================================
--- /issm/trunk/cron/winxp32_cronfile	(revision 1612)
+++ 	(revision )
@@ -1,8 +1,0 @@
-#use /bin/bash to run commands, overriding the default set by cron
-SHELL=/bin/bash
-
-#mail output to Eric
-MAILTO=eric.larour@jpl.nasa.gov
-
-#cronjob: issm sunday-friday 9:00pm
-0 21 * * 0-5 cd /cygdrive/c/issm/trunk/cron  && ./nightlyrun.sh configs/winxp32_larour
