Changes between Version 47 and Version 48 of pleiadesbash


Ignore:
Timestamp:
04/30/24 13:12:02 (12 months ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pleiadesbash

    v47 v48  
    4040
    4141Note 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{{{
    4343if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
    44 ```
     44}}}
    4545
    4646== Installing ISSM on Pleiades ==
     
    244244
    245245{{{
    246 cluster.modules = {'comp-intel/2018.3.222' '/nasa/intel/impi/2021.3/modulefiles/mpi/2021.3.0' 'scicon/app-tools'};
     246cluster.modules = {'mpi-hpe/mpt', 'comp-intel', 'petsc/3.17.3_intel_mpt_py'};
    247247}}}
    248248