Changeset 2249


Ignore:
Timestamp:
09/16/09 15:47:15 (16 years ago)
Author:
Mathieu Morlighem
Message:

fixed cosmos scripts

Location:
issm/trunk/src/m/classes/public
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/BuildQueueingScriptcosmos.m

    r2242 r2249  
    6868fprintf(fid,'limit stacksize unlimited\n');
    6969fprintf(fid,'limit coredumpsize 0\n');
    70 fprintf(fid,'/opt/mpich/gm/intel10.1/bin/mpirun -np %i -machinefile $PBS_NODEFILE %s/%s.exe %s %s.bin %s.outbin %s.lock',md.np,codepath,AnalysisTypeFromEnum(md.analysis_type),executionpath,md.name,md.name,md.name);
     70fprintf(fid,'/opt/mpich/gm/intel10.1/bin/mpirun -np %i %s/%s.exe %s %s.bin %s.outbin %s.lock',md.np,codepath,AnalysisTypeFromEnum(md.analysis_type),executionpath,md.name,md.name,md.name);
    7171fclose(fid);
  • issm/trunk/src/m/classes/public/LaunchQueueJobcosmos.m

    r2242 r2249  
    2727
    2828%new cosmos cannot launch across cluster using ssh
    29 disp(['launch solution sequence on remote cluster by logging into it and typing qsub < ' md.name '.queue']);
     29disp(['launch solution sequence on remote cluster by logging into it and typing qsub -S/bin/sh ' md.name '.queue']);
    3030md.waitonlock=0;
Note: See TracChangeset for help on using the changeset viewer.