-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
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 or python driver.py inference_standard.
Acceptance Criteria
- When fortran tests fail, an error indicates in the logs like the cpp tests