> On Jun 22, 2017, at 7:48 AM, Info via Boost-mpi <[email protected]> > wrote: > > For mpi, we have these versions installed as modules:
Here’s what we do, seems to work okay. -bash-4.1$ which icpc /projects/linux_rh6/SDK/compilers/intel/composer_xe_2017.2.174/compilers_and_libraries/linux/bin/intel64/icpc -bash-4.1$ which mpicxx /projects/linux_rh6/SDK/mpi/intel/5.1/bin64/mpicxx -bash-4.1$ which mpirun /projects/linux_rh6/SDK/mpi/intel/5.1/bin64/mpirun [ user-config.jam ] using intel : icpc : : <cxxflags>-std=c++11 ; using mpi : mpicxx : : mpirun -n ; cd boost ./b2 —debug-configuration cd libs/mpi git checkout develop cd test ../../../b2 --toolset=intel --with-mpi -j16 So Intel 17 with Intel MPI 5.1 seems to work fine for us. Be sure to run —debug-configuration to make sure the correct user-config.jam is being picked up. Also make sure that icpc, mlicxx, and mpirun are in your PATH. Noel _______________________________________________ Boost-mpi mailing list [email protected] https://lists.boost.org/mailman/listinfo.cgi/boost-mpi
