Skip to content
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

Add support for building GPU-enabled GalSim using NVIDIA compiler #1230

Merged
merged 4 commits into from
Aug 11, 2023

Conversation

jamesp-epcc
Copy link
Contributor

This PR adds support for building with the NVIDIA compiler, nvc++. This compiler doesn't support one of the warnings commonly enabled in the other compilers so we have to remove it. It also formats its version information a little differently from gcc and clang.

This also adds a missing macro definition for building for GPU with gcc.

@jamesp-epcc
Copy link
Contributor Author

Please don't merge this yet. A colleague who is testing GalSim on our cluster here has found a problem with the nvc++ support which I'll need to fix first.

src/Silicon.cpp Outdated Show resolved Hide resolved
@rmjarvis rmjarvis merged commit bfcc2d9 into GalSim-developers:main Aug 11, 2023
9 checks passed
@rmjarvis rmjarvis modified the milestones: No action, v2.5 Aug 13, 2023
@rmjarvis rmjarvis added build Related to compiling, building, installing desc Of possible interest to LSST DESC members looking for a project labels Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to compiling, building, installing desc Of possible interest to LSST DESC members looking for a project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants