Changeset 17265


Ignore:
Timestamp:
02/12/14 15:20:09 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixing oshostname issue, do not use split('.') anymore

File:
1 edited

Legend:

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

    r14622 r17265  
    4545
    4646        #erase input file if run was carried out on same platform.
    47         hostname=socket.gethostname().lower().split('.')[0]
     47        hostname=socket.gethostname()
    4848        if strcmpi(hostname,cluster.name):
    4949                if md.qmu.isdakota:
Note: See TracChangeset for help on using the changeset viewer.