Commit 377b675
committed
Disable per MPI process log output to files for scalability
The test suite created by default one detailed log file per MPI process.
When running the test suite with many MPI processes this becomes an issue
for file systems. Therefore, this change disables the per MPI process log
output by lowering its level to TST_REPORT_NONE. The output stream is set
to stderr, just in case.
Signed-off-by: Christoph Niethammer <[email protected]>1 parent 2860779 commit 377b675
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
0 commit comments