From 57ebaee62132109416dac87db3527a2c945a125a Mon Sep 17 00:00:00 2001 From: Felix Kleinert <f.kleinert@fz-juelich.de> Date: Thu, 30 Apr 2020 13:47:02 +0200 Subject: [PATCH] update --- requirements_JUWELS_outcommented.txt | 2 +- setupHPC_test.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements_JUWELS_outcommented.txt b/requirements_JUWELS_outcommented.txt index 821dd802..f2a6b7df 100644 --- a/requirements_JUWELS_outcommented.txt +++ b/requirements_JUWELS_outcommented.txt @@ -27,7 +27,7 @@ matplotlib==3.2.0 # in SciPy-Stack # more-itertools==8.2.0 # in Python # numpy==1.18.1 # in SciPy-Stack # packaging==20.3 # in Python -# pandas==1.0.1 # in SciPy-Stack +pandas==1.0.1 # in SciPy-Stack / but older version # partd==1.1.0 # in Jupyter # patsy==0.5.1 # in Jupyter # Pillow==7.0.0 # in Python diff --git a/setupHPC_test.sh b/setupHPC_test.sh index d1c8f2b9..c67e2430 100644 --- a/setupHPC_test.sh +++ b/setupHPC_test.sh @@ -1,6 +1,6 @@ -basepath=${PWD} -settingpath=HPC_setup +basepath=${PWD}/ +settingpath=HPC_setup/ if [[ $HOSTNAME == *"juwels"* ]]; then echo "You are on juwels. Prepare env for juwels..." @@ -15,5 +15,5 @@ else exit fi -source HPC_setup/setup_venv${hpcsys}.sh $basepath/$settingpath +source HPC_setup/setup_venv_${hpcsys}.sh $basepath/$settingpath #source $settingpath/testcall_juwels.sh $basepath/$settingpath -- GitLab