Skip to content

Commit 1a87476

Browse files
authored
Merge pull request #27 from DilumAluthge-forks/dpa/info-statement
Add some more logging
2 parents cf156dd + e114484 commit 1a87476

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)