Index: /issm/trunk/src/m/classes/public/LaunchQueueJobcosmos.m
===================================================================
--- /issm/trunk/src/m/classes/public/LaunchQueueJobcosmos.m	(revision 2536)
+++ /issm/trunk/src/m/classes/public/LaunchQueueJobcosmos.m	(revision 2537)
@@ -1,4 +1,4 @@
 function md=LaunchQueueJobcosmos(md,executionpath,options)
-%LAUNCHQUEUEJOBGEMINI - ...
+%LAUNCHQUEUEJOBCOSMOS- Launch queue script for Cosmos cluster
 %
 %   Usage:
@@ -22,9 +22,12 @@
 		eval(['!scp ' md.name '.bin' ' ' md.name '.queue '  md.cluster ':' executionpath]);
 	end
+
+	disp('launching solution sequence on remote cluster');
+	issmssh(md.cluster,['"cd ' executionpath ' && qsub -S/bin/csh ' md.name '.queue "']);
 else
 	disp('batch mode requested: not launching job interactively');
+
+	%new gemini cannot launch across cluster using ssh
+	disp(['launch solution sequence on remote cluster by logging into it and typing qsub -S/bin/csh ' md.name '.queue']);
 end
-
-%new cosmos cannot launch across cluster using ssh
-disp(['launch solution sequence on remote cluster by logging into it and typing qsub -S/bin/csh ' md.name '.queue']);
-md.waitonlock=0;
+md.waitonlock=0; %cannot wait for lock
Index: /issm/trunk/src/m/classes/public/LaunchQueueJobgemini.m
===================================================================
--- /issm/trunk/src/m/classes/public/LaunchQueueJobgemini.m	(revision 2536)
+++ /issm/trunk/src/m/classes/public/LaunchQueueJobgemini.m	(revision 2537)
@@ -1,4 +1,4 @@
 function md=LaunchQueueJobgemini(md,executionpath,options)
-%LAUNCHQUEUEJOBGEMINI - ...
+%LAUNCHQUEUEJOBGEMINI - Launch queueing script on Gemini cluster
 %
 %   Usage:
