Skip to content
Commit 76c84306 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Use MPI_Init_thread instead of MPI_Init

This allows the user to set the required thread level. Initializing MPI
with threading support is needed when MPI functions are called from
multiple threads. All common MPI libraries seem to provide this feature.
parent 0bbbaa8a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment