YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
Public Member Functions
yac::yac_ftest Interface Reference

Fortran interface for testing fields for active communicaitons. More...

Collaboration diagram for yac::yac_ftest:
Collaboration graph

Public Member Functions

subroutine yac_ftest_i (field_id, flag)
 
subroutine yac_ftest_l (field_id, flag)
 

Detailed Description

Fortran interface for testing fields for active communicaitons.

Definition at line 1942 of file yac_module.F90.

Member Function/Subroutine Documentation

◆ yac_ftest_i()

subroutine yac::yac_ftest::yac_ftest_i ( integer, intent(in)  field_id,
integer, intent(out)  flag 
)
Parameters
[in]field_idfield identifier
[out]flag"0" if there is an uncompleted asynchronous communication associated with the field, "1" otherwise

Definition at line 1944 of file yac_module.F90.

◆ yac_ftest_l()

subroutine yac::yac_ftest::yac_ftest_l ( integer, intent(in)  field_id,
logical, intent(out)  flag 
)
Parameters
[in]field_idfield identifier
[out]flag.FLAGS. if there is an uncompleted asynchronous communication associated with the field, .TRUE. otherwise

Definition at line 1953 of file yac_module.F90.


The documentation for this interface was generated from the following file: