Skip to content

Commit

Permalink
Merge pull request #79 from jeremiahpslewis/jpsl/fix-test
Browse files Browse the repository at this point in the history
increas max_iter to ensure test converges
  • Loading branch information
jeremiahpslewis authored Apr 2, 2024
2 parents a091ac9 + 303cf02 commit d33bbd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions test/aiapc_conversion_check.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,8 @@ end


@testset "AIAPC Conversion Check" begin
n_procs_ = 2 # up to 8 performance cores on m1 (7 workers + 1 main)

_procs = addprocs(
n_procs_,
Sys.CPU_THREADS,
topology = :master_worker,
exeflags = ["--threads=1", "--project=$(Base.active_project())"],
)
Expand Down
6 changes: 2 additions & 4 deletions test/integration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ end
n_procs_ = 1

_procs = addprocs(
n_procs_,
Sys.CPU_THREADS,
topology = :master_worker,
exeflags = ["--threads=1", "--project=$(Base.active_project())"],
)
Expand Down Expand Up @@ -691,10 +691,8 @@ end
end

@testset "run DDDC multiprocessing code" begin
n_procs_ = 1

_procs = addprocs(
n_procs_,
Sys.CPU_THREADS,
topology = :master_worker,
exeflags = ["--threads=1", "--project=$(Base.active_project())"],
)
Expand Down

0 comments on commit d33bbd2

Please sign in to comment.