Ignore:
Timestamp:
02/12/19 06:10:51 (6 years ago)
Author:
bdef
Message:

CHG: shifting to py3 version of python interface (py2 compatible)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/clusters/pfe.py

    r21576 r23716  
    1212        from pfe_settings import pfe_settings
    1313except ImportError:
    14         print 'You need pfe_settings.py to proceed, check presence and sys.path'
     14        print('You need pfe_settings.py to proceed, check presence and sys.path')
    1515       
    1616class pfe(object):
     
    177177                subprocess.call(compressstring,shell=True)
    178178
    179                 print 'uploading input file and queueing script'
     179                print('uploading input file and queueing script')
    180180                issmscpout(self.name,self.executionpath,self.login,self.port,[dirname+'.tar.gz'])
    181181
     
    184184                        # {{{
    185185
    186                 print 'launching solution sequence on remote cluster'
     186                print('launching solution sequence on remote cluster')
    187187                if restart:
    188188                        launchcommand='cd %s && cd %s && qsub %s.queue' % (self.executionpath,dirname,modelname)
Note: See TracChangeset for help on using the changeset viewer.