Changes between Version 47 and Version 48 of pleiadesbash
- Timestamp:
- 04/30/24 13:12:02 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pleiadesbash
v47 v48 40 40 41 41 Note that if your `bashrc` is not loaded when you logging, you will have to add a new file: `~/.bash_login` with the following content: 42 ``` 42 {{{ 43 43 if [ -f ~/.bashrc ]; then . ~/.bashrc; fi 44 ``` 44 }}} 45 45 46 46 == Installing ISSM on Pleiades == … … 244 244 245 245 {{{ 246 cluster.modules = {' comp-intel/2018.3.222' '/nasa/intel/impi/2021.3/modulefiles/mpi/2021.3.0' 'scicon/app-tools'};246 cluster.modules = {'mpi-hpe/mpt', 'comp-intel', 'petsc/3.17.3_intel_mpt_py'}; 247 247 }}} 248 248