c_weights          77 ompi/mpi/fortran/mpif-h/dist_graph_create_f.c     int *c_weights;
c_weights          92 ompi/mpi/fortran/mpif-h/dist_graph_create_f.c         c_weights = MPI_UNWEIGHTED;
c_weights          94 ompi/mpi/fortran/mpif-h/dist_graph_create_f.c         c_weights = MPI_WEIGHTS_EMPTY;
c_weights          97 ompi/mpi/fortran/mpif-h/dist_graph_create_f.c         c_weights = OMPI_ARRAY_NAME_CONVERT(weights);
c_weights         103 ompi/mpi/fortran/mpif-h/dist_graph_create_f.c                                                    c_weights, c_info, OMPI_LOGICAL_2_INT(*reorder), &c_comm_graph));
c_weights         111 ompi/mpi/fortran/mpif-h/dist_graph_create_f.c     if( MPI_UNWEIGHTED != c_weights && MPI_WEIGHTS_EMPTY != c_weights ) {