-
Notifications
You must be signed in to change notification settings - Fork 525
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
test: add LAMMPS MPI tests #3572
Conversation
Fix deepmodeling#3509. Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## devel #3572 +/- ##
==========================================
- Coverage 77.50% 77.43% -0.08%
==========================================
Files 432 432
Lines 37173 37160 -13
Branches 1621 1608 -13
==========================================
- Hits 28812 28773 -39
+ Misses 7493 7470 -23
- Partials 868 917 +49 ☔ View full report in Codecov by Sentry. |
It seems to me the PyTorch backend cannot check whether the rank is more than the total GPU number.
TF: deepmd-kit/source/api_cc/src/DeepPotTF.cc Lines 448 to 449 in 145f501
|
Signed-off-by: Jinzhe Zeng <[email protected]>
Fix deepmodeling#3509. Note: 0 atoms in a processor with the PyTorch backend is currently broken. I commented with a TODO tag. --------- Signed-off-by: Jinzhe Zeng <[email protected]> (cherry picked from commit fb61efb) Signed-off-by: Jinzhe Zeng <[email protected]>
Fix #3509. Note: 0 atoms in a processor with the PyTorch backend is currently broken. I commented with a TODO tag. --------- Signed-off-by: Jinzhe Zeng <[email protected]> (cherry picked from commit fb61efb) Signed-off-by: Jinzhe Zeng <[email protected]>
Fix #3509.
Note: 0 atoms in a processor with the PyTorch backend is currently broken. I commented with a TODO tag.