-
Notifications
You must be signed in to change notification settings - Fork 147
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
[Build] Build Error with MVAPICH2-GDR #284
Comments
can you check that thrust submodule is up to date? |
I will also strongly recommend to use newer CUDA if possible, i don't think we still testing CUDA 11.x, and there should be quite a few improvements (compiler, cusparse, etc) since 11.4 which is 2 yeasrs old. |
The thrust submodule is up to date. I have switched to CUDA 12.0 now, and still seeing the error. Updated the original post. |
Thanks for confirming. The configuration output, command lines and compiler command lines look fine for me. Considering that Intel MPI worked for you it seems that something might happen in the mvapich wrapper to host compiler. Could it be that mvapich wrapper addresses compiler other than Intel Compiler and they got mixed up? |
Here is the output of
If I run |
Describe the issue
A clear and concise description of what the issue is.
I am trying to build AMGX with MVAPICH2-GDR on the TACC Supercomputer Lonestar6 as the MPI. Building with Intel MPI works fine.
Environment information:
Intel 19.1.0
3.24.2
CUDA 12.0
MVAPICH2-GDR v2.3.7
v 2.4.0 f280993e5df32701fb28c2636f49eea4bc5753a4
Configuration information
Provide your
cmake
command line that was used for configuration and it's full output.Output
Compilation information
Provide your make command
make all VERBOSE=1
Output
The text was updated successfully, but these errors were encountered: