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

LAMMPS: relax TotEng check fot lj test on ARM #169

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

laraPPr
Copy link
Collaborator

@laraPPr laraPPr commented Aug 19, 2024

No description provided.

@smoors
Copy link
Collaborator

smoors commented Aug 20, 2024

are you sure it's ok to do this?
can you paste the energy values at steps 0 and 100 to see how it changes?

@laraPPr
Copy link
Collaborator Author

laraPPr commented Aug 20, 2024

Neoverse-N1

   Step          Temp          E_pair         E_mol          TotEng         Press

         0   1.44          -6.7733681      0             -4.6134356     -5.0197073

       100   0.76087792    -5.7635991      0             -4.6223179      0.18609556

Neovers-V1

   Step          Temp          E_pair         E_mol          TotEng         Press

         0   1.44          -6.7733681      0             -4.6134356     -5.0197073

       100   0.76087792    -5.7635991      0             -4.6223179      0.18609556

ARM generic

Per MPI rank memory allocation (min/avg/max) = 2.782 | 2.795 | 2.808 Mbytes

   Step          Temp          E_pair         E_mol          TotEng         Press

         0   1.44          -6.7733681      0             -4.6134356     -5.0197073

       100   0.76087792    -5.7635991      0             -4.6223179      0.18609556

@smoors
Copy link
Collaborator

smoors commented Aug 20, 2024

so the initial energy is exactly the same, which suggests that the energy calculation is correct on ARM.
after 100 steps it diverges a bit, but that is to be expected for an MD simulation.

Copy link
Collaborator

@smoors smoors left a comment

Choose a reason for hiding this comment

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

lgtm

@smoors smoors merged commit 79ea161 into EESSI:main Aug 20, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants