Home
last modified time | relevance | path

Searched refs:MPI_LB (Results 1 – 25 of 139) sorted by relevance

123456

/dports/net/mpich2/mpich2-1.5/test/mpi/datatype/
H A Dstruct-verydeep.c35 t[0] = MPI_LB; t[1] = vect; t[2] = MPI_UB; in makeHDF5type0()
42 t[0] = MPI_LB; t[1] = vec2; t[2] = MPI_UB; in makeHDF5type0()
49 t[0] = MPI_LB; t[1] = vec3; t[2] = MPI_UB; in makeHDF5type0()
56 t[0] = MPI_LB; t[1] = vec4; t[2] = MPI_UB; in makeHDF5type0()
63 t[0] = MPI_LB; t[1] = vec5; t[2] = MPI_UB; in makeHDF5type0()
97 t[0] = MPI_LB; t[1] = vect; t[2] = MPI_UB; in makeHDF5type1()
104 t[0] = MPI_LB; t[1] = vec2; t[2] = MPI_UB; in makeHDF5type1()
111 t[0] = MPI_LB; t[1] = vec3; t[2] = MPI_UB; in makeHDF5type1()
118 t[0] = MPI_LB; t[1] = vec4; t[2] = MPI_UB; in makeHDF5type1()
125 t[0] = MPI_LB; t[1] = vec5; t[2] = MPI_UB; in makeHDF5type1()
H A Dlbub.c120 MPI_Datatype types[3] = { MPI_LB, MPI_BYTE, MPI_UB }; in int_with_lb_ub_test()
226 MPI_Datatype types[3] = { MPI_LB, MPI_BYTE, MPI_UB }; in contig_of_int_with_lb_ub_test()
353 MPI_Datatype types[3] = { MPI_LB, MPI_BYTE, MPI_UB }; in contig_negextent_of_int_with_lb_ub_test()
478 MPI_Datatype types[3] = { MPI_LB, MPI_BYTE, MPI_UB }; in vector_of_int_with_lb_ub_test()
600 MPI_Datatype types[3] = { MPI_LB, MPI_BYTE, MPI_UB }; in vector_blklen_of_int_with_lb_ub_test()
720 MPI_Datatype types[3] = { MPI_LB, MPI_BYTE, MPI_UB }; in vector_blklen_stride_of_int_with_lb_ub_test()
842 MPI_Datatype types[3] = { MPI_LB, MPI_BYTE, MPI_UB }; in vector_blklen_negstride_of_int_with_lb_ub_test()
961 MPI_Datatype types[3] = { MPI_LB, MPI_BYTE, MPI_UB }; in int_with_negextent_test()
1072 MPI_Datatype types[3] = { MPI_LB, MPI_BYTE, MPI_UB }; in vector_blklen_stride_negextent_of_int_with_lb_ub_test()
1193 MPI_Datatype types[3] = { MPI_LB, MPI_BYTE, MPI_UB }; in vector_blklen_negstride_negextent_of_int_with_lb_ub_test()
H A Dstruct-ezhov.c31 type1[0] = MPI_LB; in main()
H A Dstruct-no-real-types.c64 MPI_Datatype type = MPI_LB; in no_real_types_test()
/dports/net/mpich2/mpich2-1.5/src/mpid/common/datatype/
H A Dmpid_type_struct.c51 if (oldtype_array[i] == MPI_LB || oldtype_array[i] == MPI_UB) continue; in MPID_Type_struct_alignsize()
272 if (oldtype_array[i] != MPI_LB && oldtype_array[i] != MPI_UB) in MPID_Type_struct()
293 if ((oldtype_array[i] == MPI_LB) || in MPID_Type_struct()
327 if (oldtype_array[i] != MPI_UB && oldtype_array[i] != MPI_LB) in MPID_Type_struct()
/dports/net/mpich2/mpich2-1.5/src/mpid/common/datatype/dataloop/
H A Ddataloop_create_struct.c105 if (oldtypes[i] != MPI_LB && oldtypes[i] != MPI_UB) in PREPEND_PREFIX()
332 if (oldtypes[i] == MPI_LB || oldtypes[i] == MPI_UB) in PREPEND_PREFIX()
506 if (oldtypes[i] != MPI_LB && oldtypes[i] != MPI_UB && blklens[i] != 0) in DLOOP_Dataloop_create_basic_all_bytes_struct()
567 if (is_basic && (oldtypes[i] != MPI_LB && in DLOOP_Dataloop_create_flattened_struct()
655 oldtypes[i] != MPI_LB && in DLOOP_Dataloop_create_flattened_struct()
H A Ddarray_support.c150 types[0] = MPI_LB; in PREPEND_PREFIX()
298 types[0] = MPI_LB; in MPIOI_Type_cyclic()
/dports/net/mpich/mpich-3.4.3/test/mpi/datatype/
H A Dlbub_oldapi.c132 MPI_Datatype types[3] = { MPI_LB, MPI_BYTE, MPI_UB }; in int_with_lb_ub_test()
258 MPI_Datatype types[3] = { MPI_LB, MPI_BYTE, MPI_UB }; in contig_of_int_with_lb_ub_test()
411 MPI_Datatype types[3] = { MPI_LB, MPI_BYTE, MPI_UB }; in contig_negextent_of_int_with_lb_ub_test()
556 MPI_Datatype types[3] = { MPI_LB, MPI_BYTE, MPI_UB }; in vector_of_int_with_lb_ub_test()
700 MPI_Datatype types[3] = { MPI_LB, MPI_BYTE, MPI_UB }; in vector_blklen_of_int_with_lb_ub_test()
843 MPI_Datatype types[3] = { MPI_LB, MPI_BYTE, MPI_UB }; in vector_blklen_stride_of_int_with_lb_ub_test()
986 MPI_Datatype types[3] = { MPI_LB, MPI_BYTE, MPI_UB }; in vector_blklen_negstride_of_int_with_lb_ub_test()
1127 MPI_Datatype types[3] = { MPI_LB, MPI_BYTE, MPI_UB }; in int_with_negextent_test()
1257 MPI_Datatype types[3] = { MPI_LB, MPI_BYTE, MPI_UB }; in vector_blklen_stride_negextent_of_int_with_lb_ub_test()
1399 MPI_Datatype types[3] = { MPI_LB, MPI_BYTE, MPI_UB }; in vector_blklen_negstride_negextent_of_int_with_lb_ub_test()
H A Dtypename_oldapi.c24 {MPI_LB, "MPI_LB"},
H A Dstruct_no_real_types.c63 MPI_Datatype type = MPI_LB; in no_real_types_test()
/dports/net/mpich2/mpich2-1.5/src/mpi/romio/adio/ad_pvfs2/
H A Dad_pvfs2_io_dtype.c438 if (arr_dtype[i] != MPI_LB && in convert_mpi_pvfs2_dtype()
474 if (arr_dtype[i] != MPI_LB && in convert_mpi_pvfs2_dtype()
510 if (arr_dtype[i] != MPI_LB && in convert_mpi_pvfs2_dtype()
547 if (arr_dtype[i] != MPI_LB && in convert_mpi_pvfs2_dtype()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/io/romio314/romio/adio/ad_pvfs2/
H A Dad_pvfs2_io_dtype.c441 if (arr_dtype[i] != MPI_LB && in convert_mpi_pvfs2_dtype()
477 if (arr_dtype[i] != MPI_LB && in convert_mpi_pvfs2_dtype()
513 if (arr_dtype[i] != MPI_LB && in convert_mpi_pvfs2_dtype()
550 if (arr_dtype[i] != MPI_LB && in convert_mpi_pvfs2_dtype()
/dports/net/mpich/mpich-3.4.3/src/mpi/romio/adio/ad_pvfs2/
H A Dad_pvfs2_io_dtype.c363 if (arr_dtype[i] != MPI_LB && arr_dtype[i] != MPI_UB) { in convert_mpi_pvfs2_dtype()
389 if (arr_dtype[i] != MPI_LB && arr_dtype[i] != MPI_UB) { in convert_mpi_pvfs2_dtype()
415 if (arr_dtype[i] != MPI_LB && arr_dtype[i] != MPI_UB) { in convert_mpi_pvfs2_dtype()
442 if (arr_dtype[i] != MPI_LB && arr_dtype[i] != MPI_UB) in convert_mpi_pvfs2_dtype()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/io/romio321/romio/adio/ad_pvfs2/
H A Dad_pvfs2_io_dtype.c441 if (arr_dtype[i] != MPI_LB && in convert_mpi_pvfs2_dtype()
477 if (arr_dtype[i] != MPI_LB && in convert_mpi_pvfs2_dtype()
513 if (arr_dtype[i] != MPI_LB && in convert_mpi_pvfs2_dtype()
550 if (arr_dtype[i] != MPI_LB && in convert_mpi_pvfs2_dtype()
/dports/net/mpich/mpich-3.4.3/src/mpi/datatype/
H A Dtype_struct.c264 if (oldtype_array[i] == MPI_LB || oldtype_array[i] == MPI_UB) { in MPIR_Type_struct()
283 if (oldtype_array[i] != MPI_LB && oldtype_array[i] != MPI_UB) { in MPIR_Type_struct()
305 if (oldtype_array[i] == MPI_LB) in MPIR_Type_struct()
/dports/net/openmpi3/openmpi-3.1.6/ompi/include/
H A Dmpif-handles.h84 integer MPI_LB
190 parameter (MPI_LB=4)
/dports/net/openmpi/openmpi-4.1.1/ompi/include/
H A Dmpif-handles.h84 integer MPI_LB
190 parameter (MPI_LB=4)
/dports/net/mpich2/mpich2-1.5/src/mpi/romio/adio/common/
H A Dad_darray.c133 types[0] = MPI_LB; in ADIO_Type_create_darray()
272 types[0] = MPI_LB; in MPIOI_Type_cyclic()
H A Dad_subarray.c89 types[0] = MPI_LB; in ADIO_Type_create_subarray()
/dports/net/mpich/mpich-3.4.3/src/mpi/romio/adio/common/
H A Dad_darray.c125 types[0] = MPI_LB; in ADIO_Type_create_darray()
278 types[0] = MPI_LB; in MPIOI_Type_cyclic()
H A Dad_subarray.c84 types[0] = MPI_LB; in ADIO_Type_create_subarray()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/io/romio314/romio/adio/common/
H A Dad_darray.c133 types[0] = MPI_LB; in ADIO_Type_create_darray()
272 types[0] = MPI_LB; in MPIOI_Type_cyclic()
H A Dad_subarray.c89 types[0] = MPI_LB; in ADIO_Type_create_subarray()
/dports/science/siesta/siesta-4.1.5/Src/MPI/
H A Dmpi__include.f90104 public :: MPI_LB
/dports/net/mpich/mpich-3.4.3/src/mpi/datatype/typerep/src/
H A Dtyperep_dataloop_darray.c133 types[0] = MPI_LB; in MPII_Typerep_convert_darray()
286 types[0] = MPI_LB; in type_cyclic()

123456