$ cmake -DCMAKE_INSTALL_PREFIX:PATH=/home/nilton/opt/intel/2020u2/nest/3.0-master -Dwith-mpi=ON -Dwith-gsl=${GSL_DIR} -Dwith-boost=ON .. -------------------------------------------------------------------------------- NEST Configuration Summary -------------------------------------------------------------------------------- Build type : Target System : Linux Cross Compiling : FALSE C compiler : Intel 19.1.2.20200623 (/opt/intel/2020u2/compilers_and_libraries_2020.2.254/linux/bin/intel64/icc) C compiler flags : -fp-model strict -O2 -fp-model strict -Wall -qopenmp C++ compiler : Intel 19.1.2.20200623 (/opt/intel/2020u2/compilers_and_libraries_2020.2.254/linux/bin/intel64/icpc) C++ compiler flags : -fp-model strict -std=c++11 -O2 -fp-model strict -Wall -qopenmp Build dynamic : ON Built-in modules : models User modules : None Python bindings : Yes (Python 3.7.7: /opt/intel/2020u2/intelpython3/bin/python3) Includes : /opt/intel/2020u2/intelpython3/include/python3.7m Libraries : /opt/intel/2020u2/intelpython3/lib/libpython3.7m.so Cython bindings : Yes (Cython 0.29.17: /opt/intel/2020u2/intelpython3/bin/cython) MPI4PY header : Yes (/opt/intel/2020u2/intelpython3/lib/python3.7/site-packages/mpi4py/include) Use threading : Yes (OpenMP: -qopenmp) Use GSL : Yes (GSL 2.6) Includes : /opt/intel/2020u2/gsl/2.6/include Libraries : /opt/intel/2020u2/gsl/2.6/lib/libgsl.so;/opt/intel/2020u2/gsl/2.6/lib/libgslcblas.so Use Readline : Yes (GNU Readline 8.0) Includes : /usr/include Libraries : /lib64/libreadline.so;/lib64/libncurses.so Use libltdl : Yes (LTDL ) Includes : /usr/include Libraries : /lib64/libltdl.so Use doxygen : Yes (/usr/bin/doxygen) : target `doc` available `dot` available : Yes (/usr/bin/dot) : target `fulldoc` available Use MPI : Yes (MPI: /opt/intel/2020u2/compilers_and_libraries_2020.2.254/linux/mpi/intel64/bin/mpiicpc) FLAGS : Includes : /opt/intel/2020u2/compilers_and_libraries_2020.2.254/linux/mpi/intel64/include Link Flags : -Xlinker --enable-new-dtags -Xlinker -rpath -Xlinker /opt/intel/2020u2/compilers_and_libraries_2020.2.254/linux/mpi/intel64/lib/release -Xlinker -rpath -Xlinker /opt/intel/2020u2/compilers_and_libraries_2020.2.254/linux/mpi/intel64/lib Libraries : /opt/intel/2020u2/compilers_and_libraries_2020.2.254/linux/mpi/intel64/lib/libmpicxx.so;/opt/intel/2020u2/compilers_and_libraries_2020.2.254/linux/mpi/intel64/lib/libmpifort.so;/opt/intel/2020u2/compilers_and_libraries_2020.2.254/linux/mpi/intel64/lib/release/libmpi.so;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so Use MUSIC : No Use libneurosim : No Use Boost : Yes (Boost 1.69.0) Includes : /usr/include Libraries : Use recording backend Arbor : No Use SIONlib : No -------------------------------------------------------------------------------- The NEST executable will be installed to: /home/nilton/opt/intel/2020u2/nest/3.0-master/bin/ NEST dynamic libraries and user modules will be installed to: /home/nilton/opt/intel/2020u2/nest/3.0-master/lib64/nest/ Documentation and examples will be installed to: /home/nilton/opt/intel/2020u2/nest/3.0-master/share/doc/nest/ PyNEST will be installed to: /home/nilton/opt/intel/2020u2/nest/3.0-master/lib64/python3.7/site-packages To set necessary environment variables, add the following line to your ~/.bashrc : source /home/nilton/opt/intel/2020u2/nest/3.0-master/bin/nest_vars.sh -------------------------------------------------------------------------------- You can now build and install NEST with make make install make installcheck You have configured NEST with support for distributed computing. After running make install, please tell NEST how to start a distributed job on your system before running make installcheck. You can do this by modifying the template for command /mpirun in ~/.nestrc, which is created by the first start of NEST. If you experience problems with the installation or the use of NEST, please see https://www.nest-simulator.org/frequently_asked_questions or go to https://www.nest-simulator.org/community to find out how to join the user mailing list. -- Configuring done -- Generating done -- Build files have been written to: /home/nilton/Workspace/git/nest-simulator/nest-master-intel.2020