Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Dec 31, 2024
1 parent d3d7772 commit b069bdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/script.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ else
@warn "This is not CI, so we will skip the hostname test"
end

@everywhere println("Host $(myid()): $(gethostname())") # workers report in
@everywhere import Distributed
@everywhere println("Host $(Distributed.myid()): $(gethostname())") # workers report in

0 comments on commit b069bdb

Please sign in to comment.