Hi, with mpi option enable: *cmake -Dwith-python=3 -Dwith-mpi=ON -DCMAKE_INSTALL_PREFIX:PATH=/home/abolfazl/prog/nest-build /home/abolfazl/prog/nest-source*
$ make installcheck
FAIL: testWithMPI (nest.tests.test_sp.test_mpitests.TestStructuralPlasticityMPI) '[script]": {}'.format(failing_tests)) AssertionError: False is not true : The following tests failed when executing with "mpirun -np 2 nosetests [script]": ['/home/abolfazl/prog/nest-build/lib/python3.6/site-packages/nest/tests/test_sp/mpitest_issue_578_sp.py'] FAIL: test_nn_pre_centered_synapse (nest.tests.test_stdp_nn_synapses.STDPNNSynapsesTest) AssertionError: 0.32057074514327416 != 0.8197400647350731 within 7 places : stdp_nn_pre-centered_synapse test: Resulting synaptic weight 8.197401e-01 differs from expected 3.205707e-01 FAILED (SKIP=8, failures=2)
PyNEST tests: 569 Passed: 559 Skipped: 8 Failed: 2
Phase 8: Running C++ tests (experimental) ----------------------------------------- Not running C++ tests because NEST was compiled without Boost.
NEST Testsuite Summary ---------------------- NEST Executable: /home/abolfazl/prog/nest-build/bin/nest SLI Executable : /home/abolfazl/prog/nest-build/bin/sli Total number of tests: 940 Passed: 919 Skipped: 19 (8 PyNEST) Failed: 2 (2 PyNEST)
*** *** There were errors detected during the run of the NEST test suite! *** *** Please report the problem at *** https://github.com/nest/nest-simulator/issues *** *** To help us diagnose the problem, please attach the archived content *** of these directories to the issue: *** - '/home/abolfazl/prog/nest-build/reports' *** - '/home/abolfazl/prog/nest-build/reports/nest.eYBJZ' ***
CMakeFiles/installcheck.dir/build.make:57: recipe for target 'CMakeFiles/installcheck' failed make[3]: *** [CMakeFiles/installcheck] Error 1 CMakeFiles/Makefile2:99: recipe for target 'CMakeFiles/installcheck.dir/all' failed make[2]: *** [CMakeFiles/installcheck.dir/all] Error 2 CMakeFiles/Makefile2:106: recipe for target 'CMakeFiles/installcheck.dir/rule' failed make[1]: *** [CMakeFiles/installcheck.dir/rule] Error 2 Makefile:188: recipe for target 'installcheck' failed make: *** [installcheck] Error 2 regards, Abolfazl