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

Improve efficiency of test_look_at_neural_V1 #998

Open
deirdre-k opened this issue Jul 1, 2024 · 0 comments
Open

Improve efficiency of test_look_at_neural_V1 #998

deirdre-k opened this issue Jul 1, 2024 · 0 comments

Comments

@deirdre-k
Copy link
Contributor

Issue

test_look_at_neural_V1 requires so much memory that it leads to some test jobs being killed in OpenMind (see #996, #950, error below). It's already marked @pytest.mark.memory_intense, which stops it from running in Travis, but it appears to be failing even in resource-rich environments.

Task

Either (a) improve the efficiency of the test or (b) remove it from the test set and replace with a reasonable alternative, if possible.

Error

slurmstepd: error: Detected 1 oom-kill event(s) in StepId=37205392.0. 
Some of your processes may have been killed by the cgroup out-of-memory handler.
srun: error: node107: task 0: Out Of Memory
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