Changes between Version 7 and Version 8 of aurora


Ignore:
Timestamp:
01/10/19 10:24:32 (6 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • aurora

    v7 v8  
    114114That 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.
    115115
    116 Or, if you are launching from MATLAB on aurora/halo:
     116Or, 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.
    117117 {{{
    118118#!m
    119 md.cluster=localaurora();
     119md.cluster.name = oshostname();
    120120}}}