Home
last modified time | relevance | path

Searched refs:MPI_F_STATUS_IGNORE (Results 1 – 25 of 104) sorted by relevance

12345

/dports/net/openmpi/openmpi-4.1.1/ompi/runtime/
H A Dompi_mpi_init.c218 MPI_Fint *MPI_F_STATUS_IGNORE = (MPI_Fint*) &MPI_FORTRAN_STATUS_IGNORE; variable
221 MPI_Fint *MPI_F_STATUS_IGNORE = (MPI_Fint*) &mpi_fortran_status_ignore; variable
224 MPI_Fint *MPI_F_STATUS_IGNORE = (MPI_Fint*) &mpi_fortran_status_ignore_; variable
227 MPI_Fint *MPI_F_STATUS_IGNORE = (MPI_Fint*) &mpi_fortran_status_ignore__; variable
233 MPI_Fint *MPI_F_STATUS_IGNORE = NULL; variable
/dports/net/openmpi3/openmpi-3.1.6/ompi/runtime/
H A Dompi_mpi_init.c218 MPI_Fint *MPI_F_STATUS_IGNORE = (MPI_Fint*) &MPI_FORTRAN_STATUS_IGNORE; variable
221 MPI_Fint *MPI_F_STATUS_IGNORE = (MPI_Fint*) &mpi_fortran_status_ignore; variable
224 MPI_Fint *MPI_F_STATUS_IGNORE = (MPI_Fint*) &mpi_fortran_status_ignore_; variable
227 MPI_Fint *MPI_F_STATUS_IGNORE = (MPI_Fint*) &mpi_fortran_status_ignore__; variable
233 MPI_Fint *MPI_F_STATUS_IGNORE = NULL; variable
/dports/net/mpich2/mpich2-1.5/src/binding/f77/
H A Dsetbot.c.in48 # MPI-2, section 4.12.5, on the declaration of MPI_F_STATUS_IGNORE
56 /* MPI_F_STATUS_IGNORE etc must be declared within mpi.h (MPI-2 standard
59 void *MPI_F_STATUS_IGNORE = 0;
72 MPI_F_STATUS_IGNORE = (MPI_Fint *) si;
H A Dfdebug.c122 *ierr = ( a == MPI_F_STATUS_IGNORE ? 1 : 0 ); in mpir_is_status_ignore_()
128 MPI_F_STATUS_IGNORE, a); in mpir_is_status_ignore_()
H A Dstatusf2c.c42 if (f_status == MPI_F_STATUS_IGNORE) { in MPI_Status_f2c()
H A Dwaitf.c193 if (v2 == MPI_F_STATUS_IGNORE) { v2 = (MPI_Fint*)MPI_STATUS_IGNORE; } in mpi_wait_()
H A Dfile_read_ordered_endf.c194 if (v3 == MPI_F_STATUS_IGNORE) { v3 = (MPI_Fint*)MPI_STATUS_IGNORE; } in mpi_file_read_ordered_end_()
H A Dfile_write_ordered_endf.c194 if (v3 == MPI_F_STATUS_IGNORE) { v3 = (MPI_Fint*)MPI_STATUS_IGNORE; } in mpi_file_write_ordered_end_()
H A Dfile_read_all_endf.c194 if (v3 == MPI_F_STATUS_IGNORE) { v3 = (MPI_Fint*)MPI_STATUS_IGNORE; } in mpi_file_read_all_end_()
H A Dfile_read_at_all_endf.c194 if (v3 == MPI_F_STATUS_IGNORE) { v3 = (MPI_Fint*)MPI_STATUS_IGNORE; } in mpi_file_read_at_all_end_()
H A Dfile_write_all_endf.c194 if (v3 == MPI_F_STATUS_IGNORE) { v3 = (MPI_Fint*)MPI_STATUS_IGNORE; } in mpi_file_write_all_end_()
H A Dfile_write_at_all_endf.c194 if (v3 == MPI_F_STATUS_IGNORE) { v3 = (MPI_Fint*)MPI_STATUS_IGNORE; } in mpi_file_write_at_all_end_()
H A Dmrecvf.c193 if (v5 == MPI_F_STATUS_IGNORE) { v5 = (MPI_Fint*)MPI_STATUS_IGNORE; } in mpix_mrecv_()
H A Dstatsetelf.c193 if (v1 == MPI_F_STATUS_IGNORE) { v1 = (MPI_Fint*)MPI_STATUS_IGNORE; } in mpi_status_set_elements_()
H A Dwaitanyf.c194 if (v4 == MPI_F_STATUS_IGNORE) { v4 = (MPI_Fint*)MPI_STATUS_IGNORE; } in mpi_waitany_()
H A Dfile_read_orderedf.c194 if (v5 == MPI_F_STATUS_IGNORE) { v5 = (MPI_Fint*)MPI_STATUS_IGNORE; } in mpi_file_read_ordered_()
H A Dfile_write_orderedf.c194 if (v5 == MPI_F_STATUS_IGNORE) { v5 = (MPI_Fint*)MPI_STATUS_IGNORE; } in mpi_file_write_ordered_()
H A Dfile_write_sharedf.c194 if (v5 == MPI_F_STATUS_IGNORE) { v5 = (MPI_Fint*)MPI_STATUS_IGNORE; } in mpi_file_write_shared_()
H A Dprobef.c193 if (v4 == MPI_F_STATUS_IGNORE) { v4 = (MPI_Fint*)MPI_STATUS_IGNORE; } in mpi_probe_()
H A Dreqgetstatf.c194 if (v3 == MPI_F_STATUS_IGNORE) { v3 = (MPI_Fint*)MPI_STATUS_IGNORE; } in mpi_request_get_status_()
H A Dfile_readf.c194 if (v5 == MPI_F_STATUS_IGNORE) { v5 = (MPI_Fint*)MPI_STATUS_IGNORE; } in mpi_file_read_()
/dports/net/mpich/mpich-3.4.3/src/mpi/init/
H A Dglobals.c16 MPIU_DLL_SPEC MPI_Fint *MPI_F_STATUS_IGNORE MPL_USED = 0;
/dports/net/mpich/mpich-3.4.3/src/binding/fortran/mpif_h/
H A Dsetbot.c.in29 # MPI-2, section 4.12.5, on the declaration of MPI_F_STATUS_IGNORE
36 /* MPI_F_STATUS_IGNORE etc must be declared within mpi.h (MPI-2 standard
39 void *MPI_F_STATUS_IGNORE = 0;
51 MPI_F_STATUS_IGNORE = (MPI_Fint *) si;
H A Dfdebug.c140 *ierr = (a == MPI_F_STATUS_IGNORE ? 1 : 0); in mpir_is_status_ignore_()
145 fprintf(stderr, "MPI_F_STATUS_IGNORE=%p, MPI_STATUS_IGNORE=%p\n", MPI_F_STATUS_IGNORE, a); in mpir_is_status_ignore_()
H A Dstatusf2c.c38 if (f_status == MPI_F_STATUS_IGNORE) { in MPI_Status_f2c()

12345