-
Notifications
You must be signed in to change notification settings - Fork 45
Set up A100 environment on ExCL #2147
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #2147 +/- ##
===========================================
- Coverage 84.91% 84.89% -0.02%
===========================================
Files 1273 1273
Lines 44667 44667
Branches 16611 16611
===========================================
- Hits 37927 37922 -5
- Misses 4756 4758 +2
- Partials 1984 1987 +3 🚀 New features to boost your workflow:
|
Test summary 5 726 files 9 212 suites 18m 29s ⏱️ Results for commit bd8f5bf. ♻️ This comment has been updated with latest results. |
|
On the release build, the following three tests failed because the CPU and GPU results differ. The reldeb build is fine. It's unlikely to be due to your patch, though. None of the -orange builds are working. They are all generating errors like the following: /usr/bin/ld: CMakeFiles/orange_final.dir/cmake_device_link.o: in function The default and full builds aren't working, but I assume that's expected. |
|
@LSchwiebert Oops thanks for that! |
|
The release build is still failing these three tests because the CPU and GPU are producing different results, but I'm approving the PR because I don't think that's causing these failures. The remaining builds are working, except for full and default. |
LSchwiebert
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The various builds are all working, except as noted in my comment.
|
@Rashika-Gupta or @stognini or @elliottbiondo : I updated the environment so that it stores caches in |
This adds scripts for the somewhat dated but still functional
milan0system, which has two A100s. ROOT is not yet available on the system: only the non-hidden presets defined inmilan0.jsonshould work.Hint for those working on multiple systems sharing the same home directory over NFS: use
git worktree add ../celeritas-$(hostname -s)to create a local checkout that shares the same git directory, allowing you togit pushin one andgit popin the other (for example).