Changes between Version 7 and Version 8 of discover


Ignore:
Timestamp:
01/12/22 14:28:28 (3 years ago)
Author:
schlegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • discover

    v7 v8  
    3737'''Do NOT install mpich'''. We have to use the one provided by NCCS. You can check out ISSM and install the following packages:
    3838 - m1qn3
    39  - PETSc (use `install-3.14-discover.sh`, and `follow` any instructions - do not make test, it will not work on the cluster)
     39 - PETSc (use `install-3.14-discover.sh`)
    4040
    4141You will need to run the following command before configuring ISSM:
     
    7575
    7676In addition, will need to build the external packages:
    77  - gsl, install.sh
     77 - gsl, install-discover.sh
    7878 - boost, install-1.55-discover.sh
    7979 - dakota, install-6.2-discover.sh
     
    8282
    8383{{{
    84 #!sh
    8584 --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \
    8685 --with-boost-dir=$ISSM_DIR/externalpackages/boost/install \
     86}}}
     87
     88Remember, you will need to run the following commands before configuring ISSM:
     89
     90{{{
     91cd $ISSM_DIR
     92autoreconf -ivf
    8793}}}
    8894