Home
last modified time | relevance | path

Searched refs:c_ierror (Results 76 – 100 of 1421) sorted by relevance

12345678910>>...57

/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/fortran/use-mpi-f08/
H A Dadd_error_string_f08.F9014 integer :: c_ierror local
16 call ompi_add_error_string_f(errorcode, string, c_ierror, len(string))
17 if (present(ierror)) ierror = c_ierror
H A Ddims_create_f08.F9014 integer :: c_ierror local
16 call ompi_dims_create_f(nnodes,ndims,dims,c_ierror)
17 if (present(ierror)) ierror = c_ierror
H A Dwin_flush_all_f08.F9014 integer :: c_ierror local
16 call ompi_win_flush_all_f(win%MPI_VAL,c_ierror)
17 if (present(ierror)) ierror = c_ierror
H A Dwin_flush_local_all_f08.F9014 integer :: c_ierror local
16 call ompi_win_flush_local_all_f(win%MPI_VAL,c_ierror)
17 if (present(ierror)) ierror = c_ierror
H A Dwin_wait_f08.F9014 integer :: c_ierror local
16 call ompi_win_wait_f(win%MPI_VAL,c_ierror)
17 if (present(ierror)) ierror = c_ierror
H A Dfile_close_f08.F9014 integer :: c_ierror local
16 call ompi_file_close_f(fh%MPI_VAL,c_ierror)
17 if (present(ierror)) ierror = c_ierror
H A Dgrequest_complete_f08.F9014 integer :: c_ierror local
16 call ompi_grequest_complete_f(request%MPI_VAL,c_ierror)
17 if (present(ierror)) ierror = c_ierror
H A Dgroup_free_f08.F9014 integer :: c_ierror local
16 call ompi_group_free_f(group%MPI_VAL,c_ierror)
17 if (present(ierror)) ierror = c_ierror
H A Drequest_free_f08.F9014 integer :: c_ierror local
16 call ompi_request_free_f(request%MPI_VAL,c_ierror)
17 if (present(ierror)) ierror = c_ierror
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/fortran/use-mpi-f08/
H A Ddims_create_f08.F9016 integer :: c_ierror local
18 call ompi_dims_create_f(nnodes,ndims,dims,c_ierror)
19 if (present(ierror)) ierror = c_ierror
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/fortran/use-mpi-f08/profile/
H A Dpdims_create_f08.F9016 integer :: c_ierror local
18 call ompi_dims_create_f(nnodes,ndims,dims,c_ierror)
19 if (present(ierror)) ierror = c_ierror
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/fortran/use-mpi-f08/profile/
H A Dpdims_create_f08.F9014 integer :: c_ierror local
16 call ompi_dims_create_f(nnodes,ndims,dims,c_ierror)
17 if (present(ierror)) ierror = c_ierror
H A Dpfile_close_f08.F9014 integer :: c_ierror local
16 call ompi_file_close_f(fh%MPI_VAL,c_ierror)
17 if (present(ierror)) ierror = c_ierror
H A Dpgroup_free_f08.F9014 integer :: c_ierror local
16 call ompi_group_free_f(group%MPI_VAL,c_ierror)
17 if (present(ierror)) ierror = c_ierror
H A Dpinfo_free_f08.F9014 integer :: c_ierror local
16 call ompi_info_free_f(info%MPI_VAL,c_ierror)
17 if (present(ierror)) ierror = c_ierror
H A Dpwin_unlock_all_f08.F9014 integer :: c_ierror local
16 call ompi_win_unlock_all_f(win%MPI_VAL,c_ierror)
17 if (present(ierror)) ierror = c_ierror
H A Dpcomm_get_parent_f08.F9014 integer :: c_ierror local
16 call ompi_comm_get_parent_f(parent%MPI_VAL,c_ierror)
17 if (present(ierror)) ierror = c_ierror
H A Dpop_free_f08.F9014 integer :: c_ierror local
16 call ompi_op_free_f(op%MPI_VAL,c_ierror)
17 if (present(ierror)) ierror = c_ierror
H A Dptype_free_f08.F9014 integer :: c_ierror local
16 call ompi_type_free_f(datatype%MPI_VAL,c_ierror)
17 if (present(ierror)) ierror = c_ierror
H A Dpwin_complete_f08.F9014 integer :: c_ierror local
16 call ompi_win_complete_f(win%MPI_VAL,c_ierror)
17 if (present(ierror)) ierror = c_ierror
H A Dpcomm_free_f08.F9014 integer :: c_ierror local
16 call ompi_comm_free_f(comm%MPI_VAL,c_ierror)
17 if (present(ierror)) ierror = c_ierror
H A Dperrhandler_free_f08.F9014 integer :: c_ierror local
16 call ompi_errhandler_free_f(errhandler%MPI_VAL,c_ierror)
17 if (present(ierror)) ierror = c_ierror
H A Dpinfo_create_f08.F9014 integer :: c_ierror local
16 call ompi_info_create_f(info%MPI_VAL,c_ierror)
17 if (present(ierror)) ierror = c_ierror
H A Dpstart_f08.F9014 integer :: c_ierror local
16 call ompi_start_f(request%MPI_VAL,c_ierror)
17 if (present(ierror)) ierror = c_ierror
H A Dpwin_wait_f08.F9014 integer :: c_ierror local
16 call ompi_win_wait_f(win%MPI_VAL,c_ierror)
17 if (present(ierror)) ierror = c_ierror

12345678910>>...57