You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the inference tests (std or colo) with the language set to fortran, if an error is thrown within the fortran app, the scaling test does not exit and continues to run showing that the fortran test has completed in the log file. Errors are logged within the orch.err file but there is no indication of an issue within the log output.
How to reproduce
Setup your environment to run a scaling test. This error can be reproduced by submitting a batch script or submitting within terminal via python driver.py inference_colocated or python driver.py inference_standard.
Acceptance Criteria
When fortran tests fail, an error indicates in the logs like the cpp tests
The text was updated successfully, but these errors were encountered:
Description
When running the inference tests (std or colo) with the
language
set to fortran, if an error is thrown within the fortran app, the scaling test does not exit and continues to run showing that the fortran test has completed in the log file. Errors are logged within the orch.err file but there is no indication of an issue within the log output.How to reproduce
Setup your environment to run a scaling test. This error can be reproduced by submitting a batch script or submitting within terminal via
python driver.py inference_colocated
orpython driver.py inference_standard
.Acceptance Criteria
The text was updated successfully, but these errors were encountered: