lanl / BEE

Other
13 stars 3 forks source link

Add MPI integration test code #858

Closed jtronge closed 1 week ago

jtronge commented 1 week ago

This should address issue #857. I added a test using the comd-mpi workflow. To run this, first start beeflow core and then run ./ci/integration_test.py -t comd_mpi --timeout 10000, which should result in PASSED.

pagrubel commented 1 week ago

This should address issue #857. I added a test using the comd-mpi workflow. To run this, first start beeflow core and then run ./ci/integration_test.py -t comd_mpi --timeout 10000, which should result in PASSED. @jtronge maybe add this as a README

jtronge commented 1 week ago

Should I update this in the developer docs? See https://lanl.github.io/BEE/development.html#running-tests. I guess there's not too much info there about running the integration tests.

pagrubel commented 1 week ago

Sure

pagrubel commented 1 week ago

Should I update this in the developer docs? See https://lanl.github.io/BEE/development.html#running-tests. I guess there's not too much info there about running the integration tests.

I guess that could be another issue.

pagrubel commented 1 week ago

This works for me running on 4 nodes, thanks!