Skip to content

Commit

Permalink
Add some more logging
Browse files Browse the repository at this point in the history
Extracted from kleinhenz#17.

Co-authored-by: jbphyswx <jbenjami@caltech.edu>
  • Loading branch information
DilumAluthge and jbphyswx committed Jan 1, 2025
1 parent cf156dd commit e114484
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/slurmmanager.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ function launch(manager::SlurmManager, params::Dict, instances_arr::Array, c::Co
config.port = parse(Int, m[1])
config.host = strip(m[2])

@debug "Worker $i ready on host $(config.host), port $(config.port)"

push!(instances_arr, config)
notify(c)
end
Expand Down

0 comments on commit e114484

Please sign in to comment.