Home
last modified time | relevance | path

Searched refs:c_ierror (Results 1 – 25 of 1421) sorted by relevance

12345678910>>...57

/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/fortran/use-mpi-f08/profile/
H A Dpinit_f08.F9012 integer :: c_ierror local
14 call ompi_init_f(c_ierror)
15 if (present(ierror)) ierror = c_ierror
H A Dpfinalize_f08.F9012 integer :: c_ierror local
14 call ompi_finalize_f(c_ierror)
15 if (present(ierror)) ierror = c_ierror
H A Dptype_free_keyval_f08.F9013 integer :: c_ierror local
15 call ompi_type_free_keyval_f(type_keyval,c_ierror)
16 if (present(ierror)) ierror = c_ierror
H A Dpadd_error_class_f08.F9013 integer :: c_ierror local
15 call ompi_add_error_class_f(errorclass,c_ierror)
16 if (present(ierror)) ierror = c_ierror
H A Dpfinalized_f08.F9015 integer :: c_ierror local
17 call PMPI_Finalized(flag,c_ierror)
18 if (present(ierror)) ierror = c_ierror
H A Dpwin_free_keyval_f08.F9013 integer :: c_ierror local
15 call ompi_win_free_keyval_f(win_keyval,c_ierror)
16 if (present(ierror)) ierror = c_ierror
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/fortran/use-mpi-f08/
H A Dinit_f08.F9012 integer :: c_ierror local
14 call ompi_init_f(c_ierror)
15 if (present(ierror)) ierror = c_ierror
H A Dfinalize_f08.F9012 integer :: c_ierror local
14 call ompi_finalize_f(c_ierror)
15 if (present(ierror)) ierror = c_ierror
H A Dinitialized_f08.F9015 integer :: c_ierror local
17 call PMPI_Initialized(flag,c_ierror)
18 if (present(ierror)) ierror = c_ierror
H A Dcomm_free_keyval_f08.F9013 integer :: c_ierror local
15 call ompi_comm_free_keyval_f(comm_keyval,c_ierror)
16 if (present(ierror)) ierror = c_ierror
H A Dfinalized_f08.F9015 integer :: c_ierror local
17 call PMPI_Finalized(flag,c_ierror)
18 if (present(ierror)) ierror = c_ierror
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/fortran/use-mpi-f08/
H A Dinit_f08.F9014 integer :: c_ierror local
16 call ompi_init_f(c_ierror)
17 if (present(ierror)) ierror = c_ierror
H A Dfinalize_f08.F9014 integer :: c_ierror local
16 call ompi_finalize_f(c_ierror)
17 if (present(ierror)) ierror = c_ierror
H A Dinitialized_f08.F9015 integer :: c_ierror local
17 call PMPI_Initialized(flag,c_ierror)
18 if (present(ierror)) ierror = c_ierror
H A Dcomm_free_keyval_f08.F9015 integer :: c_ierror local
17 call ompi_comm_free_keyval_f(comm_keyval,c_ierror)
18 if (present(ierror)) ierror = c_ierror
H A Dquery_thread_f08.F9015 integer :: c_ierror local
17 call ompi_query_thread_f(provided,c_ierror)
18 if (present(ierror)) ierror = c_ierror
H A Dtype_free_keyval_f08.F9015 integer :: c_ierror local
17 call ompi_type_free_keyval_f(type_keyval,c_ierror)
18 if (present(ierror)) ierror = c_ierror
H A Dwin_free_keyval_f08.F9015 integer :: c_ierror local
17 call ompi_win_free_keyval_f(win_keyval,c_ierror)
18 if (present(ierror)) ierror = c_ierror
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/fortran/use-mpi-f08/profile/
H A Dpinit_f08.F9014 integer :: c_ierror local
16 call ompi_init_f(c_ierror)
17 if (present(ierror)) ierror = c_ierror
H A Dpfinalize_f08.F9014 integer :: c_ierror local
16 call ompi_finalize_f(c_ierror)
17 if (present(ierror)) ierror = c_ierror
H A Dpis_thread_main_f08.F9015 integer :: c_ierror local
17 call PMPI_Is_thread_main(flag,c_ierror)
18 if (present(ierror)) ierror = c_ierror
H A Dpwin_free_keyval_f08.F9015 integer :: c_ierror local
17 call ompi_win_free_keyval_f(win_keyval,c_ierror)
18 if (present(ierror)) ierror = c_ierror
H A Dpfinalized_f08.F9015 integer :: c_ierror local
17 call PMPI_Finalized(flag,c_ierror)
18 if (present(ierror)) ierror = c_ierror
H A Dpinitialized_f08.F9015 integer :: c_ierror local
17 call PMPI_Initialized(flag,c_ierror)
18 if (present(ierror)) ierror = c_ierror
H A Dpquery_thread_f08.F9015 integer :: c_ierror local
17 call ompi_query_thread_f(provided,c_ierror)
18 if (present(ierror)) ierror = c_ierror

12345678910>>...57