set_threading_mode Interface

public interface set_threading_mode

set_threading sets the threading mode for the array routines this will set the use_threaded variable to true or false depending on the input Usage: call set_threading_mode(.true.) or call set_threading_mode(.false.)

Calls

interface~~set_threading_mode~~CallsGraph interface~set_threading_mode set_threading_mode proc~set_threading_mode_ set_threading_mode_ interface~set_threading_mode->proc~set_threading_mode_

Module Procedures

private subroutine set_threading_mode_(threaded)

set the threading mode for the array routines, this will set the use_threaded variable to true or false depending on the input

Read more…

Arguments

Type IntentOptional Attributes Name
logical, intent(in) :: threaded