Searched refs:MPI_Type_DS_VNA (Results 1 – 5 of 5) sorted by relevance
/dports/science/openmx/openmx3.8/source/ |
H A D | Force_HNL.c | 683 MPI_Isend(&tmp_array[0], size1, MPI_Type_DS_VNA, IDS, tag, mpi_comm_level1, &request); in Force_HNL() 704 MPI_Recv(&tmp_array2[0], size2, MPI_Type_DS_VNA, IDR, tag, mpi_comm_level1, &stat); in Force_HNL()
|
H A D | openmx_common.h | 70 #define MPI_Type_DS_VNA MPI_FLOAT /* type of DS_VNA */ macro
|
H A D | Set_ProExpn_VNA.c | 1019 MPI_Isend(&tmp_array[0], size1, MPI_Type_DS_VNA, IDS, tag, mpi_comm_level1, &request); in Set_ProExpn() 1036 MPI_Recv(&tmp_array2[0], size2, MPI_Type_DS_VNA, IDR, tag, mpi_comm_level1, &stat); in Set_ProExpn()
|
H A D | Force.c | 4875 MPI_Isend(&tmp_array[0], size1, MPI_Type_DS_VNA, IDS, tag, mpi_comm_level1, &request); in Force4B() 4886 MPI_Recv(&tmp_array2[0], size2, MPI_Type_DS_VNA, IDR, tag, mpi_comm_level1, &stat); in Force4B() 5408 MPI_Isend(&tmp_array[0], size1, MPI_Type_DS_VNA, IDS, tag, mpi_comm_level1, &request); in Force4B() 5429 MPI_Recv(&tmp_array2[0], size2, MPI_Type_DS_VNA, IDR, tag, mpi_comm_level1, &stat); in Force4B()
|
H A D | Stress.c | 3348 MPI_Isend(&tmp_array[0], size1, MPI_Type_DS_VNA, IDS, tag, mpi_comm_level1, &request); in Stress4B() 3359 MPI_Recv(&tmp_array2[0], size2, MPI_Type_DS_VNA, IDR, tag, mpi_comm_level1, &stat); in Stress4B()
|