Changeset 75db9b0 in flex_extract.git


Ignore:
Timestamp:
Oct 29, 2020, 1:06:26 PM (3 years ago)
Author:
anphi <anne.philipp@…>
Branches:
dev
Children:
903ed4f
Parents:
47be2684
Message:

added history information of changes to v7.1.2

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • Source/Python/Classes/ControlFile.py

    r47be2684 r75db9b0  
    2121#   June 2020 - Anne Philipp
    2222#        - update default makefile to None
     23#   August 2020 - Leopold Haimberger
     24#        - added a class parameter for system installation path
    2325#
    2426# @License:
  • Source/Python/Mods/tools.py

    r47be2684 r75db9b0  
    2222#          put_file_to_ecserver, submit_job_to_ecserver, get_informations,
    2323#          get_dimensions, execute_subprocess, none_or_int, none_or_str
     24#
     25#    August 2020 - Leopold Haimberger (University of Vienna)
     26#        - added function to check if a specific string is in a file
     27#        - added function to overwrite lines in a file which contain specific string
    2428#
    2529# @License:
  • Source/Python/_config.py

    r47be2684 r75db9b0  
    99#      June 2020 - Anne Philipp
    1010#         - changed template filenames to .template
     11#      August 2020 - Leopold Haimberger
     12#         - added another target for installation
     13#         - added filename which will contain paths for system version     
     14#         - checks if software runs in normal local mode or system local mode
     15#           and defines paths to user directory and executable paths   
    1116#
    1217# @License:
  • Source/Python/install.py

    r47be2684 r75db9b0  
    2222#          of *.nl and *.temp
    2323#        - added check for makefile settings
     24#    August 2020 - Leopold Haimberger
     25#        - added a new installation section for system installation (if-else block)
     26#        - read new argument from command line
     27#        - write .setup.rc for a system installation into Run directory
     28#        - copy executables to system path and user files to user path
    2429#
    2530# @License:
  • setup_local.sh

    r47be2684 r75db9b0  
    3131# THE USER HAS TO SPECIFY THESE PARAMETERS
    3232#
    33 TARGET='syslocal'
    34 MAKEFILE='makefile_fast_anne'
     33TARGET='local'
     34MAKEFILE='makefile_local_gfortran'
    3535ECUID='<username>'
    3636ECGID='<groupID>'
    3737GATEWAY='<gatewayname>'
    3838DESTINATION='<name>@genericSftp'
    39 INSTALLDIR=$HOME
    40 SYSINSTALLDIR=../sys
     39INSTALLDIR=None
     40SYSINSTALLDIR=None
    4141JOB_TEMPLATE=''
    4242CONTROLFILE='CONTROL_CERA'
     
    9999
    100100$script $parameterlist
    101 source ~/.bashrc
    102101
    103102
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG