OPERATOR (.NE.) Interface

public interface OPERATOR (.NE.)

Calls

interface~~operator (.ne.)~~CallsGraph interface~operator (.ne.) OPERATOR (.NE.) proc~oct_mpi_comm_op_ne oct_mpi_comm_op_ne interface~operator (.ne.)->proc~oct_mpi_comm_op_ne proc~oct_mpi_datatype_op_ne oct_mpi_datatype_op_ne interface~operator (.ne.)->proc~oct_mpi_datatype_op_ne proc~oct_mpi_errhandler_op_ne oct_mpi_errhandler_op_ne interface~operator (.ne.)->proc~oct_mpi_errhandler_op_ne proc~oct_mpi_file_op_ne oct_mpi_file_op_ne interface~operator (.ne.)->proc~oct_mpi_file_op_ne proc~oct_mpi_group_op_ne oct_mpi_group_op_ne interface~operator (.ne.)->proc~oct_mpi_group_op_ne proc~oct_mpi_info_op_ne oct_mpi_info_op_ne interface~operator (.ne.)->proc~oct_mpi_info_op_ne proc~oct_mpi_message_op_ne oct_mpi_message_op_ne interface~operator (.ne.)->proc~oct_mpi_message_op_ne proc~oct_mpi_op_op_ne oct_mpi_op_op_ne interface~operator (.ne.)->proc~oct_mpi_op_op_ne proc~oct_mpi_request_op_ne oct_mpi_request_op_ne interface~operator (.ne.)->proc~oct_mpi_request_op_ne proc~oct_mpi_win_op_ne oct_mpi_win_op_ne interface~operator (.ne.)->proc~oct_mpi_win_op_ne

Module Procedures

public function oct_mpi_comm_op_ne(a, b)

Arguments

Type IntentOptional Attributes Name
type(MPI_Comm), intent(in) :: a
type(MPI_Comm), intent(in) :: b

Return Value logical

public function oct_mpi_datatype_op_ne(a, b)

Arguments

Type IntentOptional Attributes Name
type(MPI_Datatype), intent(in) :: a
type(MPI_Datatype), intent(in) :: b

Return Value logical

public function oct_mpi_errhandler_op_ne(a, b)

Arguments

Type IntentOptional Attributes Name
type(MPI_Errhandler), intent(in) :: a
type(MPI_Errhandler), intent(in) :: b

Return Value logical

public function oct_mpi_file_op_ne(a, b)

Arguments

Type IntentOptional Attributes Name
type(MPI_File), intent(in) :: a
type(MPI_File), intent(in) :: b

Return Value logical

public function oct_mpi_group_op_ne(a, b)

Arguments

Type IntentOptional Attributes Name
type(MPI_Group), intent(in) :: a
type(MPI_Group), intent(in) :: b

Return Value logical

public function oct_mpi_info_op_ne(a, b)

Arguments

Type IntentOptional Attributes Name
type(MPI_Info), intent(in) :: a
type(MPI_Info), intent(in) :: b

Return Value logical

public function oct_mpi_message_op_ne(a, b)

Arguments

Type IntentOptional Attributes Name
type(MPI_Message), intent(in) :: a
type(MPI_Message), intent(in) :: b

Return Value logical

public function oct_mpi_op_op_ne(a, b)

Arguments

Type IntentOptional Attributes Name
type(MPI_Op), intent(in) :: a
type(MPI_Op), intent(in) :: b

Return Value logical

public function oct_mpi_request_op_ne(a, b)

Arguments

Type IntentOptional Attributes Name
type(MPI_Request), intent(in) :: a
type(MPI_Request), intent(in) :: b

Return Value logical

public function oct_mpi_win_op_ne(a, b)

Arguments

Type IntentOptional Attributes Name
type(MPI_Win), intent(in) :: a
type(MPI_Win), intent(in) :: b

Return Value logical