Changes between Version 22 and Version 23 of pleiadesbash
- Timestamp:
- 12/04/19 14:55:51 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pleiadesbash
v22 v23 39 39 - PETSc (see instructions below) 40 40 41 Installing PETSc on a cluster is challenging because PETSc cannot call `mpiexec` without formally submitting a job. You first need to run the installation script `install-3. 8-pleiades.sh`. You will then be stopped by PETSc with the following message:41 Installing PETSc on a cluster is challenging because PETSc cannot call `mpiexec` without formally submitting a job. You first need to run the installation script `install-3.7-pleiades.sh`. You will then be stopped by PETSc with the following message: 42 42 {{{ 43 43 #!sh … … 85 85 86 86 For documentation of pleiades, see here: http://www.nas.nasa.gov/hecc/support/kb/ 87 88 You will need to run the following command the first time before configuring ISSM: 89 {{{ 90 #!sh 91 cd $ISSM_DIR 92 autoreconf -ivf 93 }}} 87 94 88 95 Use the following configuration script for ISSM (adapt to your needs):