Skip to content
Snippets Groups Projects
Commit cc204366 authored by Lukas Leufen's avatar Lukas Leufen
Browse files

include cpu-bind=none for all HPC runscripts to fasten HPC workflow

parent ffaaf6f8
No related branches found
No related tags found
5 merge requests!264Merge develop into felix_issue287_tech-wrf-datahandler-should-inherit-from-singlestationdatahandler,!259Draft: Resolve "WRF-Datahandler should inherit from SingleStationDatahandler",!253include current develop,!252Resolve "release v1.3.0",!251Resolve "Changes required from HPC tests"
Pipeline #61004 passed
......@@ -87,7 +87,7 @@ timestamp=\`date +"%Y-%m-%d_%H%M-%S"\`
export PYTHONPATH=\${PWD}/venv_${hpcsys}/lib/python3.6/site-packages:\${PYTHONPATH}
srun python run.py --experiment_date=\$timestamp
srun --cpu-bind=none python run.py --experiment_date=\$timestamp
EOT
echo "Created runscript: run_${hpcsys}_$1.bash"
......@@ -112,7 +112,7 @@ timestamp=\`date +"%Y-%m-%d_%H%M-%S"\`
export PYTHONPATH=\${PWD}/venv_${hpcsys}/lib/python3.6/site-packages:\${PYTHONPATH}
srun python run_HPC.py --experiment_date=\$timestamp
srun --cpu-bind=none python run_HPC.py --experiment_date=\$timestamp
EOT
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment