Home
last modified time | relevance | path

Searched refs:oneslice (Results 1 – 8 of 8) sorted by relevance

/dports/net/mpich/mpich-3.4.3/test/mpi/datatype/
H A Dslice_pack.c27 MPI_Datatype oneslice, twoslice, threeslice; in main() local
55 MPI_Type_vector(9, 1, 2, MPI_INT, &oneslice); in main()
56 MPI_Type_create_hvector(9, 1, 100 * sizeofint, oneslice, &twoslice); in main()
92 MPI_Type_free(&oneslice); in main()
H A Dslice_pack_external.c24 MPI_Datatype oneslice, twoslice, threeslice; in main() local
50 MPI_Type_vector(9, 1, 2, MPI_INT, &oneslice); in main()
51 MPI_Type_create_hvector(9, 1, 100 * sizeofint, oneslice, &twoslice); in main()
92 MPI_Type_free(&oneslice); in main()
/dports/net/mpich2/mpich2-1.5/test/mpi/datatype/
H A Dslice-pack.c27 MPI_Datatype oneslice, twoslice, threeslice; in main() local
55 MPI_Type_vector(9, 1, 2, MPI_INT, &oneslice); in main()
56 MPI_Type_hvector(9, 1, 100*sizeofint, oneslice, &twoslice); in main()
109 MPI_Type_free(&oneslice); in main()
H A Dslice-pack-external.c23 MPI_Datatype oneslice, twoslice, threeslice; in main() local
49 MPI_Type_vector(9, 1, 2, MPI_INT, &oneslice); in main()
50 MPI_Type_hvector(9, 1, 100*sizeofint, oneslice, &twoslice); in main()
108 MPI_Type_free(&oneslice); in main()
/dports/net/py-mpi4py/mpi4py-3.1.3/demo/mpi-ref-v1/
H A Dex-3.08.py16 oneslice = MPI.DOUBLE.Create_vector(3, 1, 2) variable
19 twoslice = oneslice.Create_hvector(3, 1, 12*sizeofdouble)
32 oneslice.Free()
/dports/math/PDL/PDL-2.019/Demos/TriD/
H A Dtest8.p14 my $follows = $follow->oneslice(2,0,1,0);
15 my $followcs = $followc->oneslice(1,0,1,0);
/dports/science/lammps/lammps-stable_29Sep2021/src/LATBOLTZ/
H A Dfix_lb_fluid.cpp404 MPI_Type_commit(&oneslice); in FixLbFluid()
411 MPI_Type_free(&oneslice); in FixLbFluid()
413 MPI_Type_commit(&oneslice); in FixLbFluid()
418 MPI_Type_free(&oneslice); in FixLbFluid()
420 MPI_Type_commit(&oneslice); in FixLbFluid()
427 MPI_Type_free(&oneslice); in FixLbFluid()
434 MPI_Type_free(&oneslice); in FixLbFluid()
443 MPI_Type_free(&oneslice); in FixLbFluid()
450 MPI_Type_free(&oneslice); in FixLbFluid()
459 MPI_Type_free(&oneslice); in FixLbFluid()
[all …]
H A Dfix_lb_fluid.h63 MPI_Datatype oneslice; // MPI datatypes to pass arrays. variable