Searched refs:oneslice (Results 1 – 8 of 8) sorted by relevance
/dports/net/mpich/mpich-3.4.3/test/mpi/datatype/ |
H A D | slice_pack.c | 27 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 D | slice_pack_external.c | 24 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 D | slice-pack.c | 27 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 D | slice-pack-external.c | 23 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 D | ex-3.08.py | 16 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 D | test8.p | 14 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 D | fix_lb_fluid.cpp | 404 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 D | fix_lb_fluid.h | 63 MPI_Datatype oneslice; // MPI datatypes to pass arrays. variable
|