Comm_f2c Interface

interface

Converts Fortran communicator to C


Called by

interface~~comm_f2c~~CalledByGraph interface~comm_f2c Comm_f2c proc~create~10 backend_cufftmp%create proc~create~10->interface~comm_f2c

public function Comm_f2c(fcomm) bind(C, name="Comm_f2c")

Arguments

Type IntentOptional Attributes Name
integer(kind=c_int), value :: fcomm

Fortran communicator

Return Value type(c_ptr)