Changeset 23716 for issm/trunk-jpl/src/m/classes/clusters/pfe.py
- Timestamp:
- 02/12/19 06:10:51 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/clusters/pfe.py
r21576 r23716 12 12 from pfe_settings import pfe_settings 13 13 except 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') 15 15 16 16 class pfe(object): … … 177 177 subprocess.call(compressstring,shell=True) 178 178 179 print 'uploading input file and queueing script'179 print('uploading input file and queueing script') 180 180 issmscpout(self.name,self.executionpath,self.login,self.port,[dirname+'.tar.gz']) 181 181 … … 184 184 # {{{ 185 185 186 print 'launching solution sequence on remote cluster'186 print('launching solution sequence on remote cluster') 187 187 if restart: 188 188 launchcommand='cd %s && cd %s && qsub %s.queue' % (self.executionpath,dirname,modelname)
Note:
See TracChangeset
for help on using the changeset viewer.