<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Arial;color: #000000;font-size: 10pt;">I'm trying to pass some MPI-related flags through the Superbuild cmake. These flags need to get passed down to the actual Paraview source cmake, but they don't seem to getting included.
If I run ccmake I can see that the flags have not been set - and if I manually add the flags at that time, the build proceeds.
<br>
<br>
(I'm talking about the MPI_xx) flags being passed via the cmake command line) I'm using cmake 2.8.11<br>
<br>
<br>
cmake -DCMAKE_INSTALL_PREFIX:PATH=/home/angel/pv-test/${version}_mesa \<br>
-Ddownload_location=`pwd`/../Downloads \<br>
-DParaView_FROM_GIT=OFF \<br>
-DParaView_URL=`pwd`/../Downloads/ParaView-4.0.0-RC3-source.tar.gz \<br>
-DCMAKE_BUILD_TYPE=Release \<br>
-DENABLE_boost=ON \<br>
-DENABLE_cgns=ON \<br>
-DENABLE_ffmpeg=ON \<br>
-DENABLE_hdf5=ON \<br>
-DENABLE_matplotlib=ON \<br>
-DENABLE_mesa=ON \<br>
-DENABLE_osmesa=OFF \<br>
-DENABLE_mpi=ON \<br>
-DENABLE_numpy=ON \<br>
-DENABLE_paraview=ON \<br>
-DENABLE_python=ON \<br>
-DENABLE_qt=ON \<br>
-DENABLE_silo=ON \<br>
-DENABLE_szip=ON \<br>
-Dqt_DISABLE_WEBKIT=OFF \<br>
-DUSE_SYSTEM_mpi=ON \<br>
-DMPI_CXX=mpicxx \<br>
-DMPI_CXX_INCLUDE_PATH=${CPATH} \<br>
-DMPI_CXX_LIBRARIES=-lmpi -lmpixx -L${LIBRARY_PATH} \<br>
-DMPI_C=mpicc \<br>
-DMPI_C_LIBRARIES=-lmpi -lmpixx -L${LIBRARY_PATH} \<br>
-DMPI_C_INCLUDE_PATH=${CPATH} \<br>
../Source<br>
<br>
<div><span id="spnR" _e_oncontextmenu="onRwCm(event);" _e_ondblclick="onDblClkReadRcp(event);" _e_onclick="onClkRcp(event);" class="rwRRO" _ao="3" _rf="0" _rt="SMTP" _em="paraview@paraview.org" title="paraview@paraview.org" _sa="paraview@paraview.org" _dn="paraview@paraview.org"></span>
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px; text-align:left"><span style="font-family:Arial"><span style="color:rgb(51,153,102); font-style:italic"></span></span>
<hr style="width:100%; height:2px; margin-left:0px; margin-right:auto">
<span style="font-family:Helvetica; font-weight:bold; color:rgb(0,128,128)"><span style="font-style:italic">Rick Angelini</span></span><br style="font-style:italic">
<span style="font-family:Helvetica; font-weight:bold; color:rgb(0,128,128)"><span style="font-style:italic"><br>
<span style="font-style:italic; color:rgb(0,51,102)">USArmy Research Laboratory</span></span></span><br style="font-style:italic; color:rgb(0,51,102)">
<span style="font-family:Helvetica; font-weight:bold; color:rgb(0,51,102); font-style:italic"></span>
<div style="font-family:Helvetica; font-weight:bold; color:rgb(0,51,102); font-style:italic">
CISD/HPC Architectures Team<br>
Building 120 Cube 315<br>
</div>
<span style="font-style:italic; font-weight:bold; color:rgb(0,51,102)"></span><span style="font-family:Arial; font-style:italic; color:rgb(0,51,102)"><span style="font-family:Helvetica; font-weight:bold">Phone: 410-278-6266</span></span><br>
<span style="font-family:Arial"></span></div>
</div>
</div>
</div>
</div>
</body>
</html>