Neko 1.99.6
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
pfunit_comm_utils Module Reference

Data Types

interface  comm_init_test
 
interface  neko_comm_wrapper_init
 

Functions/Subroutines

subroutine comm_init_test_f (ext_comm)
 Initialize Neko communicator state from an externally owned integer communicator, as returned by pFUnit builds using the legacy mpi module.
 
subroutine, public comm_free_test
 Free communicator state initialized by comm_init_test without finalizing MPI.
 
subroutine comm_test_precheck ()
 
subroutine comm_test_set_state ()
 
subroutine comm_test_check (ierr, msg)
 

Variables

logical comm_test_active = .false.
 

Function/Subroutine Documentation

◆ comm_free_test()

subroutine, public pfunit_comm_utils::comm_free_test

Definition at line 57 of file pfunit_comm_utils.F90.

Here is the call graph for this function:

◆ comm_init_test_f()

subroutine pfunit_comm_utils::comm_init_test_f ( integer, intent(in ext_comm)
private

Definition at line 30 of file pfunit_comm_utils.F90.

◆ comm_test_check()

subroutine pfunit_comm_utils::comm_test_check ( integer, intent(in ierr,
character(len=*), intent(in msg 
)
private

Definition at line 128 of file pfunit_comm_utils.F90.

Here is the caller graph for this function:

◆ comm_test_precheck()

subroutine pfunit_comm_utils::comm_test_precheck
private

Definition at line 87 of file pfunit_comm_utils.F90.

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

◆ comm_test_set_state()

subroutine pfunit_comm_utils::comm_test_set_state
private

Definition at line 111 of file pfunit_comm_utils.F90.

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

Variable Documentation

◆ comm_test_active

logical pfunit_comm_utils::comm_test_active = .false.
private

Definition at line 10 of file pfunit_comm_utils.F90.