Changes between Version 5 and Version 6 of gscc
- Timestamp:
- 12/09/20 15:56:55 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
gscc
v5 v6 56 56 = Install Anaconda = 57 57 58 We will install ISSM within an Anaconda environment on GSCC. T o install Anaconda3 run58 We will install ISSM within an Anaconda environment on GSCC. The Anaconda environment will act as an isolated compile environment. To install Anaconda3 run 59 59 60 60 {{{ … … 107 107 }}} 108 108 109 110 111 109 = Install ISSM = 112 110 … … 119 117 source $ISSM_DIR/etc/environment.sh 120 118 source ~/anaconda3/bin/activate 121 conda activate test119 conda activate issm 122 120 }}} 123 121 … … 156 154 make install 157 155 }}} 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 `