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

Update Perlmutter CMake profile and env script #1041

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

esseivaju
Copy link
Contributor

Fix ndebug configure profile on Perlmutter to build shared library. Also, somehow I'm having issues again with libraries not having the RPATH pointing to the spack lib dir (though it works fine on other machine like Zeus), I'm just setting LD_LIBRARY_PATH for now.

@esseivaju esseivaju added core Software engineering infrastructure minor Minor internal changes or fixes labels Nov 29, 2023
@esseivaju esseivaju requested a review from sethrj November 29, 2023 23:45
"CELERITAS_USE_SWIG": {"type": "BOOL", "value": "OFF"},
"CELERITAS_USE_VecGeom": {"type": "BOOL", "value": "ON"},
"CMAKE_CXX_FLAGS": "-Wall -Wextra -Wno-psabi -pedantic -pedantic-errors",
"CMAKE_CUDA_FLAGS": "-Xcompiler -Wno-psabi",
"CMAKE_CUDA_FLAGS": "-lineinfo -Xptxas=-v -Xcompiler -Wno-psabi",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm guessing -lineinfo increases the size of the device code but doesn't negatively affect performance?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't compared but I wouldn't expect any difference. I can check whenever Perlmutter is back online.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nah not important. Certainly it looked like the GPU performance was fine in your last run 😄

@sethrj sethrj merged commit 9cc4998 into celeritas-project:develop Nov 30, 2023
18 of 19 checks passed
@esseivaju esseivaju deleted the perlmutter-env branch May 29, 2024 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Software engineering infrastructure minor Minor internal changes or fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants