Index: /issm/trunk/cron/run.sh
===================================================================
--- /issm/trunk/cron/run.sh	(revision 1973)
+++ /issm/trunk/cron/run.sh	(revision 1974)
@@ -2,4 +2,5 @@
 
 numprocs=8;
+packages="{'cielo_serial'}";
 
 #figure out if startup.m is here, otherwise, symlink it.
@@ -16,5 +17,4 @@
 for (( i=1;i<=$numprocs;i++ ))
 do
-
 	#Launch matlab and the nightly run script
 	cat > matlab_run$i.m << EOF
@@ -22,5 +22,5 @@
 	warning off %necessary to avoid a nightly.log of several Go for cielo_parallel
 	try,
-		nightlyrun({'cielo_serial'},$i,$numprocs);
+		nightlyrun($packages,$i,$numprocs);
 	catch me,
 		%An error occured, get report and exit
@@ -33,5 +33,4 @@
 	exit
 EOF
-
 	matlab -nojvm -nosplash  -r matlab_run$i -logfile nightlylong$i.log &
 done
