Changeset 3151


Ignore:
Timestamp:
03/02/10 11:57:01 (15 years ago)
Author:
Eric.Larour
Message:

Now port is needed to run on tunnels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/loadresultsfromcluster.m

    r3131 r3151  
    99
    1010%Figure out parameters for this particular cluster
    11 [codepath,executionpath,login]=ClusterParameters(md.cluster,cluster_rc_location);
     11[codepath,executionpath,login,port]=ClusterParameters(md.cluster,cluster_rc_location);
    1212
    1313%What packages are we picking up from remote cluster
     
    2626
    2727%copy files from cluster to present directory
    28 scpin(md.cluster, login, executionpath, packages);
     28issmscpin(md.cluster, login, port, executionpath, packages);
    2929
    3030%read log files onto  fields
Note: See TracChangeset for help on using the changeset viewer.