Skip to content

Commit

Permalink
lammps-migration-net: make chunk size a configurable parameter (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz authored Jan 30, 2024
1 parent ed38975 commit eae2a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
run: faasmctl invoke lammps migration --cmdline '-in faasm://lammps-data/in.controller.wall' --mpi-world-size 4 --input-data '1 2'
- name: "Run LAMMPS migration-net binary"
timeout-minutes: 1
run: faasmctl invoke lammps migration-net --cmdline '-in faasm://lammps-data/in.controller.wall' --mpi-world-size 4 --input-data '1 2'
run: faasmctl invoke lammps migration-net --cmdline '-in faasm://lammps-data/in.controller.wall' --mpi-world-size 4 --input-data '1 2 10 2'
# 08/12/2023 - LULESH is broken with a memory leak
# - name: "Run LULESH"
# timeout-minutes: 1
Expand Down
2 changes: 1 addition & 1 deletion examples/lammps-migration-net

0 comments on commit eae2a29

Please sign in to comment.