-
Notifications
You must be signed in to change notification settings - Fork 296
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
Compiling with NVHPC #1076
Compiling with NVHPC #1076
Conversation
@Iximiel it looks ready to be merged, I would retarget it for v2.10 though so that it is easier for other people wanting to contribute gpu code to do it |
@carlocamilloni I retargeted v2.10, since it was the original aim for this, can you rerun the CI? I do not remember why -debug- and -intel- are failing |
@Iximiel it cannot be rerun from web because it is too old, you should push some empty or amend commit i think |
1302f91
to
7053d19
Compare
I removed the |
@carlocamilloni Now it passes -debug- and -intel-, I suspect that was the line I used to "debug" the mpicc version
|
Description
In this PR I will set up some modifications to the code in order to make possible to compile all plumed with nvhpc v24.3.
As now is a work in progress, I do not know if the CI will even start and some regtests are failing on my pc, the PR is set up to check easily if the modifications do not break other compilers against the master branch.
Target release
I would like my code to appear in release 2.10
Type of contribution
Copyright
COPYRIGHT
file with the correct license information. Code should be released under an open source license. I also used the commandcd src && ./header.sh mymodulename
in order to make sure the headers of the module are correct.Tests