Changes between Version 11 and Version 12 of pleiadescsh
- Timestamp:
- 01/12/22 13:38:41 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pleiadescsh
v11 v12 43 43 44 44 For documentation of pleiades, see here: http://www.nas.nasa.gov/hecc/support/kb/ 45 46 You will need to run the following command before configuring ISSM: 47 48 {{{ 49 cd $ISSM_DIR 50 autoreconf -ivf 51 }}} 45 52 46 53 Use the following configuration script (adapt to your needs): … … 92 99 93 100 In addition, will need to build the external package: 101 - gsl, install-pleiades.sh 94 102 - boost, install-1.55-pleiades.sh 95 103 - dakota, install-6.2-pleiades.sh … … 121 129 }}} 122 130 131 Remember, you will need to run the following command before configuring ISSM: 132 133 {{{ 134 cd $ISSM_DIR 135 autoreconf -ivf 136 }}} 137 123 138 Note, if you would like the capabilities of pkgsrc/2020Q4, including updated svn, make sure that you build dakota without that package loaded. Once you have ISSM compiled and installed with dakota, feel free to add back in to your `~/.cshrc`: 124 139