Changeset 26333


Ignore:
Timestamp:
06/29/21 14:02:05 (4 years ago)
Author:
jdquinn
Message:

BUG: Minor

File:
1 edited

Legend:

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

    r26332 r26333  
    178178        fid.write('source $ISSM_DIR/etc/environment.sh\n') # FIXME
    179179        fid.write('export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$ISSM_DIR/externalpackages/petsc/install/lib"\n')
    180         fid.write('cd %s/%s/\n\n'.format(self.executionpath, dirname))
    181         fid.write('mpiexec -np {} {}/{} {} {}/{} {}\n'.format(self.nprocs(), self.cpuspernode, self.codepath, executable, solution, self.executionpath, dirname, modelname))
     180        fid.write('cd {}/{}/\n\n'.format(self.executionpath, dirname))
     181        fid.write('mpiexec -np {} {}/{} {} {}/{} {}\n'.format(self.nprocs(), self.codepath, executable, solution, self.executionpath, dirname, modelname))
    182182
    183183        fid.close()
Note: See TracChangeset for help on using the changeset viewer.