-
Notifications
You must be signed in to change notification settings - Fork 42
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
Provide some sensible settings for stress tests on 32-bit platforms, otherwise they freeze forever #121
Comments
Tests output prior to stress tests:
|
After skipping stress tests, remaining output:
|
Thanks. That's not freeze. The stress test is intended to take forever (a long time), and we what to make sure that nothing will crash before it finishes or is interrupted. That is exactly what we want to do with the stress test. The stress test should not be invoked on a local machine (it is turned off by default), unless you want to observe a "freeze". We do it only on GitHub actions, which will terminate the test after six hours. Thank you. |
@zaikunzhang Oh, okay, I did not expect it to run for multiple hours :) However, they seem to be included automatically when Ctest is run. I did not do anything manually to tweak tests. Just enable them in the build and disable rpath in CMake (otherwise dylib is not found by test binaries). |
i don't really know this part, but I think it is turned off by default. Right @jschueller ? |
Tests and examples are turned off by default if you refer to that, but enabling them to run Ctest pulls in stress tests as well. |
Thank you so much @barracuda156 ! This is great! I don't know the mac ecosystem. How would people use PRIMA via Macports? BTW, it would be nice if a link to http://libprima.net could be included in the Macports page. It currently redirects to the GitHub page. Thank you very much! |
Note that https does not work for libprima.net for the moment. Thank you. |
@zaikunzhang Ah, got it, will fix it then. |
Hi @nbelakovski , since you have been modifying the cmake files recently, would you mind having a look at this? Thanks. |
I am testing
prima
on powerpc 32-bit, and test suite freezes on stress tests. Prior to that tests (examples really) pass.Then I have to interrupt the process, since nothing is happening.
Process sample, if it is helpful:
This is a reasonably fast machine with plenty of RAM. So I think something just overloads address space or alike.
The text was updated successfully, but these errors were encountered: