Skip to content

Commit

Permalink
Merge pull request #393 from radical-cybertools/fix/amarel_if
Browse files Browse the repository at this point in the history
prefer infiniband over ethernet
  • Loading branch information
andre-merzky authored Oct 25, 2023
2 parents d88410e + 354604c commit 357e032
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/radical/utils/host.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ def get_hostip(req=None, log=None):
req = as_list(req)

white_list = [
'ens1f1', # amarel
# 'ib0', # infiniband
'hsn0', # Frontier (HPE Cray EX)
'ipogif0', # Cray's
'br0', # SuperMIC
Expand Down

0 comments on commit 357e032

Please sign in to comment.