Skip to content

Commit 8156410

Browse files
...
1 parent 8f10b72 commit 8156410

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/managers.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,11 @@ function launch_on_machine(manager::SSHManager, machine::AbstractString, cnt, pa
362362
wconfig.count = cnt
363363
wconfig.max_parallel = params[:max_parallel]
364364
wconfig.enable_threaded_blas = params[:enable_threaded_blas]
365-
365+
@info "will test connect_idents -- $(wconfig.ident)"
366+
if haskey(params,:connect_idents)
367+
wconfig.connect_idents = Vector(params[:connect_idents])
368+
@info "connect_idents = $(wconfig.connect_idents)"
369+
end
366370

367371
push!(launched, wconfig)
368372
notify(launch_ntfy)

0 commit comments

Comments
 (0)