Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polaris hostfile is incorrectly interpreted by Thallium #89

Open
lukemartinlogan opened this issue Oct 28, 2023 · 0 comments
Open

Polaris hostfile is incorrectly interpreted by Thallium #89

lukemartinlogan opened this issue Oct 28, 2023 · 0 comments

Comments

@lukemartinlogan
Copy link
Member

Polaris use $PBS_NODELIST file. This stores hostnames, which are resolved to different ip addrs. These addrs are resolved in different orders. This results in the hostname resolution containing ip addresses from different domains. This leads to problems in thallium, which does not seem to support networking across domains, leading to HG_NOENTRY issues.

We need to find a way to create a hostfile containing only IP addresses from the same domain.

To get the host names

ip addr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant