Commit 173f3e4
Damian Rouson
prevent silent failure of events integration test
src/tests/integration/events/async-hello.F90 was failing silently
with GCC 7. This commit bumps the image count to 3 so the test
prints output that reports the fatal MPI error. This commit also
uses C preprocessor conditionals to prevent reporting success
for this test with GCC 7. The pre-processor conditionals will
need to be removed manually when the silent failure has been
eliminated.1 parent 4c7d1e7 commit 173f3e4
File tree
3 files changed
+6
-2
lines changed- src/tests/integration/events
3 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
402 | | - | |
| 402 | + | |
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
src/tests/integration/events/async-hello.f90 renamed to src/tests/integration/events/async-hello.F90
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
72 | 75 | | |
| 76 | + | |
73 | 77 | | |
74 | 78 | | |
75 | 79 | | |
| |||
0 commit comments