Changes between Version 7 and Version 8 of pleiadesbash
- Timestamp:
- 03/22/18 11:39:24 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pleiadesbash
v7 v8 123 123 == pfe_settings.m == 124 124 125 You have to add a file in `$ISSM_DIR/src/m` entitled `pfe_settings.m` with your personal settings:125 You have to add a file in `$ISSM_DIR/src/m` entitled `pfe_settings.m` (on the machine you wish to access Pleiades) with your personal settings: 126 126 127 127 {{{ … … 135 135 }}} 136 136 137 use your username for the `login` and enter your code path and execution path. These settings will be picked up automatically by matlab when you do `md.cluster=pfe()` 137 use your username for the `login` and enter your code path and execution path. These settings will be picked up automatically by matlab when you do `md.cluster=pfe()`. To determine your `grouplist`, on Pleiades run: 138 139 {{{ 140 %groups USERNAME 141 }}} 138 142 139 143 Make sure your module list includes pkgsrc, comp-intel/2016.2.181, and mpi-sgi/mpt .