Changeset 14436


Ignore:
Timestamp:
03/06/13 17:53:40 (12 years ago)
Author:
Mathieu Morlighem
Message:

BUG: cluster name is in md.cluster.name

File:
1 edited

Legend:

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

    r14356 r14436  
    3131
    3232%prepare command if the job is not running on the local machine
    33 if ~strcmpi(oshostname(),cluster),
     33if ~strcmpi(oshostname(),cluster.name),
    3434        login = cluster.login;
    3535        port  = 0;
     
    4646%loop till file .lock exist or time is up
    4747while (ispresent==0 & time<timelimit)
    48         if strcmpi(oshostname(),cluster),
     48        if strcmpi(oshostname(),cluster.name),
    4949                pause(1);
    5050                ispresent=(exist(lockfilename,'file') & exist(logfilename,'file'));
Note: See TracChangeset for help on using the changeset viewer.