Skip to content

Commit

Permalink
Merge pull request #391 from radical-cybertools/fix/hostip
Browse files Browse the repository at this point in the history
added ifaddress to prioritize net interface for Frontier
  • Loading branch information
mtitov authored Oct 6, 2023
2 parents f52190e + a793d54 commit f3dd3c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/radical/utils/host.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def get_hostip(req=None, log=None):
req = as_list(req)

white_list = [
'hsn0', # Frontier (HPE Cray EX)
'ipogif0', # Cray's
'br0', # SuperMIC
'eth0', # desktops etc.
Expand Down

0 comments on commit f3dd3c9

Please sign in to comment.