Changes between Version 7 and Version 8 of discover
- Timestamp:
- 01/12/22 14:28:28 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
discover
v7 v8 37 37 '''Do NOT install mpich'''. We have to use the one provided by NCCS. You can check out ISSM and install the following packages: 38 38 - 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`) 40 40 41 41 You will need to run the following command before configuring ISSM: … … 75 75 76 76 In addition, will need to build the external packages: 77 - gsl, install .sh77 - gsl, install-discover.sh 78 78 - boost, install-1.55-discover.sh 79 79 - dakota, install-6.2-discover.sh … … 82 82 83 83 {{{ 84 #!sh85 84 --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \ 86 85 --with-boost-dir=$ISSM_DIR/externalpackages/boost/install \ 86 }}} 87 88 Remember, you will need to run the following commands before configuring ISSM: 89 90 {{{ 91 cd $ISSM_DIR 92 autoreconf -ivf 87 93 }}} 88 94