Update INSTALL file for PEO
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2727 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
009d0cda1f
commit
2ce45ec3cc
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
------------------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue