Changeset 25039
- Timestamp:
- 06/16/20 14:30:43 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/clusters/pfe.m
r24465 r25039 18 18 time = 12*60; 19 19 processor = 'ivy'; 20 srcpath = ''; 20 21 codepath = ''; 21 22 executionpath = ''; … … 167 168 fprintf(fid,'export MPI_LAUNCH_TIMEOUT=520\n'); 168 169 fprintf(fid,'export MPI_GROUP_MAX=64\n\n'); 169 fprintf(fid,'export ISSM_DIR="%s /../"\n',cluster.codepath); %FIXME170 fprintf(fid,'export ISSM_DIR="%s"\n',cluster.srcpath); %FIXME 170 171 fprintf(fid,'source $ISSM_DIR/etc/environment.sh\n'); %FIXME 172 fprintf(fid,'export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$ISSM_DIR/externalpackages/petsc/install/lib"\n'); 171 173 fprintf(fid,'cd %s/%s/\n\n',cluster.executionpath,dirname); 172 174 if ~isvalgrind,
Note:
See TracChangeset
for help on using the changeset viewer.