Skip to content

Commit

Permalink
Merge pull request #324261 from helsinki-systems/fix/filter-out-more-…
Browse files Browse the repository at this point in the history
…petsc-warnings

petsc: Filter out more errors during tests
  • Loading branch information
0x4A6F authored Jul 8, 2024
2 parents 668ff00 + c6451fa commit f7c2368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/pe/petsc/filter_mpi_warnings.patch
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ index d1f047820ec..aab400535dd 100644

runex47: ex47.PETSc
-@H5OUT=`mktemp -t petsc.h5.XXXXXX`; ${MPIEXEC} -n 1 ${MPIEXEC_TAIL} ./ex47 -filename $${H5OUT} > ex47_1.tmp 2>&1; \
+ sed -i '/hwloc\/linux/d ; /ERROR opendir(\/sys\/class\/net) failed/d' ex47_1.tmp; \
+ sed -i '/hwloc\/linux/d ; /ERROR scandir(\/sys\/class\/net) failed/d ; /ERROR opendir(\/sys\/class\/net) failed/d' ex47_1.tmp; \
if (${DIFF} output/ex47_1.out ex47_1.tmp) then \
echo "C/C++ example src/vec/vec/tests/ex47 run successfully with HDF5"; \
else \

0 comments on commit f7c2368

Please sign in to comment.