xc_consumer_parallel_start Interface

interface
public subroutine xc_consumer_parallel_start(self, xce, nthreads)

Arguments

Type IntentOptional Attributes Name
class(xc_consumer_t), intent(inout), target :: self
class(xc_engine_t), intent(in) :: xce
integer, intent(in) :: nthreads

Description

@brief Initialization of the data for XC consumer

Note

This class should handle multithreaded runs by its own means

Note

This subroutine is executed inside the parallel region by master thread only