Hi everybody, I have a code that can run on n MPI processes. MPI process 0 is multithreaded (using OpenMP), all other MPI processes are single-threaded.
I don't want to reserve several threads for all processes (only the first one) Is it possible to specify this in a slurm batch job ? Thanks in advance Marc PS. Sorry for sending multiple copies of this message