Can I pass a mixed data type structure using MPI one-sided communication?
In the following code I’m trying to pass a mixed data struct of a double and an int using MPI one-sided communication via MPI windows. This is all illustrated in the following.
Can I pass a mixed data type structure using MPI one-sided communication?
In the following code I’m trying to pass a mixed data struct of a double and an int using MPI one-sided communication via MPI windows. This is all illustrated in the following.