Skip to content
Snippets Groups Projects
Commit bc5e2781 authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

change log file names

parent 43ff41f0
No related branches found
No related tags found
1 merge request!29Restructure log location
This commit is part of merge request !29. Comments created here will be created in the context of that merge request.
......@@ -31,15 +31,16 @@ for given system architecture and MPSD software stack version.\n
The toolchains
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 = {
# kept inside the mpsd_release folder
"cmd_log_file": "install.log",
"build_log_file": (
"logs/mpsd_spack_ver_toolchains_"
f"{datetime.datetime.now().replace(microsecond=0).isoformat()}.log"
),
# Placeholder installer log file name, placed at mpsd_microarch/logs
"installer_log_file": f"mpsdrelease_microarch_{call_date_iso}.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_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",
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment