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

Adaption of create_env.sh to load modules from preprocessing to make generate_runscript.py.

parent da143e50
Branches
No related tags found
No related merge requests found
...@@ -93,11 +93,12 @@ if [[ "$ENV_EXIST" == 0 ]]; then ...@@ -93,11 +93,12 @@ if [[ "$ENV_EXIST" == 0 ]]; then
info_str="Virtual environment ${ENV_DIR} has been set up successfully." info_str="Virtual environment ${ENV_DIR} has been set up successfully."
elif [[ "$ENV_EXIST" == 1 ]]; then elif [[ "$ENV_EXIST" == 1 ]]; then
info_str="Virtual environment ${ENV_DIR} alread exists" info_str="Virtual environment ${ENV_DIR} already exists."
fi fi
## load modules (for running runscript-generator... ## load modules (for running runscript-generator...
echo "${info_str}" echo "${info_str}"
echo "Load modules and activate virtual environment '${ENV_DIR}'"
source ${THIS_DIR}/modules_preprocess.sh source ${THIS_DIR}/modules_preprocess.sh
## ... and prepare runscripts ## ... and prepare runscripts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment