NOAA-GSL / ExascaleWorkflowSandbox

Other
2 stars 2 forks source link

Add test to test_mpi_hello to validate run output #52

Closed NaureenBharwaniNOAA closed 8 months ago

NaureenBharwaniNOAA commented 9 months ago

The test_mpi_hello test in tests/test_parsl_flux_mpi_hello.py only checks that the Parsl App completed with a status of 0 (meaning success). It does not actually check whether the output of the task, written to parsl_flux_mpi_hello_run.out is correct. This test needs to be updated to validate the output.

Closes Issue #44