Dear all,
I have compiled NEST master@6997cae6c onFedora 32 with both, 1- gcc (10.2.1) and OpenMPI (4.0.4): the default on this distro 2 - Intel Parallel Studio XE update 2 with GSL compiled from source using the same compiler using same configuration (-Dwith-mpi=ON, -Dwith-boost=ON) . On Intel, -Dwith-gsl=${GSL_DIR} was added to point to the GSL built with the Intel Compiler.
On the gcc configuration, all tests worked fine (I defined OMPI_MCA_rmaps_base_oversubscribe=1 to avoid oversubscription error as reported in issue #1758).
On the other hand, on the Intel configuration, several MPI tests have failed as described in the attached files. (To allow oversubscription the following variables were defined: I_MPI_WAIT_MODE=1 and I_MPI_THREAD_YIELD=3)
I report it here as it is probably not directly a NEST code issue, but hope that someone in the community could have the answer. If I should submit it as an issue on GitHub, please let me know.
Attached files: cmake_command_summary.txt : cmake command invocation and summary installcheck.log : make installcheck log reports.tar.gz : reports folder created by make installcheck; it also contains the instalcheck.log file above
Best, Nilton