Changeset 26922 for issm/trunk-jpl/src/m/classes/clusters/pfe.py
- Timestamp:
- 03/08/22 15:01:29 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/clusters/pfe.py
r26835 r26922 178 178 fid.write('export ISSM_DIR="{}"\n'.format(self.srcpath)) # FIXME 179 179 fid.write('source $ISSM_DIR/etc/environment.sh\n') # FIXME 180 fid.write('export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$ISSM_DIR/externalpackages/petsc/install/lib"\n')181 180 fid.write('cd {}/{}/\n\n'.format(self.executionpath, dirname)) 182 181 fid.write('mpiexec -np {} {}/{} {} {}/{} {}\n'.format(self.nprocs(), self.codepath, executable, solution, self.executionpath, dirname, modelname))
Note:
See TracChangeset
for help on using the changeset viewer.