Changes between Version 3 and Version 4 of gscc


Ignore:
Timestamp:
12/09/20 14:33:01 (4 years ago)
Author:
downs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gscc

    v3 v4  
    5252}}}
    5353
    54 == Installing ISSM ==
     54== Install ==
     55
     56= Install Anaconda =
    5557
    5658We will install ISSM within an Anaconda environment on GSCC. To install Anaconda3 run
     
    7072}}}
    7173
    72 Copy ISSM files on your home directory on GSCC, add the following lines to your `~/.bashrc` on GSCC:
    73 {{{
    74 #!sh
    75 module unload rocks-openmpi
    76 export ISSM_DIR=/home/USERNAME/trunk-jpl/
    77 export CONDA_DIR=/home/USERNAME/anaconda3/envs/test/
    78 source $ISSM_DIR/etc/environment.sh
    79 }}}
    80 
    81 Create a file called environment.yml with the following contents:
     74= Setup Anaconda3 environment =
     75
     76Now we'll set up an Anaconda environment called issm. Create a file on GSCC called environment.yml. Copy the following contents:
    8277
    8378{{{
     
    10499}}}
    105100
     101With Anacodna activated, run
     102
     103{{{
     104#!sh
     105conda env create -f environment.yml
     106}}}
     107
     108= Install ISSM =
     109
     110Copy ISSM files on your home directory on GSCC, add the following lines to your `~/.bashrc` on GSCC:
     111{{{
     112#!sh
     113module unload rocks-openmpi
     114export ISSM_DIR=/home/USERNAME/trunk-jpl/
     115export CONDA_DIR=/home/USERNAME/anaconda3/envs/test/
     116source $ISSM_DIR/etc/environment.sh
     117}}}
     118
     119Create a file called environment.yml with the following contents:
     120
     121
     122
    106123Make sure that Anaconda is activated and do
    107124