Changeset 3151
- Timestamp:
- 03/02/10 11:57:01 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/loadresultsfromcluster.m
r3131 r3151 9 9 10 10 %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); 12 12 13 13 %What packages are we picking up from remote cluster … … 26 26 27 27 %copy files from cluster to present directory 28 scpin(md.cluster, login, executionpath, packages);28 issmscpin(md.cluster, login, port, executionpath, packages); 29 29 30 30 %read log files onto fields
Note:
See TracChangeset
for help on using the changeset viewer.