Does FABM support OpenMP? #136
Answered
by
jornbr
BeatrizArellano
asked this question in
Q&A
|
Hi all, |
Answered by
jornbr
Oct 7, 2025
Replies: 1 comment 1 reply
|
Hi, this NB this |
1 reply
Answer selected by
BeatrizArellano
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, this
ompbranch adds support for hosts that use OpenMP for parallelization. Specifically, it ensures all FABM routines that process slices of the spatial domain are thread-safe, so they can be called simultaneousy from multiple threads. It does not make FABM do its own parallelization independently. That is still expected to be controlled by the host, typically using MPI, or now OpenMP.NB this
ompbranch has not been merged into master yet.