SURFEX v8.1
General documentation of Surfex
Functions/Subroutines
coml_binding.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine coml_set_debug (KONOFF, KRET)
 
subroutine coml_init_lockid_with_name (KMYLOCK, CDLOCKNAME)
 
subroutine coml_init_lockid (KMYLOCK)
 
subroutine coml_init_lock ()
 
subroutine coml_test_lockid (KISSET, KMYLOCK)
 
subroutine coml_test_lock (KISSET)
 
subroutine coml_set_lockid (KMYLOCK)
 
subroutine coml_set_lock ()
 
subroutine coml_unset_lockid (KMYLOCK)
 
subroutine coml_unset_lock ()
 
subroutine coml_in_parallel (KISPAR_REGION)
 

Function/Subroutine Documentation

◆ coml_in_parallel()

subroutine coml_in_parallel ( integer(kind=jpim), intent(out)  KISPAR_REGION)

Definition at line 105 of file coml_binding.F90.

Here is the call graph for this function:

◆ coml_init_lock()

subroutine coml_init_lock ( )

Definition at line 40 of file coml_binding.F90.

Here is the call graph for this function:

◆ coml_init_lockid()

subroutine coml_init_lockid ( integer(kind=oml_lock_kind), intent(inout)  KMYLOCK)

Definition at line 29 of file coml_binding.F90.

Here is the call graph for this function:

◆ coml_init_lockid_with_name()

subroutine coml_init_lockid_with_name ( integer(kind=oml_lock_kind), intent(inout)  KMYLOCK,
character(len=*), intent(in)  CDLOCKNAME 
)

Definition at line 17 of file coml_binding.F90.

Here is the call graph for this function:

◆ coml_set_debug()

subroutine coml_set_debug ( integer(kind=jpim), intent(in)  KONOFF,
integer(kind=jpim), intent(out)  KRET 
)

Definition at line 2 of file coml_binding.F90.

◆ coml_set_lock()

subroutine coml_set_lock ( )

Definition at line 79 of file coml_binding.F90.

Here is the call graph for this function:

◆ coml_set_lockid()

subroutine coml_set_lockid ( integer(kind=oml_lock_kind), intent(inout)  KMYLOCK)

Definition at line 65 of file coml_binding.F90.

Here is the call graph for this function:

◆ coml_test_lock()

subroutine coml_test_lock ( integer(kind=jpim), intent(out)  KISSET)

Definition at line 56 of file coml_binding.F90.

Here is the call graph for this function:

◆ coml_test_lockid()

subroutine coml_test_lockid ( integer(kind=jpim), intent(out)  KISSET,
integer(kind=oml_lock_kind), intent(inout)  KMYLOCK 
)

Definition at line 46 of file coml_binding.F90.

Here is the call graph for this function:

◆ coml_unset_lock()

subroutine coml_unset_lock ( )

Definition at line 99 of file coml_binding.F90.

Here is the call graph for this function:

◆ coml_unset_lockid()

subroutine coml_unset_lockid ( integer(kind=oml_lock_kind), intent(inout)  KMYLOCK)

Definition at line 85 of file coml_binding.F90.

Here is the call graph for this function: