Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regtest cmake build.log overwritten #1032

Closed
ukmo-ccbunney opened this issue Jun 30, 2023 · 0 comments · Fixed by #1191
Closed

Regtest cmake build.log overwritten #1032

ukmo-ccbunney opened this issue Jun 30, 2023 · 0 comments · Fixed by #1191
Assignees
Labels
bug Something isn't working

Comments

@ukmo-ccbunney
Copy link
Collaborator

ukmo-ccbunney commented Jun 30, 2023

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant