Changeset 01bd8aa in flex_extract.git for Source/Python/install.py


Ignore:
Timestamp:
Jul 28, 2022, 11:08:15 AM (22 months ago)
Author:
Anne Tipka <anne.tipka@…>
Branches:
dev
Children:
0eeeb58
Parents:
373b74e
Message:

added history comments to previous commit changes and minor additional corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Source/Python/install.py

    rb6ea29e r01bd8aa  
    2727#        - write .setup.rc for a system installation into Run directory
    2828#        - copy executables to system path and user files to user path
     29#    July 2022 - Anne Tipka (formerly Philipp)
     30#        - BugFix: sysinstalldir must be defined in related else path
     31#        - template files are now using $HOME and $SCRATCH and hence don't
     32#          need ecmwf user group id. Eliminated from function mk_compile_job
     33#          and mk_job_template
    2934#
    3035# @License:
     
    681686    return
    682687
    683 def mk_job_template(ecuid, ecgid, fp_root):
     688def mk_job_template(ecuid, fp_root):
    684689    '''Modifies the original job template file so that it is specified
    685690    for the user and the environment were it will be applied. Result
     
    690695    ecuid : str
    691696        The user id on ECMWF server.
    692 
    693     ecgid : str
    694         The group id on ECMWF server.
    695697
    696698    fp_root : str
     
    720722
    721723        stream = compile_template.generate(
    722             usergroup=ecgid,
    723724            username=ecuid,
    724725            version_number=_config._VERSION_STR,
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG