Changes between Version 11 and Version 12 of pleiadescsh


Ignore:
Timestamp:
01/12/22 13:38:41 (3 years ago)
Author:
schlegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pleiadescsh

    v11 v12  
    4343
    4444For documentation of pleiades, see here: http://www.nas.nasa.gov/hecc/support/kb/
     45
     46You will need to run the following command before configuring ISSM:
     47
     48{{{
     49cd $ISSM_DIR
     50autoreconf -ivf
     51}}}
    4552
    4653Use the following configuration script (adapt to your needs):
     
    9299 
    93100In addition, will need to build the external package:
     101 - gsl, install-pleiades.sh
    94102 - boost, install-1.55-pleiades.sh
    95103 - dakota, install-6.2-pleiades.sh
     
    121129}}}
    122130
     131Remember, you will need to run the following command before configuring ISSM:
     132
     133{{{
     134cd $ISSM_DIR
     135autoreconf -ivf
     136}}}
     137
    123138Note, 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`:
    124139