Skip to content
Snippets Groups Projects
Commit 57ebaee6 authored by Felix Kleinert's avatar Felix Kleinert
Browse files

update

parent 6f30ad8d
Branches
Tags
3 merge requests!125Release v0.10.0,!124Update Master to new version v0.10.0,!97Felix issue106 hpc modules for juwels
Pipeline #35701 passed
...@@ -27,7 +27,7 @@ matplotlib==3.2.0 # in SciPy-Stack ...@@ -27,7 +27,7 @@ matplotlib==3.2.0 # in SciPy-Stack
# more-itertools==8.2.0 # in Python # more-itertools==8.2.0 # in Python
# numpy==1.18.1 # in SciPy-Stack # numpy==1.18.1 # in SciPy-Stack
# packaging==20.3 # in Python # 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 # partd==1.1.0 # in Jupyter
# patsy==0.5.1 # in Jupyter # patsy==0.5.1 # in Jupyter
# Pillow==7.0.0 # in Python # Pillow==7.0.0 # in Python
......
basepath=${PWD} basepath=${PWD}/
settingpath=HPC_setup settingpath=HPC_setup/
if [[ $HOSTNAME == *"juwels"* ]]; then if [[ $HOSTNAME == *"juwels"* ]]; then
echo "You are on juwels. Prepare env for juwels..." echo "You are on juwels. Prepare env for juwels..."
...@@ -15,5 +15,5 @@ else ...@@ -15,5 +15,5 @@ else
exit exit
fi 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 #source $settingpath/testcall_juwels.sh $basepath/$settingpath
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment