Changeset 97e09f4 in flex_extract.git for python/install.py


Ignore:
Timestamp:
Sep 2, 2018, 12:32:04 PM (6 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
efa05d7
Parents:
f9f7b3f
Message:

completed testing and adaptations of ecacces job-submit and file-put functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/install.py

    r763fcf6 r97e09f4  
    177177    fortran_executable = 'CONVERT2'
    178178
    179     if c.install_target.lower() != 'local':
     179    if c.install_target.lower() != 'local': # ecgate or cca
    180180
    181181        mk_compilejob(ecd + 'python/compilejob.temp', c.makefile,
     
    195195                             c.ecuid, c.ecgid)
    196196
    197         result_code = submit_job_to_ecserver(ecd + '/python/', c.install_target,
    198                                              'compilejob.ksh')
     197        submit_job_to_ecserver(ecd + '/python/', c.install_target,
     198                               'compilejob.ksh')
    199199
    200200        print 'job compilation script has been submitted to ecgate for ' + \
    201201              'installation in ' + c.flexpart_root_scripts + \
    202202               '/' + target_dir
    203         print 'You should get an email with subject flexcompile within ' + \
     203        print 'You should get an email with subject "flexcompile" within ' + \
    204204              'the next few minutes!'
    205205
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG