Re: [mpich-discuss] What is the difference between MPI_THREAD_SINGLE and MPI_THREAD_FUNNELED
30 May
2014
30 May
'14
11:22 a.m.
You should use MPI_THREAD_FUNNELED. MPI_THREAD_SINGLE should be used if your program has one thread total. Rajeev On May 30, 2014, at 10:49 AM, "Boisvert, Sebastien" <[email protected]> wrote:
Hi MPICH community:
With MPICH, if my MPI process has 10 threads (including the main thread) and only the main thread calls MPI functions, do I need to use MPI_THREAD_SINGLE or MPI_THREAD_FUNNELED when I invoke MPI_Init_thread ?
Thanks a ton ! _______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
4436
Age (days ago)
4436
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rajeev Thakur