-
Notifications
You must be signed in to change notification settings - Fork 370
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
Several testsuite tests fail when compiling with clang under OSX #74
Comments
Further observations:
|
Please let me know if you need further information on this. On a short side note: if you prefer reports on Github instead the mailing list, I suggest to change the corresponding message shown when some tests are failing. |
@mariomulansky: See #86 for a pull request that fixes the web references in the source code. Thanks for pointing this out! |
I am getting the same segfaults on OSX 10.10.5, using either Apple LLVM version 7.0.0 (clang-700.1.76) ( |
Please also see #205, especially this comment by @heplesser:
|
@heplesser , @jougs - what is the status with this problem, and what needs to happen to close the issue? |
@abigailm I will check whether these tests also fail under OSX 10.11 and will report back soon. |
I just tried with the newest version o Apple Clang that ships with XCode 8:
Results:
|
I have very similar issues compiling the master branch https://github.com/nest/nest-simulator/tree/4b94532f5e592883e3ba87969dd3dd2a3eb32c22:
Results are exactly the same. For reference, all tests pass when compiling with gcc/g++, so calling cmake via e.g.
|
I am experiencing very similar issues as well. Installed nest 2.10.0 from source, with brew's GSL. Running Total number of tests: 729 *** There were errors detected during the run of the NEST test suite! This is the relevant log file, as far as I can tell: BTW, at least most of the numerical deviations I've seen in the failed tests seem quite small, in case it helps...
|
I tried again with the newest master and compilers, problems persist. Apple LLVM version 8.1.0 (clang-802.0.42)
clang version 4.0.0 (tags/RELEASE_400/final)
|
All tests pass when compiling with clang under Ubuntu 16.04.2, using clang version 3.8.0.
|
I now built under MacOS 10.12.5 with clang 4.0.0 from brew with everything turned off:
Building with static libraries requires deletion of duplicate names from Then, the following test lead to segmentation faults:
In addition,
|
As first reported by Mario Mulansky on NEST User (17 July 2015), several testsuite tests fail when compiling NEST under OSX using the clang compiler.
To reproduce:
../src/configure --prefix=
pwd/install --without-openmp
The following tests fail:
unittests/test_aeif_cond_alpha_multisynapse.sli
... Failed: segmentation faultunittests/test_mip_corrdet.sli
... Failed: segmentation faultunittests/test_recorder_close_flush.sli
... Failed: missed C++ assertionregressiontests/ticket-80-175-179.sli
... Failed: segmentation faultnest.tests.test_connect_distributions
testsThe text was updated successfully, but these errors were encountered: