radical-cybertools / radical.utils

Utility classes and tools for various radical projects
Other
8 stars 6 forks source link

prefer infiniband over ethernet #393

Closed andre-merzky closed 11 months ago

andre-merzky commented 11 months ago

This patch will let RU prefer (the first) infiniband interface over other (ethernet) interfaces.

codecov[bot] commented 11 months ago

Codecov Report

Merging #393 (73709d8) into devel (e5e7a6e) will decrease coverage by 0.09%. Report is 1 commits behind head on devel. The diff coverage is n/a.

:exclamation: Current head 73709d8 differs from pull request most recent head 354604c. Consider uploading reports for the commit 354604c to get more accurate results

@@            Coverage Diff             @@
##            devel     #393      +/-   ##
==========================================
- Coverage   61.69%   61.60%   -0.09%     
==========================================
  Files          61       61              
  Lines        6837     6832       -5     
==========================================
- Hits         4218     4209       -9     
- Misses       2619     2623       +4     
Files Coverage Δ
src/radical/utils/host.py 81.53% <ø> (ø)

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

andre-merzky commented 11 months ago

Sorry guys, Amarel tricked me (or, in other words, I was stupid). Turns out that infiniband is not accessible from the compute nodes either, had to switch to a different interface after all.