Changeset 17574
- Timestamp:
- 03/27/14 14:14:06 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/solve/waitonlock.py
r17569 r17574 24 24 25 25 #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): 27 27 28 28 print 'solution launched on remote cluster. log in to detect job completion.'
Note:
See TracChangeset
for help on using the changeset viewer.