Skip to content

Leverage SLURM tasks to get rid of multiprocessing#9

Merged
josephmure merged 2 commits into
mainfrom
submitfunction_args
Oct 2, 2025
Merged

Leverage SLURM tasks to get rid of multiprocessing#9
josephmure merged 2 commits into
mainfrom
submitfunction_args

Conversation

@josephmure

@josephmure josephmure commented Oct 2, 2025

Copy link
Copy Markdown
Collaborator

With this PR, we don't have to use multiprocessing for within-job parallelization. It turns out that submitit supports SLURM tasks. This PR implements a wrapper within the SubmitFunction that leverages SLURM tasks.

- Update scripts and tests
- Activate test_mpi_simulator.py
- Closes #7
@josephmure josephmure changed the title Update SubmitFunction args: fit SLURM nomenclature Leverage SLURM tasks to get rid of multiprocessing Oct 2, 2025
@josephmure

Copy link
Copy Markdown
Collaborator Author

Merging because I need to distribute these modifications.

@josephmure
josephmure merged commit 4bd8056 into main Oct 2, 2025
1 check failed
@jschueller
jschueller deleted the submitfunction_args branch October 2, 2025 15:20
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.

The arguments of SubmitFunction should change Operating with ot.PythonFunction

1 participant