fix(mpi): fix parameters for MPI_Isend, MPI_Irecv, and MPI_Wait#12
fix(mpi): fix parameters for MPI_Isend, MPI_Irecv, and MPI_Wait#12e-kwsm wants to merge 1 commit intoamd:amd-fftwfrom
Conversation
|
I had #11 when trying to install |
|
HI @e-kwsm and @Danielduel , As a standard practice, it will be good to run the basic sanity, and functional tests.
Please share/attach the results with this PR itself. |
|
I tried the options, but it failed: $ mkdir build
$ cd build
$ ../configure --enable-sse2 --enable-avx --enable-avx2 --enable-avx512 --enable-mpi --enable-openmp --enable-shared --enable-amd-opt --enable-amd-mpifft --enable-dynamic-dispatcher --enable-amd-mpifft --enable-amd-fast-planner --enable-amd-top-n-planner --enable-amd-app-opt --enable-amd-trans
…
checking whether C compiler accepts -mpreferred-stack-boundary=4... yes
checking whether the stack is at least 8-byte aligned by gcc... checking whether C compiler accepts -malign-double... (cached) yes
yes
AMD OPT Flag is enabled and so AMD optimizations will be turned on.
configure: error: AMD application optimization layer is not supported for MPI execution and in Quad or Long double precisions.I added |
|
@e-kwsm: I've left some thoughts on this matter when this was posted on my own pull request, including a proposed set of tests. |
|
@jeroen-mostert Thank you for your suggestion. FWIW I just opened #15. |
|
I built the branch with
and |
close #11