Changes between Version 1 and Version 2 of totten


Ignore:
Timestamp:
10/22/21 07:50:21 (3 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • totten

    v1 v2  
    6262alias ma='matlab -nodesktop -nosplash -r "addpath $ISSM_DIR/src/m/dev; devpath;"'
    6363}}}
    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 
     64Feel free to removing anything that you may have by default in this file.
    7265''Log out and log back in'' to apply this change.
    7366
    7467== Installing ISSM on totten ==
    7568
    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.
     69You 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
    7774
    7875Use the following configuration script (adapt to your needs):
    79 
    8076{{{
    8177#!sh
     
    106102
    107103You will need to install the following additional packages:
    108  - codipack
    109  - medipack
    110  - gsl
     104 * codipack
     105 * medipack
     106 * gsl
    111107
    112108Use the following configuration script (adapt to your needs, make sure to NOT include --with-petsc-dir):
     
    136132   --enable-development \
    137133   --enable-debugging
    138 
    139134}}}