Skip to content
Snippets Groups Projects
Commit e66ea36f authored by Falco Weichselbaum's avatar Falco Weichselbaum
Browse files

python3.8/site-packages: path changed from python3.6 in create_runscripts_HPC.sh

parent 5163d8f5
No related branches found
No related tags found
5 merge requests!413update release branch,!412Resolve "release v2.0.0",!361name of pdf starts now with feature_importance, there is now also another...,!354additional netcdf4 version install removed for setup_venv_hdfml.sh and...,!335Resolve "upgrade code to TensorFlow V2"
Pipeline #82236 failed
...@@ -85,7 +85,7 @@ source venv_${hpcsys}/bin/activate ...@@ -85,7 +85,7 @@ source venv_${hpcsys}/bin/activate
timestamp=\`date +"%Y-%m-%d_%H%M-%S"\` timestamp=\`date +"%Y-%m-%d_%H%M-%S"\`
export PYTHONPATH=\${PWD}/venv_${hpcsys}/lib/python3.6/site-packages:\${PYTHONPATH} export PYTHONPATH=\${PWD}/venv_${hpcsys}/lib/python3.8/site-packages:\${PYTHONPATH}
srun --cpu-bind=none python run.py --experiment_date=\$timestamp srun --cpu-bind=none python run.py --experiment_date=\$timestamp
EOT EOT
...@@ -110,7 +110,7 @@ source venv_${hpcsys}/bin/activate ...@@ -110,7 +110,7 @@ source venv_${hpcsys}/bin/activate
timestamp=\`date +"%Y-%m-%d_%H%M-%S"\` timestamp=\`date +"%Y-%m-%d_%H%M-%S"\`
export PYTHONPATH=\${PWD}/venv_${hpcsys}/lib/python3.6/site-packages:\${PYTHONPATH} export PYTHONPATH=\${PWD}/venv_${hpcsys}/lib/python3.8/site-packages:\${PYTHONPATH}
srun --cpu-bind=none python run_HPC.py --experiment_date=\$timestamp srun --cpu-bind=none python run_HPC.py --experiment_date=\$timestamp
EOT EOT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment