Ignore:
Timestamp:
05/24/10 14:41:32 (15 years ago)
Author:
Mathieu Morlighem
Message:

no more enum/AnalysisTypeFromEnum, use Enums only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/queue/old/BuildQueueingScriptgreenplanet.m

    r3149 r3923  
    1717
    1818fprintf(fid,'cd $PBS_O_WORKDIR\n');
    19 fprintf(fid,'mpirun -machinefile $PBS_NODEFILE -np %i %s/%s.exe %s %s.bin %s.outbin %s.lock > %s.outlog',md.np,codepath,AnalysisTypeFromEnum(md.analysis_type),executionpath,md.name,md.name,md.name,md.name);
     19fprintf(fid,'mpirun -machinefile $PBS_NODEFILE -np %i %s/%s.exe %s %s.bin %s.outbin %s.lock > %s.outlog',md.np,codepath,EnumAsString(md.analysis_type),executionpath,md.name,md.name,md.name,md.name);
    2020
    2121fclose(fid);
Note: See TracChangeset for help on using the changeset viewer.