Changes between Version 7 and Version 8 of aurora
- Timestamp:
- 01/10/19 10:24:32 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
aurora
v7 v8 114 114 That will open port number 1070 that you can then use in ISSM so that you don't need to enter your password. Make sure to use the same port number in md.cluster. 115 115 116 Or, if you are launching from MATLAB on aurora/halo :116 Or, if you are launching from MATLAB on aurora/halo, make sure to change the cluster name so that ISSM knows it does not need to scp files. 117 117 {{{ 118 118 #!m 119 md.cluster =localaurora();119 md.cluster.name = oshostname(); 120 120 }}}