![]() |
Octopus
|
Data Types | |
type | mpi_comm |
type | mpi_datatype |
type | mpi_errhandler |
type | mpi_file |
type | mpi_group |
type | mpi_info |
type | mpi_message |
type | mpi_op |
type | mpi_request |
type | mpi_session |
type | mpi_status |
type | mpi_win |
interface | operator(.eq.) |
interface | operator(.ne.) |
Functions/Subroutines | |
logical function | oct_mpi_comm_op_eq (a, b) |
logical function | oct_mpi_datatype_op_eq (a, b) |
logical function | oct_mpi_errhandler_op_eq (a, b) |
logical function | oct_mpi_file_op_eq (a, b) |
logical function | oct_mpi_group_op_eq (a, b) |
logical function | oct_mpi_info_op_eq (a, b) |
logical function | oct_mpi_message_op_eq (a, b) |
logical function | oct_mpi_op_op_eq (a, b) |
logical function | oct_mpi_request_op_eq (a, b) |
logical function | oct_mpi_win_op_eq (a, b) |
logical function | oct_mpi_comm_op_ne (a, b) |
logical function | oct_mpi_datatype_op_ne (a, b) |
logical function | oct_mpi_errhandler_op_ne (a, b) |
logical function | oct_mpi_file_op_ne (a, b) |
logical function | oct_mpi_group_op_ne (a, b) |
logical function | oct_mpi_info_op_ne (a, b) |
logical function | oct_mpi_message_op_ne (a, b) |
logical function | oct_mpi_op_op_ne (a, b) |
logical function | oct_mpi_request_op_ne (a, b) |
logical function | oct_mpi_win_op_ne (a, b) |
Variables | |
type(mpi_comm), parameter | mpi_comm_null = MPI_Comm(0) |
type(mpi_datatype), parameter | mpi_datatype_null = MPI_Datatype(0) |
type(mpi_errhandler), parameter | mpi_errhandler_null = MPI_Errhandler(0) |
type(mpi_file), parameter | mpi_file_null = MPI_File(0) |
type(mpi_group), parameter | mpi_group_null = MPI_Group(0) |
type(mpi_info), parameter | mpi_info_null = MPI_Info(0) |
type(mpi_message), parameter | mpi_message_null = MPI_Message(0) |
type(mpi_op), parameter | mpi_op_null = MPI_Op(0) |
type(mpi_request), parameter | mpi_request_null = MPI_Request(0) |
type(mpi_win), parameter | mpi_win_null = MPI_Win(0) |
type(mpi_datatype), parameter | mpi_integer = MPI_Datatype(0) |
type(mpi_datatype), parameter | mpi_integer8 = MPI_Datatype(0) |
type(mpi_datatype), parameter | mpi_double_precision = MPI_Datatype(0) |
type(mpi_datatype), parameter | mpi_double_complex = MPI_Datatype(0) |
type(mpi_datatype), parameter | mpi_2double_precision = MPI_Datatype(0) |
type(mpi_datatype), parameter | mpi_character = MPI_Datatype(0) |
type(mpi_datatype), parameter | mpi_logical = MPI_Datatype(0) |
type(mpi_op), parameter | mpi_sum = MPI_Op(0) |
type(mpi_op), parameter | mpi_minloc = MPI_Op(0) |
type(mpi_op), parameter | mpi_maxloc = MPI_Op(0) |
type(mpi_op), parameter | mpi_lor = MPI_Op(0) |
type(mpi_op), parameter | mpi_land = MPI_Op(0) |
type(mpi_op), parameter | mpi_max = MPI_Op(0) |
type(mpi_op), parameter | mpi_min = MPI_Op(0) |
type(mpi_op), parameter | mpi_in_place = MPI_Op(0) |
logical function mpi_serial_stub_oct_m::oct_mpi_comm_op_eq | ( | type(mpi_comm), intent(in) | a, |
type(mpi_comm), intent(in) | b | ||
) |
Definition at line 212 of file mpi_serial_stub.F90.
logical function mpi_serial_stub_oct_m::oct_mpi_datatype_op_eq | ( | type(mpi_datatype), intent(in) | a, |
type(mpi_datatype), intent(in) | b | ||
) |
Definition at line 217 of file mpi_serial_stub.F90.
logical function mpi_serial_stub_oct_m::oct_mpi_errhandler_op_eq | ( | type(mpi_errhandler), intent(in) | a, |
type(mpi_errhandler), intent(in) | b | ||
) |
Definition at line 222 of file mpi_serial_stub.F90.
logical function mpi_serial_stub_oct_m::oct_mpi_file_op_eq | ( | type(mpi_file), intent(in) | a, |
type(mpi_file), intent(in) | b | ||
) |
Definition at line 227 of file mpi_serial_stub.F90.
logical function mpi_serial_stub_oct_m::oct_mpi_group_op_eq | ( | type(mpi_group), intent(in) | a, |
type(mpi_group), intent(in) | b | ||
) |
Definition at line 232 of file mpi_serial_stub.F90.
logical function mpi_serial_stub_oct_m::oct_mpi_info_op_eq | ( | type(mpi_info), intent(in) | a, |
type(mpi_info), intent(in) | b | ||
) |
Definition at line 237 of file mpi_serial_stub.F90.
logical function mpi_serial_stub_oct_m::oct_mpi_message_op_eq | ( | type(mpi_message), intent(in) | a, |
type(mpi_message), intent(in) | b | ||
) |
Definition at line 242 of file mpi_serial_stub.F90.
logical function mpi_serial_stub_oct_m::oct_mpi_op_op_eq | ( | type(mpi_op), intent(in) | a, |
type(mpi_op), intent(in) | b | ||
) |
Definition at line 247 of file mpi_serial_stub.F90.
logical function mpi_serial_stub_oct_m::oct_mpi_request_op_eq | ( | type(mpi_request), intent(in) | a, |
type(mpi_request), intent(in) | b | ||
) |
Definition at line 252 of file mpi_serial_stub.F90.
logical function mpi_serial_stub_oct_m::oct_mpi_win_op_eq | ( | type(mpi_win), intent(in) | a, |
type(mpi_win), intent(in) | b | ||
) |
Definition at line 257 of file mpi_serial_stub.F90.
logical function mpi_serial_stub_oct_m::oct_mpi_comm_op_ne | ( | type(mpi_comm), intent(in) | a, |
type(mpi_comm), intent(in) | b | ||
) |
Definition at line 264 of file mpi_serial_stub.F90.
logical function mpi_serial_stub_oct_m::oct_mpi_datatype_op_ne | ( | type(mpi_datatype), intent(in) | a, |
type(mpi_datatype), intent(in) | b | ||
) |
Definition at line 269 of file mpi_serial_stub.F90.
logical function mpi_serial_stub_oct_m::oct_mpi_errhandler_op_ne | ( | type(mpi_errhandler), intent(in) | a, |
type(mpi_errhandler), intent(in) | b | ||
) |
Definition at line 274 of file mpi_serial_stub.F90.
logical function mpi_serial_stub_oct_m::oct_mpi_file_op_ne | ( | type(mpi_file), intent(in) | a, |
type(mpi_file), intent(in) | b | ||
) |
Definition at line 279 of file mpi_serial_stub.F90.
logical function mpi_serial_stub_oct_m::oct_mpi_group_op_ne | ( | type(mpi_group), intent(in) | a, |
type(mpi_group), intent(in) | b | ||
) |
Definition at line 284 of file mpi_serial_stub.F90.
logical function mpi_serial_stub_oct_m::oct_mpi_info_op_ne | ( | type(mpi_info), intent(in) | a, |
type(mpi_info), intent(in) | b | ||
) |
Definition at line 289 of file mpi_serial_stub.F90.
logical function mpi_serial_stub_oct_m::oct_mpi_message_op_ne | ( | type(mpi_message), intent(in) | a, |
type(mpi_message), intent(in) | b | ||
) |
Definition at line 294 of file mpi_serial_stub.F90.
logical function mpi_serial_stub_oct_m::oct_mpi_op_op_ne | ( | type(mpi_op), intent(in) | a, |
type(mpi_op), intent(in) | b | ||
) |
Definition at line 299 of file mpi_serial_stub.F90.
logical function mpi_serial_stub_oct_m::oct_mpi_request_op_ne | ( | type(mpi_request), intent(in) | a, |
type(mpi_request), intent(in) | b | ||
) |
Definition at line 304 of file mpi_serial_stub.F90.
logical function mpi_serial_stub_oct_m::oct_mpi_win_op_ne | ( | type(mpi_win), intent(in) | a, |
type(mpi_win), intent(in) | b | ||
) |
Definition at line 309 of file mpi_serial_stub.F90.
type(mpi_comm), parameter mpi_serial_stub_oct_m::mpi_comm_null = MPI_Comm(0) |
Definition at line 154 of file mpi_serial_stub.F90.
type(mpi_datatype), parameter mpi_serial_stub_oct_m::mpi_datatype_null = MPI_Datatype(0) |
Definition at line 155 of file mpi_serial_stub.F90.
type(mpi_errhandler), parameter mpi_serial_stub_oct_m::mpi_errhandler_null = MPI_Errhandler(0) |
Definition at line 156 of file mpi_serial_stub.F90.
type(mpi_file), parameter mpi_serial_stub_oct_m::mpi_file_null = MPI_File(0) |
Definition at line 157 of file mpi_serial_stub.F90.
type(mpi_group), parameter mpi_serial_stub_oct_m::mpi_group_null = MPI_Group(0) |
Definition at line 158 of file mpi_serial_stub.F90.
type(mpi_info), parameter mpi_serial_stub_oct_m::mpi_info_null = MPI_Info(0) |
Definition at line 159 of file mpi_serial_stub.F90.
type(mpi_message), parameter mpi_serial_stub_oct_m::mpi_message_null = MPI_Message(0) |
Definition at line 160 of file mpi_serial_stub.F90.
type(mpi_op), parameter mpi_serial_stub_oct_m::mpi_op_null = MPI_Op(0) |
Definition at line 161 of file mpi_serial_stub.F90.
type(mpi_request), parameter mpi_serial_stub_oct_m::mpi_request_null = MPI_Request(0) |
Definition at line 162 of file mpi_serial_stub.F90.
type(mpi_win), parameter mpi_serial_stub_oct_m::mpi_win_null = MPI_Win(0) |
Definition at line 163 of file mpi_serial_stub.F90.
type(mpi_datatype), parameter mpi_serial_stub_oct_m::mpi_integer = MPI_Datatype(0) |
Definition at line 165 of file mpi_serial_stub.F90.
type(mpi_datatype), parameter mpi_serial_stub_oct_m::mpi_integer8 = MPI_Datatype(0) |
Definition at line 166 of file mpi_serial_stub.F90.
type(mpi_datatype), parameter mpi_serial_stub_oct_m::mpi_double_precision = MPI_Datatype(0) |
Definition at line 167 of file mpi_serial_stub.F90.
type(mpi_datatype), parameter mpi_serial_stub_oct_m::mpi_double_complex = MPI_Datatype(0) |
Definition at line 168 of file mpi_serial_stub.F90.
type(mpi_datatype), parameter mpi_serial_stub_oct_m::mpi_2double_precision = MPI_Datatype(0) |
Definition at line 169 of file mpi_serial_stub.F90.
type(mpi_datatype), parameter mpi_serial_stub_oct_m::mpi_character = MPI_Datatype(0) |
Definition at line 170 of file mpi_serial_stub.F90.
type(mpi_datatype), parameter mpi_serial_stub_oct_m::mpi_logical = MPI_Datatype(0) |
Definition at line 171 of file mpi_serial_stub.F90.
type(mpi_op), parameter mpi_serial_stub_oct_m::mpi_sum = MPI_Op(0) |
Definition at line 173 of file mpi_serial_stub.F90.
type(mpi_op), parameter mpi_serial_stub_oct_m::mpi_minloc = MPI_Op(0) |
Definition at line 174 of file mpi_serial_stub.F90.
type(mpi_op), parameter mpi_serial_stub_oct_m::mpi_maxloc = MPI_Op(0) |
Definition at line 175 of file mpi_serial_stub.F90.
type(mpi_op), parameter mpi_serial_stub_oct_m::mpi_lor = MPI_Op(0) |
Definition at line 176 of file mpi_serial_stub.F90.
type(mpi_op), parameter mpi_serial_stub_oct_m::mpi_land = MPI_Op(0) |
Definition at line 177 of file mpi_serial_stub.F90.
type(mpi_op), parameter mpi_serial_stub_oct_m::mpi_max = MPI_Op(0) |
Definition at line 178 of file mpi_serial_stub.F90.
type(mpi_op), parameter mpi_serial_stub_oct_m::mpi_min = MPI_Op(0) |
Definition at line 179 of file mpi_serial_stub.F90.
type(mpi_op), parameter mpi_serial_stub_oct_m::mpi_in_place = MPI_Op(0) |
Definition at line 180 of file mpi_serial_stub.F90.