Changeset 3153


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

New way of launching queue jobs, and bu8ilding queuing scripts.

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  
    1010
    1111%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);
    1313
    1414%Append name of directory if specified in options:
     
    2727
    2828%Now, launch the queueing script
    29 md=LaunchQueueJob(md,executionpath,options,login);
     29md=LaunchQueueJob(md,executionpath,login,port,options);
    3030
    3131%Do we return, or just wait for results?
Note: See TracChangeset for help on using the changeset viewer.