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

Add modules for job scheduler support. #778

Merged
merged 4 commits into from
Aug 26, 2022
Merged

Add modules for job scheduler support. #778

merged 4 commits into from
Aug 26, 2022

Conversation

dnwillia-work
Copy link
Collaborator

@dnwillia-work dnwillia-work commented Aug 25, 2022

Introducing support for SLURM, UGE, LSF, PBS and WindowsHPC. This PR just adds the modules required to parse the environment and drive the machine lists, with core counts, that can be passed to Fluent via -cnf. It's not yet connected to launch_fluent.

A lot of the original code was all camel case. I converted many (maybe all) the API functions, input parameters and output variables to snake, but there are still local variables using camel case.

@dnwillia-work dnwillia-work linked an issue Aug 25, 2022 that may be closed by this pull request
@dnwillia-work dnwillia-work force-pushed the feat/scheduler branch 2 times, most recently from 59f4934 to 07e97c6 Compare August 25, 2022 19:41
tests/test_machines.py Outdated Show resolved Hide resolved
@dnwillia-work dnwillia-work merged commit cb58eed into main Aug 26, 2022
@dnwillia-work dnwillia-work deleted the feat/scheduler branch August 26, 2022 16:03
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.

Job scheduling via PyFluent
3 participants