Skip to content
Snippets Groups Projects
Commit 118545b5 authored by Michael Langguth's avatar Michael Langguth
Browse files

Bugfix to enable runnig on JSC's HPC-system again.

parent 15c74dc9
No related branches found
No related tags found
No related merge requests found
Pipeline #96776 failed
......@@ -57,9 +57,7 @@ if [[ -z "$1" ]]; then
return
fi
if [[ "$#" -gt 1 ]]; then
check_argin ${@:2} # sets further variables
fi
check_argin ${@:2} # sets further variables
# set some variables
HOST_NAME="$(hostname)"
......@@ -115,7 +113,7 @@ fi
if [[ "$ENV_EXIST" == 0 ]]; then
# Activate virtual environment and install additional Python packages.
echo "Configuring and activating virtual environment on ${HOST_NAME}"
if [[ ${bool_container} == 1 ]]; then
if [[ ${bool_hpc} == 1 ]]; then
module purge
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment