-
Notifications
You must be signed in to change notification settings - Fork 16
fix(mpi): fix parameters for MPI_Isend, MPI_Irecv, and MPI_Wait #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: amd-fftw
Are you sure you want to change the base?
Conversation
I had #11 when trying to install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
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