Skip to content

Commit d8c70b0

Browse files
author
Jeremy E Kozdon
committed
Only run ex50 for real types
1 parent 48cf367 commit d8c70b0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

examples/ksp/ex50.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,5 +172,7 @@ function main(petsclib; comm = MPI.COMM_WORLD, options...)
172172
end
173173

174174
for petsclib in PETSc.petsclibs
175-
main(petsclib)
175+
if PETSc.scalartype(petsclib) <: Real
176+
main(petsclib)
177+
end
176178
end

0 commit comments

Comments
 (0)