Changeset 2537
- Timestamp:
- 10/26/09 14:06:31 (15 years ago)
- Location:
- issm/trunk/src/m/classes/public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/LaunchQueueJobcosmos.m
r2412 r2537 1 1 function md=LaunchQueueJobcosmos(md,executionpath,options) 2 %LAUNCHQUEUEJOB GEMINI - ...2 %LAUNCHQUEUEJOBCOSMOS- Launch queue script for Cosmos cluster 3 3 % 4 4 % Usage: … … 22 22 eval(['!scp ' md.name '.bin' ' ' md.name '.queue ' md.cluster ':' executionpath]); 23 23 end 24 25 disp('launching solution sequence on remote cluster'); 26 issmssh(md.cluster,['"cd ' executionpath ' && qsub -S/bin/csh ' md.name '.queue "']); 24 27 else 25 28 disp('batch mode requested: not launching job interactively'); 29 30 %new gemini cannot launch across cluster using ssh 31 disp(['launch solution sequence on remote cluster by logging into it and typing qsub -S/bin/csh ' md.name '.queue']); 26 32 end 27 28 %new cosmos cannot launch across cluster using ssh 29 disp(['launch solution sequence on remote cluster by logging into it and typing qsub -S/bin/csh ' md.name '.queue']); 30 md.waitonlock=0; 33 md.waitonlock=0; %cannot wait for lock -
issm/trunk/src/m/classes/public/LaunchQueueJobgemini.m
r2497 r2537 1 1 function md=LaunchQueueJobgemini(md,executionpath,options) 2 %LAUNCHQUEUEJOBGEMINI - ...2 %LAUNCHQUEUEJOBGEMINI - Launch queueing script on Gemini cluster 3 3 % 4 4 % Usage:
Note:
See TracChangeset
for help on using the changeset viewer.