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
Describe the bug
When the regression tests are running their CMake builds, the build.log for the shared build is overwritten when the MPI build is run. This means we lose any compiler messages/warnings from the shared build.
To Reproduce
Run any MPI enabled regression test
Expected behavior
If you run tail -f build.log when the build is running, you will see the compiler output for the shared build.
When the MPI build starts, this output will be overwritten (tail will report the file as being truncated).
The text was updated successfully, but these errors were encountered:
Describe the bug
When the regression tests are running their CMake builds, the
build.log
for the shared build is overwritten when the MPI build is run. This means we lose any compiler messages/warnings from the shared build.To Reproduce
Run any MPI enabled regression test
Expected behavior
If you run
tail -f build.log
when the build is running, you will see the compiler output for the shared build.When the MPI build starts, this output will be overwritten (tail will report the file as being truncated).
The text was updated successfully, but these errors were encountered: