Changeset 26333
- Timestamp:
- 06/29/21 14:02:05 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/clusters/pfe.py
r26332 r26333 178 178 fid.write('source $ISSM_DIR/etc/environment.sh\n') # FIXME 179 179 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.c puspernode, 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)) 182 182 183 183 fid.close()
Note:
See TracChangeset
for help on using the changeset viewer.