Index: /issm/trunk-jpl/src/m/classes/clusters/greenplanet.m
===================================================================
--- /issm/trunk-jpl/src/m/classes/clusters/greenplanet.m	(revision 11373)
+++ /issm/trunk-jpl/src/m/classes/clusters/greenplanet.m	(revision 11374)
@@ -94,6 +94,6 @@
 			 fprintf(fid,'#PBS -e %s.errlog \n\n',modelname);
 
-			 fprintf(fid,'cd %s\n\n',cluster.executionpath);
-			 fprintf(fid,'mpiexec -np %i %s/issm.exe %s %s %s\n',cluster.np,cluster.codepath,EnumToString(solution),cluster.executionpath,modelname);
+			 fprintf(fid,'cd %s/%s\n\n',cluster.executionpath,md.private.runtimename);
+			 fprintf(fid,'/sopt/mpi/mvapich-1.1/intel/bin/mpiexec -mpich-p4-no-shmem -np %i %s/issm.exe %s %s %s\n',cluster.np,cluster.codepath,EnumToString(solution),cluster.executionpath,modelname);
 
 			 if ~md.settings.io_gather,
