Changes between Version 22 and Version 23 of pleiadesbash


Ignore:
Timestamp:
12/04/19 14:55:51 (5 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pleiadesbash

    v22 v23  
    3939 - PETSc (see instructions below)
    4040
    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:
     41Installing 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:
    4242{{{
    4343#!sh
     
    8585
    8686For documentation of pleiades, see here: http://www.nas.nasa.gov/hecc/support/kb/
     87
     88You will need to run the following command the first time before configuring ISSM:
     89{{{
     90#!sh
     91cd $ISSM_DIR
     92autoreconf -ivf
     93}}}
    8794
    8895Use the following configuration script for ISSM (adapt to your needs):