Skip to content

Commit

Permalink
gha: add mpi-world-size to lammps
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Dec 8, 2023
1 parent 5d709eb commit 0cfdeab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
if: "contains(env.WASM_VM, 'wavm')"
run: faasmctl invoke imagemagick main --cmdline 'faasm://im/sample_image.png -flip faasm://im/image_out.png'
- name: "Run LAMMPS"
run: faasmctl invoke lammps main --cmdline '-in faasm://lammps-data/in.controller.wall'
run: faasmctl invoke lammps main --cmdline '-in faasm://lammps-data/in.controller.wall' --mpi-world-size 4
- name: "Run LULESH"
if: "contains(env.WASM_VM, 'wavm')"
run: faasmctl invoke lulesh main --cmdline '-i 5 -s 20 -r 11 -c 1 -b 1' --data '4'
Expand Down

0 comments on commit 0cfdeab

Please sign in to comment.