Changes between Version 5 and Version 6 of gscc


Ignore:
Timestamp:
12/09/20 15:56:55 (4 years ago)
Author:
downs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gscc

    v5 v6  
    5656= Install Anaconda =
    5757
    58 We will install ISSM within an Anaconda environment on GSCC. To install Anaconda3 run
     58We will install ISSM within an Anaconda environment on GSCC. The Anaconda environment will act as an isolated compile environment. To install Anaconda3 run
    5959
    6060{{{
     
    107107}}}
    108108
    109 
    110 
    111109= Install ISSM =
    112110
     
    119117source $ISSM_DIR/etc/environment.sh
    120118source ~/anaconda3/bin/activate
    121 conda activate test
     119conda activate issm
    122120}}}
    123121
     
    156154make install
    157155}}}
    158 
    159 
    160 This is not a completely minimal setu
    161 
    162 {{{
    163 #!m
    164 cluster.login='morlighem';
    165 cluster.queue='ilg2.3';
    166 cluster.port='';
    167 cluster.codepath='/DFS-B/DATA/morlighem/trunk-jpl/bin/';
    168 cluster.executionpath='/DFS-B/DATA/morlighem/trunk-jpl/execution/';
    169 }}}
    170 
    171 Use your username for the `login` and enter your `codepath` and `executionpath`. These settings will be picked up automatically by Matlab when you do `md.cluster=greenplanet()`
     156`