Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskaus committed Jan 6, 2024
1 parent 6f9fcb5 commit 0507b22
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ function run_petsc_ex(args::Cmd=``, cores::Int64=1, ex="ex4", ; wait=true, deact
elseif ex=="ex42"
cmd = `$(PETSc_jll.ex42()) $args`
elseif ex=="ex19"
cmd = `$(PETSc_jll.ex19_int64_deb()) $args`
#cmd = `$(PETSc_jll.ex19_int64_deb()) $args`
cmd = `$(PETSc_jll.ex19()) $args`
else
error("unknown example")
end
Expand All @@ -65,7 +66,9 @@ function run_petsc_ex(args::Cmd=``, cores::Int64=1, ex="ex4", ; wait=true, deact
elseif ex=="ex42"
cmd = `$(mpirun) -n $cores $(PETSc_jll.ex42_path) $args`
elseif ex=="ex19"
cmd = `$(mpirun) -n $cores $(PETSc_jll.ex19_int64_deb_path) $args`
#cmd = `$(mpirun) -n $cores $(PETSc_jll.ex19_int64_deb_path) $args`
cmd = `$(mpirun) -n $cores $(PETSc_jll.ex19_path) $args`

else
error("unknown example")
end
Expand Down

0 comments on commit 0507b22

Please sign in to comment.