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