Skip to content

Commit e114484

Browse files
Add some more logging
Extracted from #17. Co-authored-by: jbphyswx <jbenjami@caltech.edu>
1 parent cf156dd commit e114484

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/slurmmanager.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ function launch(manager::SlurmManager, params::Dict, instances_arr::Array, c::Co
6767
config.port = parse(Int, m[1])
6868
config.host = strip(m[2])
6969

70+
@debug "Worker $i ready on host $(config.host), port $(config.port)"
71+
7072
push!(instances_arr, config)
7173
notify(c)
7274
end

0 commit comments

Comments
 (0)