Ignore:
Timestamp:
08/11/09 15:13:09 (16 years ago)
Author:
Mathieu Morlighem
Message:

Analysis_types are now always Enums not strings

File:
1 edited

Legend:

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

    r1111 r1650  
    1515fprintf(fid,'#!/bin/sh\n');
    1616fprintf(fid,'rm -rf %s/%s.lock\n',executionpath,md.name);
    17 fprintf(fid,'mpirun -np %i %s/%s.exe %s %s.bin %s.outbin %s.lock  2> %s.errlog >%s.outlog & ',md.np,codepath,md.analysis_type,executionpath,md.name,md.name,md.name,md.name,md.name);
     17fprintf(fid,'mpirun -np %i %s/%s.exe %s %s.bin %s.outbin %s.lock  2> %s.errlog >%s.outlog & ',md.np,codepath,AnalysisTypeAsEnum(md.analysis_type),executionpath,md.name,md.name,md.name,md.name,md.name);
    1818fclose(fid);
Note: See TracChangeset for help on using the changeset viewer.