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

Deal with upper case host names on Windows HPC. #966

Merged
merged 1 commit into from
Oct 4, 2022
Merged

Conversation

dnwillia-work
Copy link
Collaborator

It seems there is trouble starting Fluent on Windows HPC if we pass -cnf=M:4 when the job is run on machine M. The options builder attempted to filter for this situation already but it was not working because the job scheduler returns upper case host names and the Python socket module's gethostame() call returns a lower case name.

@dnwillia-work dnwillia-work linked an issue Oct 3, 2022 that may be closed by this pull request
2 tasks
@dnwillia-work dnwillia-work merged commit 4b83f7b into main Oct 4, 2022
@dnwillia-work dnwillia-work deleted the fix/ccs branch October 4, 2022 00:48
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

Successfully merging this pull request may close these issues.

PyFluent: Problem while submitting jobs to Windows job scheduler.
3 participants