From bbee4c89b8398966173f62c931a4e8af89b4a1c1 Mon Sep 17 00:00:00 2001
From: leufen1 <l.leufen@fz-juelich.de>
Date: Mon, 23 Nov 2020 16:57:12 +0100
Subject: [PATCH] use os.count_cpu() to determine pool size. If only single
 worker is available used old-style non-parallel iteration.

---
 .gitignore | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitignore b/.gitignore
index 305a5d1b..08f10013 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,6 +42,12 @@ ehthumbs.db
 Thumbs.db
 .idea/
 /venv/
+/venv*/
+
+# ignore HPC related skripts #
+##############################
+run_*_develgpus.bash
+run_*_gpus.bash
 
 # don't check data and plot folder #
 ####################################
-- 
GitLab