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

parallelizer

parent 26ea545a
No related branches found
No related tags found
1 merge request!7669 initial run including fmnist lenet and new method
......@@ -50,7 +50,7 @@ if "mpi" ∈ ARGS
import MPI
MPI.Init()
const USE_MPI = true
plz = MPIParallelizer(MPI.COMM_WORLD, threaded=USE_THREADS)
plz = MPIParallelizer(MPI.COMM_WORLD, USE_THREADS)
if MPI.Comm_rank(MPI.COMM_WORLD) != 0
@info "Disabling logging on non-root processes."
global_logger(NullLogger())
......
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