-
Notifications
You must be signed in to change notification settings - Fork 23
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
unable to build the AmgxWrapper #39
Comments
Based on the error message, NVIDIA's AmgX library needs OpenMP. AmgXWrapper does not need OpenMP, however, so the wrapper's linker flags do not contain OpenMP. Which commit did you use for AmgX? I will try to reproduce it. AmgX on my machine is kind of old. So maybe something has been changed in AmgX itself. |
And if you remember how you built and installed AmgX, please also post the steps here, so I can try to reproduce it. |
Also, if you would like to play around with it in the mean time, try to add |
Hi piyueh i have used the Amgx latest version 2.3.0 this one https://github.com/NVIDIA/AMGX after all this set up i follow then i was trying to build the AmgxWrapper this one https://github.com/barbagroup/AmgXWrapper/archive/refs/heads/master.zip |
Hi i am not able to run the poisson example i have written the script below
|
@Dcn303 When using
When using
These example configurations should already be installed on your machine when you build/install AmgXWrapper. If you want to learn how to modify/write the configuration from scratch, please refer to NVIDIA AmgX's manual or/and PETSc's manual. |
Thanks a lot @piyueh for your valuable reply it meant a lot to me, |
hello everyone i am getting error as shown above
i have cuda 11.2 installed
cmake version 3.25.0
gcc 9.3.0
openmpi 4.1.1
run the whole amgx by writing in the script file as shown below
can someone kindly guide me through this error
it will be greatly helpful
thanks
The text was updated successfully, but these errors were encountered: