Changeset 16112


Ignore:
Timestamp:
09/09/13 16:41:39 (12 years ago)
Author:
schlegel
Message:

CHG: need a special case for cloud

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/solve/waitonlock.m

    r14460 r16112  
    3939        if port,
    4040                command = ['ssh -l ' login ' -p ' num2str(port) ' localhost "[ -f ' lockfilename ' ] && [ -f ' logfilename ' ]" 2>/dev/null'];
     41        elseif isa(cluster,'cloud')
     42                command = [' [ -f ' lockfilename ' ] && [ -f ' logfilename ' ] 2>/dev/null'];
     43                command = [starcluster() ' sshmaster ' cluster.name ' --user ' cluster.login ' ''' command ''''];
    4144        else
    4245                command = ['ssh -l ' login ' ' cluster.name ' "[ -f ' lockfilename ' ] && [ -f ' logfilename ' ]" 2>/dev/null'];
Note: See TracChangeset for help on using the changeset viewer.