Changeset 5947


Ignore:
Timestamp:
09/22/10 10:45:31 (15 years ago)
Author:
Eric.Larour
Message:

not needed anymore

Location:
issm/trunk/src/m/model/queue
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/queue/LaunchQueueJob.m

    r5904 r5947  
    3232
    3333        disp('launching solution sequence on remote cluster');
    34         issmssh(md.cluster,login,port,ClusterLaunchCommand(md.cluster,md.runtimename,md.name,executionpath));
     34        issmssh(md.cluster.name,md.cluster.login,md.cluster.port,LaunchCommand(md.cluster,md.runtimename,md.name));
    3535
    3636else
Note: See TracChangeset for help on using the changeset viewer.