yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #09155
[Bug 1112689] Re: ompThreads attribute not used in many engines
Not really. Currently -jN means that all parallel engines are using N threads.
The idea of ompThreads is to use less than N threads for some engines.
A situation where it can be useful is when using ParallelEngine, probably not your case.
--
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
https://bugs.launchpad.net/bugs/1112689
Title:
ompThreads attribute not used in many engines
Status in Yet Another Dynamic Engine:
Confirmed
Bug description:
Although ompThreads is present in all engines due to inheritance, many
of them will still use OMP_NUM_THREADS whatever ompThreads. It needs a
scan of all parallelized engine to append this optional argument to
the OMP pragmas.
To manage notifications about this bug go to:
https://bugs.launchpad.net/yade/+bug/1112689/+subscriptions
References