yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #11710
Compilation on Xeon phi
Hi there,
We discussed with Remi possible tests for compiling yade on Xeon Phi.
I'm opening the discussion here to not miss good hints that you may
have, and to let you know the progress.
First step: below (for Rémi), is the cmake command which gives the
minimal yade. All options are turned off with the exceptions of OpenMP
(else no real point to run on Xeon phi...).
However, if openMP is a problem and we still want to see a complete
compilation, add -DENABLE_OPENMP=OFF.
cmake -DINSTALL_PREFIX=/somewhere ../trunk -DSUFFIX="-minimal"
-DENABLE_CGAL=OFF -DENABLE_GL2PS=OFF -DENABLE_GTS=OFF -DENABLE_VTK=OFF
-DENABLE_PFVFLOW=OFF -DENABLE_LINSOLV=OFF -DENABLE_LBMFLOW=OFF
-DENABLE_GUI=OFF
make -jN
make install
Bruno
--
_______________
Bruno Chareyre
Associate Professor
ENSE³ - Grenoble INP
Lab. 3SR
BP 53
38041 Grenoble cedex 9
Tél : +33 4 56 52 86 21
Fax : +33 4 76 82 70 43
________________