From 75464276de897aad55367d026e524d55d79fd395 Mon Sep 17 00:00:00 2001
From: Winfried Gero Oed <winfired.oed@stud.uni-goettingen.de>
Date: Mon, 3 Jul 2023 11:41:01 +0000
Subject: [PATCH] Update config.py

---
 src/config.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/config.py b/src/config.py
index 02770b2..b1a7862 100755
--- a/src/config.py
+++ b/src/config.py
@@ -47,6 +47,8 @@ CONFIG = {
     # use mpi parallelization
     # If use_mpi4py_futures=False start with:
     # mpiexec -n 3 python PyGMA.py
+    # or use threads if not specified via slurm
+    # mpiexec -n 3 --use-hwthread-cpus python PyGMA.py
     'use_mpi': True,
     
     # use mpi4py.futures
-- 
GitLab