(git:5e7fe52)
Loading...
Searching...
No Matches
message_passing_thread_unittest.F File Reference

Go to the source code of this file.

Functions/Subroutines

program message_passing_thread_unittest
 Exercises point-to-point MPI wrappers concurrently from multiple OpenMP threads.
subroutine exercise_concurrent_point_to_point (comm)
 Exercise concurrent point-to-point communication on a shared communicator.

Function/Subroutine Documentation

◆ message_passing_thread_unittest()

program message_passing_thread_unittest

Exercises point-to-point MPI wrappers concurrently from multiple OpenMP threads.

Definition at line 11 of file message_passing_thread_unittest.F.

Here is the call graph for this function:

◆ exercise_concurrent_point_to_point()

subroutine message_passing_thread_unittest::exercise_concurrent_point_to_point ( type(mp_comm_type), intent(in) comm)

Exercise concurrent point-to-point communication on a shared communicator.

Parameters
commcommunicator shared by all OpenMP threads

Definition at line 51 of file message_passing_thread_unittest.F.

Here is the call graph for this function:
Here is the caller graph for this function: