We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents acfc92c + 1a46e8f commit 3c3b877Copy full SHA for 3c3b877
test/test_resume.jl
@@ -15,6 +15,13 @@ end
15
end
16
17
18
+@testset "Extend number of rounds with PT object, from MPI to another MPI run" begin
19
+ pt = pigeons(; target = toy_mvn_target(1), checkpoint = true, on = ChildProcess(n_local_mpi_processes = 2))
20
+ exec = increment_n_rounds!(pt.exec_folder, 2)
21
+ r = pigeons(exec, ChildProcess(n_local_mpi_processes = 2))
22
+ Pigeons.check_against_serial(load(r))
23
+end
24
+
25
@testset "Extend number of rounds with PT object, on ChildProcess" begin
26
pt = pigeons(; target = toy_mvn_target(1), checkpoint = true)
27
pt = increment_n_rounds!(pt, 2)
0 commit comments