Changes between Version 6 and Version 7 of pleiadescsh
- Timestamp:
- 04/28/21 13:18:18 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pleiadescsh
v6 v7 19 19 Pleiades uses `csh` and not `bash`, add the following to your `~/.cshrc`: 20 20 {{{ 21 #!sh 21 22 #init lib paths 23 setenv LD_LIBRARY_PATH $HOME 24 setenv DYLD_LIBRARY_PATH $HOME 22 25 23 26 #ISSM … … 36 39 37 40 Pleiades 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 - cmake39 41 - PETSc (use the pleiades script install-3.13-pleiades.sh or newer) 40 42 - m1qn3 … … 81 83 ./configure \ 82 84 --prefix=$ISSM_DIR \ 83 --enable-standalone-libraries \84 85 --with-wrappers=no \ 85 86 --with-petsc-dir="$ISSM_DIR/externalpackages/petsc/install" \