Ignore:
Timestamp:
09/22/10 14:41:30 (14 years ago)
Author:
Mathieu Morlighem
Message:

moved petsc.rc file to md.name.petsc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/clusters/pollux.m

    r5956 r5963  
    5656                fprintf(fid,'cd $PBS_O_WORKDIR\n');
    5757                fprintf(fid,'export OMP_NUM_THREADS=1\n');
    58                 fprintf(fid,'dplace -s1 -c0-%i mpirun -np %i %s/issm.exe %s %s %s.bin %s.outbin %s.lock',md.np-1,md.np,md.codepath,EnumToString(analysis_type),md.executionpath,modelname,modelname,modelname);
     58                fprintf(fid,'dplace -s1 -c0-%i mpirun -np %i %s/issm.exe %s %s %s.bin %s.petsc %s.outbin %s.lock',md.np-1,md.np,md.codepath,EnumToString(analysis_type),md.executionpath,modelname,modelname,modelname,modelname);
    5959
    6060                %close file
Note: See TracChangeset for help on using the changeset viewer.