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

Remove slurm integration #1233

Merged
merged 1 commit into from
Nov 21, 2023
Merged

Remove slurm integration #1233

merged 1 commit into from
Nov 21, 2023

Conversation

pgunn
Copy link
Member

@pgunn pgunn commented Nov 17, 2023

Based on:
A) Looking over the code carefully and determining that it hasn't been tested since the Python 2.7 days and that it
B) Doesn't work with the modern codebase
C) Is undocumented
D) In the last released version of Caiman had dependencies on andrea's home directory hardcoded
E) Even if it were fully fixed would almost never provide a performance benefit given current levels of parallelism
F) And is really ugly/weird

this diff removes the old slurm integration from the code.

To be clear: some of our users run Caiman under slurm. This removal does not impact them because nobody we could find was using the slurm integration (given how broken it was and specific to our local cluster, it's unclear how they might've gotten it working). They were just allocating a node under slurm and running caiman on it, which is the same as running any other software on a node. Caiman doesn't notice SLURM by default and doesn't mind its specifics.

@pgunn
Copy link
Member Author

pgunn commented Nov 17, 2023

Resolves #1213

@pgunn pgunn merged commit 637b7ac into dev Nov 21, 2023
3 checks passed
@pgunn pgunn deleted the dev_remove_slurm_integration branch November 21, 2023 15:22
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.

1 participant