Skip to content

Commit a1ff384

Browse files
committed
test: skip 3D_rayleigh_taylor_muscl (segfaults with nvfortran+MPI in Docker)
1 parent fc24f44 commit a1ff384

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

toolchain/mfc/test/cases.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,6 +1542,7 @@ def foreach_example():
15421542
"1D_multispecies_diffusion",
15431543
"2D_ibm_stl_MFCCharacter",
15441544
"1D_qbmm", # formatted I/O field overflow on gfortran 12
1545+
"3D_rayleigh_taylor_muscl", # segfaults with nvfortran+MPI in Docker (seccomp/mprotect)
15451546
]
15461547
if path in casesToSkip:
15471548
continue

0 commit comments

Comments
 (0)