Skip to content
Snippets Groups Projects

Restructure log location

Merged Ashwin Kumar Karnad requested to merge restructure-log-location into main
1 file
+ 6
5
Compare changes
  • Side-by-side
  • Inline
@@ -31,15 +31,16 @@ for given system architecture and MPSD software stack version.\n
@@ -31,15 +31,16 @@ for given system architecture and MPSD software stack version.\n
The toolchains
The toolchains
are built using the bash script spack_setup.sh, and the results are logged. """
are built using the bash script spack_setup.sh, and the results are logged. """
 
call_date_iso = datetime.datetime.now().replace(microsecond=0).isoformat()
config_vars = {
config_vars = {
 
# kept inside the mpsd_release folder
"cmd_log_file": "install.log",
"cmd_log_file": "install.log",
"build_log_file": (
# Placeholder installer log file name, placed at mpsd_microarch/logs
"logs/mpsd_spack_ver_toolchains_"
"installer_log_file": f"mpsdrelease_microarch_{call_date_iso}.log",
f"{datetime.datetime.now().replace(microsecond=0).isoformat()}.log"
# Placeholder build log file name, placed at mpsd_microarch/logs
),
"build_log_file": f"mpsdrelease_microarch_{call_date_iso}_specifictoolchain.log",
"metadata_tag_open": "!<meta>",
"metadata_tag_open": "!<meta>",
"metadata_tag_close": "</meta>!",
"metadata_tag_close": "</meta>!",
# TODO: modify toolchains,mpsd_spack_ver when the variable is available
"spack_environments_repo": "https://gitlab.gwdg.de/mpsd-cs/spack-environments.git",
"spack_environments_repo": "https://gitlab.gwdg.de/mpsd-cs/spack-environments.git",
}
}
Loading