From 2ce45ec3ccc816b2225ef676da4d04897fa63f70 Mon Sep 17 00:00:00 2001 From: quemy Date: Mon, 27 Aug 2012 14:14:48 +0000 Subject: [PATCH] Update INSTALL file for PEO git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2727 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/INSTALL | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/trunk/INSTALL b/trunk/INSTALL index 17aab05b8..0deb56950 100644 --- a/trunk/INSTALL +++ b/trunk/INSTALL @@ -125,6 +125,16 @@ If you are in that case and assuming you have a standard path for gcc et g++ 4.7 > cmake .. -DSMP=true -DCMAKE_C_COMPILER=/usr/bin/gcc-4.7 -DCMAKE_CXX_COMPILER=/usr/bin/g++-4.7 +------------------------------------------------------------------------------------------ +2.2 PEO MODULE +------------------------------------------------------------------------------------------ + +WARNING : The PEO module requires libXML 2 and a MPI implementation such as MPICH2. + +To enable the compilation of the PEO module, just add -DPEO=true to CMake : + +> cmake .. -DPEO=true + ------------------------------------------------------------------------------------------ 3. DOCUMENTATION ------------------------------------------------------------------------------------------