Skip to content
Snippets Groups Projects
Commit 75db9b0c authored by anphi's avatar anphi
Browse files

added history information of changes to v7.1.2

parent 47be2684
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
# - outsourced the commandline argument assignments to control attributes # - outsourced the commandline argument assignments to control attributes
# June 2020 - Anne Philipp # June 2020 - Anne Philipp
# - update default makefile to None # - update default makefile to None
# August 2020 - Leopold Haimberger
# - added a class parameter for system installation path
# #
# @License: # @License:
# (C) Copyright 2014-2020. # (C) Copyright 2014-2020.
......
...@@ -22,6 +22,10 @@ ...@@ -22,6 +22,10 @@
# put_file_to_ecserver, submit_job_to_ecserver, get_informations, # put_file_to_ecserver, submit_job_to_ecserver, get_informations,
# get_dimensions, execute_subprocess, none_or_int, none_or_str # get_dimensions, execute_subprocess, none_or_int, none_or_str
# #
# August 2020 - Leopold Haimberger (University of Vienna)
# - added function to check if a specific string is in a file
# - added function to overwrite lines in a file which contain specific string
#
# @License: # @License:
# (C) Copyright 2014-2020. # (C) Copyright 2014-2020.
# Anne Philipp, Leopold Haimberger # Anne Philipp, Leopold Haimberger
......
...@@ -8,6 +8,11 @@ ...@@ -8,6 +8,11 @@
# @Change History: # @Change History:
# June 2020 - Anne Philipp # June 2020 - Anne Philipp
# - changed template filenames to .template # - changed template filenames to .template
# August 2020 - Leopold Haimberger
# - added another target for installation
# - added filename which will contain paths for system version
# - checks if software runs in normal local mode or system local mode
# and defines paths to user directory and executable paths
# #
# @License: # @License:
# (C) Copyright 2014-2020. # (C) Copyright 2014-2020.
......
...@@ -21,6 +21,11 @@ ...@@ -21,6 +21,11 @@
# - reconfigured mk_tarball to select *.template files instead # - reconfigured mk_tarball to select *.template files instead
# of *.nl and *.temp # of *.nl and *.temp
# - added check for makefile settings # - added check for makefile settings
# August 2020 - Leopold Haimberger
# - added a new installation section for system installation (if-else block)
# - read new argument from command line
# - write .setup.rc for a system installation into Run directory
# - copy executables to system path and user files to user path
# #
# @License: # @License:
# (C) Copyright 2014-2020. # (C) Copyright 2014-2020.
......
...@@ -30,14 +30,14 @@ ...@@ -30,14 +30,14 @@
# #
# THE USER HAS TO SPECIFY THESE PARAMETERS # THE USER HAS TO SPECIFY THESE PARAMETERS
# #
TARGET='syslocal' TARGET='local'
MAKEFILE='makefile_fast_anne' MAKEFILE='makefile_local_gfortran'
ECUID='<username>' ECUID='<username>'
ECGID='<groupID>' ECGID='<groupID>'
GATEWAY='<gatewayname>' GATEWAY='<gatewayname>'
DESTINATION='<name>@genericSftp' DESTINATION='<name>@genericSftp'
INSTALLDIR=$HOME INSTALLDIR=None
SYSINSTALLDIR=../sys SYSINSTALLDIR=None
JOB_TEMPLATE='' JOB_TEMPLATE=''
CONTROLFILE='CONTROL_CERA' CONTROLFILE='CONTROL_CERA'
# ----------------------------------------------------------------- # -----------------------------------------------------------------
...@@ -98,7 +98,6 @@ fi ...@@ -98,7 +98,6 @@ fi
# CALL INSTALLATION SCRIPT WITH DETERMINED COMMANDLINE ARGUMENTS # CALL INSTALLATION SCRIPT WITH DETERMINED COMMANDLINE ARGUMENTS
$script $parameterlist $script $parameterlist
source ~/.bashrc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment