Skip to content
Snippets Groups Projects
Commit bbee4c89 authored by leufen1's avatar leufen1
Browse files

use os.count_cpu() to determine pool size. If only single worker is available...

use os.count_cpu() to determine pool size. If only single worker is available used old-style non-parallel iteration.
parent 71a0c592
Branches
Tags
3 merge requests!226Develop,!225Resolve "release v1.2.0",!195Resolve "Parallel station check"
Pipeline #52930 failed
...@@ -42,6 +42,12 @@ ehthumbs.db ...@@ -42,6 +42,12 @@ ehthumbs.db
Thumbs.db Thumbs.db
.idea/ .idea/
/venv/ /venv/
/venv*/
# ignore HPC related skripts #
##############################
run_*_develgpus.bash
run_*_gpus.bash
# don't check data and plot folder # # don't check data and plot folder #
#################################### ####################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment