Changes between Version 6 and Version 7 of pleiadescsh


Ignore:
Timestamp:
04/28/21 13:18:18 (4 years ago)
Author:
schlegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pleiadescsh

    v6 v7  
    1919Pleiades uses `csh` and not `bash`, add the following to your `~/.cshrc`:
    2020{{{
    21 #!sh
     21
     22#init lib paths
     23setenv LD_LIBRARY_PATH $HOME
     24setenv DYLD_LIBRARY_PATH $HOME
    2225
    2326#ISSM
     
    3639
    3740Pleiades will ''only'' be used to run the code, you will use your local machine for pre and post processing, you will never use Pleiades' matlab. You can check out ISSM and install the following packages:
    38  - cmake
    3941 - PETSc (use the pleiades script install-3.13-pleiades.sh or newer)
    4042 - m1qn3
     
    8183./configure \
    8284 --prefix=$ISSM_DIR \
    83  --enable-standalone-libraries \
    8485 --with-wrappers=no \
    8586 --with-petsc-dir="$ISSM_DIR/externalpackages/petsc/install" \