Changeset 17574


Ignore:
Timestamp:
03/27/14 14:14:06 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixed gethostname

File:
1 edited

Legend:

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

    r17569 r17574  
    2424
    2525        #waitonlock will work if the lock is on the same machine only:
    26         if not m.strcmpi(socket.gethostname(),cluster):
     26        if not m.strcmpi(gethostname(),cluster):
    2727
    2828                print 'solution launched on remote cluster. log in to detect job completion.'
Note: See TracChangeset for help on using the changeset viewer.