-
Notifications
You must be signed in to change notification settings - Fork 3
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
Tests fail when executed in parallel #61
Comments
Ok it is not because they are being executed in parallel but because something happening with Icy. |
idk if related but trying to build with maven in the |
can you provide the errors please? @StRigaud |
I have no issue with clesperantoj but this is the mvn output from trying to build clij3 (my branch) with clesperantoJ on my local machine: (the error msg is too long for github...) |
For now let's remove support of Icy (we keep it into a new branch and will come back to it later on) |
Hello @StRigaud ,
I am working on the tests an finding that when the more than 4-5 tests are launched in parallel, there is a segmentation fault.
I don't think the GPU is running out of space because the tests create only 2x2 arrays, so I don't know what is happening.
I wil try to research more on this, I don't even know if it is reproducible in c++ or python but I just wanted to comment it to you to see if you had any idea why this is happening.
REgards,
Carlos
The text was updated successfully, but these errors were encountered: