Skip to content
Snippets Groups Projects
Commit bc59ccdb authored by Pat Alt's avatar Pat Alt
Browse files

uf

parent d6593c4a
No related branches found
No related tags found
1 merge request!7669 initial run including fmnist lenet and new method
...@@ -93,7 +93,6 @@ function run_experiment(exper::Experiment; save_output::Bool=true, only_models:: ...@@ -93,7 +93,6 @@ function run_experiment(exper::Experiment; save_output::Bool=true, only_models::
# Benchmark # Benchmark
benchmark!(outcome, exper) benchmark!(outcome, exper)
if is_multi_processed(exper) if is_multi_processed(exper)
MPI.Barrier(exper.parallelizer.comm) MPI.Barrier(exper.parallelizer.comm)
end end
......
...@@ -50,7 +50,7 @@ if USE_MPI ...@@ -50,7 +50,7 @@ if USE_MPI
MPI.Finalize() MPI.Finalize()
end end
if UPLOAD # if UPLOAD
@info "Uploading results." # @info "Uploading results."
generate_artifacts() # generate_artifacts()
end # end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment