Changes between Version 1 and Version 2 of totten
- Timestamp:
- 10/22/21 07:50:21 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
totten
v1 v2 62 62 alias ma='matlab -nodesktop -nosplash -r "addpath $ISSM_DIR/src/m/dev; devpath;"' 63 63 }}} 64 65 In order to source `~/.bashrc` on startup, create `~/.bash_profile`, and add the following lines: 66 {{{ 67 if [ -f ~/.bashrc ]; then 68 . ~/.bashrc 69 fi 70 }}} 71 64 Feel free to removing anything that you may have by default in this file. 72 65 ''Log out and log back in'' to apply this change. 73 66 74 67 == Installing ISSM on totten == 75 68 76 You can follow the instructions on the website [http://issm.jpl.nasa.gov/download/unix/]. Choose Petsc v3.12 or later. You should not need Python. 69 You can follow the instructions on the website [http://issm.jpl.nasa.gov/download/unix/]. You will need to install the following packages: 70 * autotools 71 * petsc (take the latest version 3.16 or later) 72 * triangle 73 * m1qn3 77 74 78 75 Use the following configuration script (adapt to your needs): 79 80 76 {{{ 81 77 #!sh … … 106 102 107 103 You will need to install the following additional packages: 108 -codipack109 -medipack110 -gsl104 * codipack 105 * medipack 106 * gsl 111 107 112 108 Use the following configuration script (adapt to your needs, make sure to NOT include --with-petsc-dir): … … 136 132 --enable-development \ 137 133 --enable-debugging 138 139 134 }}}