Skip to content

Commit

Permalink
activate additional test
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskaus committed Sep 18, 2024
1 parent 7fa3126 commit e2afb90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/runLaMEM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ pkg_dir = pkgdir(LaMEM)
#@test isnothing(out)

# Try direct solvers
#ParamFile = "input_files/FallingBlock_DirectSolver.dat";
#ParamFile = joinpath(pkg_dir,"test", ParamFile);
#out = run_lamem(ParamFile, 1, "-nstep_max 2") # 1 core
#@test isnothing(out)
ParamFile = "input_files/FallingBlock_DirectSolver.dat";
ParamFile = joinpath(pkg_dir,"test", ParamFile);
out = run_lamem(ParamFile, 1, "-nstep_max 2") # 1 core
@test isnothing(out)

if !Sys.iswindows()
out = run_lamem(ParamFile, 2, "-nstep_max 5") # 2 cores (mumps)
Expand Down

0 comments on commit e2afb90

Please sign in to comment.