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 LAMMPS tests to EESSI test-suite #131

Merged
merged 39 commits into from
Aug 14, 2024
Merged

Commits on Mar 28, 2024

  1. add lammps files for running bench mark

    lara committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9a86786 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. add lammps.py test

    lara committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b80e3f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. implement lammps sanity check

    lara committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f07c81a View commit details
    Browse the repository at this point in the history
  2. update assign_tasks_per_compute_unit

    lara committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    d0818d0 View commit details
    Browse the repository at this point in the history
  3. fix line too long

    lara committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    78c3780 View commit details
    Browse the repository at this point in the history
  4. clean up code

    lara committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    332c5fd View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. remove example scripts

    lara committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3e2f1af View commit details
    Browse the repository at this point in the history
  2. update source files and add rhodo test

    lara committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b7d1548 View commit details
    Browse the repository at this point in the history
  3. clean up lammps.py

    lara committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    0656d2f View commit details
    Browse the repository at this point in the history
  4. clean up lammps.py

    lara committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e777ddb View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. add gpu support to lj test

    vsc46128 vscuser committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8a8f838 View commit details
    Browse the repository at this point in the history
  2. add gpu support to lj test

    vsc46128 vscuser committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    afe68b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. update rhodo test

    vsc46128 vscuser committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    868375a View commit details
    Browse the repository at this point in the history
  2. make rhod test compatible with kokkos gpu package

    vsc46128 vscuser committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    36a5dbf View commit details
    Browse the repository at this point in the history
  3. fix style

    vsc46128 vscuser committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    cd93e6c View commit details
    Browse the repository at this point in the history
  4. fix style

    vsc46128 vscuser committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    fbffb2d View commit details
    Browse the repository at this point in the history
  5. fix style

    vsc46128 vscuser committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    aaadf7d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. dedplicate overlapping parts in LAMMPS tests

    vsc46128 vscuser committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    0db87cd View commit details
    Browse the repository at this point in the history
  2. fix style

    vsc46128 vscuser committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3d47b60 View commit details
    Browse the repository at this point in the history
  3. updata executable opts

    vsc46128 vscuser committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c0b95c7 View commit details
    Browse the repository at this point in the history
  4. fix style

    vsc46128 vscuser committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b025d04 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. add ReadMe for LAMMPS test

    vsc46128 vscuser committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    79b02bf View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. add check of neighbors to sanity check

    vsc46128 vscuser committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    98099ea View commit details
    Browse the repository at this point in the history
  2. add sanity-check for number of neighbours

    vsc46128 vscuser committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    0edf80e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. update lammps test

    vsc46128 vscuser committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    dac699c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into LAMMPS_test

    vsc46128 vscuser committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    5b89fd2 View commit details
    Browse the repository at this point in the history
  3. Use hook

    vsc46128 vscuser committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    9acd2e5 View commit details
    Browse the repository at this point in the history
  4. make linter happy

    vsc46128 vscuser committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    485aafa View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. get other Performance idicators

    vsc46128 vscuser committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fbadd82 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into LAMMPS_test

    vsc46128 vscuser committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    acd7da0 View commit details
    Browse the repository at this point in the history
  3. use timestep/s as a performance metric

    vsc46128 vscuser committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4cbacb5 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. add check for total energy

    vsc46128 vscuser committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    03ed65d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. add check for total energy of lj test

    vsc46128 vscuser committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    15fb164 View commit details
    Browse the repository at this point in the history
  2. add check for total energy of rhodo test

    vsc46128 vscuser committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    dd8a821 View commit details
    Browse the repository at this point in the history
  3. add test for GPU package

    vsc46128 vscuser committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    65f0c3b View commit details
    Browse the repository at this point in the history
  4. add test for GPU package

    vsc46128 vscuser committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e6b4b5d View commit details
    Browse the repository at this point in the history
  5. add test for GPU package

    vsc46128 vscuser committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    7bd0131 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. add binding hook

    vsc46128 vscuser committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    d2bf54d View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. add memory usage to lammps test

    vsc46128 vscuser committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f6b2c5a View commit details
    Browse the repository at this point in the history