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

Defect: Test_Statistics_mod@test_getBetaCDF_SPR_1 fails on Darwin PPC #21

Open
barracuda156 opened this issue May 24, 2023 · 2 comments

Comments

@barracuda156
Copy link

883 tests performed. 99.89% of 883 tests passed. 1 tests failed. The total elapsed wall-clock time: 48.717209 seconds.


The following tests FAILED:

    1 - Test_Statistics_mod@test_getBetaCDF_SPR_1

Where do I check detailed test output on a failure? The structure of directories is a nightmare here :)

@shahmoradi
Copy link
Member

shahmoradi commented May 24, 2023

Hi @barracuda156, thanks for bringing the failure to our attention. All tests are in ROOT/src/kernel/tests. This particular test I believe should be in https://github.com/cdslaborg/paramonte/blob/main/src/kernel/tests/Test_Statistics_mod.f90
If you run the tests in debug mode, the program should be interrupted upon a failure with more details about the nature of the failure displayed on screen along with compiler trace back info. Some random tests have a non-zero but extremely tiny failure odds. Rerunning the tests in such rare cases should resolve the error automatically. I do not think if this one you have encountered in this issue is such a rare event. But rerunning the tests would be informative.
The public main branch of repository has not been updated for sometime now, primarily because we have massive pending release which is still work in progress. I will take a closer look at the issues you have raised soon to fix them. Thanks again for reporting and your patience :-)

@barracuda156
Copy link
Author

barracuda156 commented May 24, 2023

@shahmoradi Thank you! I will try debug mode for tests.

By the way, it may be beneficial to update installation info for macOS here: https://www.cdslab.org/paramonte/notes/installation/macos
paramonte can be now installed directly from Macports: https://ports.macports.org/port/paramonte/details

Unlike Homebrew, we actually support all the range of macOS versions from 10.5 onwards, for all archs. (Well, I have not tested on 10.5 yet, but on 10.6 it builds for ppc and works.)

P. S. I have not yet added OpenCoarrays support, but MPICH is there.

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

2 participants