Skip to content

Commit

Permalink
Add back resolve_host
Browse files Browse the repository at this point in the history
  • Loading branch information
GonzaloSaez committed Jan 10, 2025
1 parent a1636d7 commit 2a5339d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/base/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ function resolve_host() {
}

if [ "$K_MPI_JOB_ROLE" == "launcher" ]; then
resolve_host "$HOSTNAME"
cut -d ':' -f 1 /etc/mpi/hostfile | while read -r host
do
resolve_host "$host"
Expand Down

0 comments on commit 2a5339d

Please sign in to comment.