Ignore:
Timestamp:
02/08/12 17:15:05 (13 years ago)
Author:
Mathieu Morlighem
Message:

Fixed execution script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/clusters/greenplanet.m

    r11372 r11374  
    9494                         fprintf(fid,'#PBS -e %s.errlog \n\n',modelname);
    9595
    96                          fprintf(fid,'cd %s\n\n',cluster.executionpath);
    97                          fprintf(fid,'mpiexec -np %i %s/issm.exe %s %s %s\n',cluster.np,cluster.codepath,EnumToString(solution),cluster.executionpath,modelname);
     96                         fprintf(fid,'cd %s/%s\n\n',cluster.executionpath,md.private.runtimename);
     97                         fprintf(fid,'/sopt/mpi/mvapich-1.1/intel/bin/mpiexec -mpich-p4-no-shmem -np %i %s/issm.exe %s %s %s\n',cluster.np,cluster.codepath,EnumToString(solution),cluster.executionpath,modelname);
    9898
    9999                         if ~md.settings.io_gather,
Note: See TracChangeset for help on using the changeset viewer.