Changeset 3153
- Timestamp:
- 03/02/10 11:58:39 (15 years ago)
- Location:
- issm/trunk/src/m/classes/public
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/solveparallel.m
r3119 r3153 10 10 11 11 %Figure out parameters for this particular cluster 12 [codepath,executionpath,login ]=ClusterParameters(md.cluster,cluster_rc_location);12 [codepath,executionpath,login,port]=ClusterParameters(md.cluster,cluster_rc_location); 13 13 14 14 %Append name of directory if specified in options: … … 27 27 28 28 %Now, launch the queueing script 29 md=LaunchQueueJob(md,executionpath, options,login);29 md=LaunchQueueJob(md,executionpath,login,port,options); 30 30 31 31 %Do we return, or just wait for results?
Note:
See TracChangeset
for help on using the changeset viewer.