<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Alejandro,<br>
<br>
In addition to Sebastien's comment. MPI variable names changed with
a past CMake release. The ones you referenced are deprecated. For
example MPI_LIBRARIES changed to MPI_<lang>_LIBRARIES.
Setting the deprecated variables is no longer sufficient. On a
system where CMake is unable to automatically detect MPI on it's own
I used:<br>
<br>
-DPARAVIEW_USE_MPI=ON \<br>
-DMPI_INCLUDE_PATH=$MPI_PATH/include \<br>
-DMPI_LIBRARY=$MPI_PATH/lib/libmpi.so \<br>
-DMPI_CXX_LIBRARIES=$MPI_PATH/lib/libmpi.so \<br>
-DMPI_C_LIBRARIES=$MPI_PATH/lib/libmpi.so \<br>
<br>
But if you could let cmake detect MPI on it's own you should do so.<br>
<br>
Hope this helps<br>
Burlen<br>
<br>
On 12/12/2012 09:23 AM, Sebastien Jourdain wrote:
<blockquote
cite="mid:CABObKxct4XUaO=g7PxvcbJ9tWtjz2O=bNQjBYgfp+VdL=otOYg@mail.gmail.com"
type="cite">Hi Alejandro,
<div><br>
</div>
<div>it seems that CMake replace any invalid path to xxx<span
style="font-family: sans-serif;">-NOTFOUND.</span></div>
<div><span style="font-family: sans-serif;">Are you sure the path
that you setup is actually correct and does exist on the
machine that you are building on ?</span></div>
<div><span style="font-family: sans-serif;"><br>
</span></div>
<div><span style="font-family: sans-serif;">Seb</span></div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Wed, Dec 12, 2012 at 12:10 PM,
Alejandro RIBES <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:alejandro.ribes@edf.fr" target="_blank">alejandro.ribes@edf.fr</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">
<br>
<font face="sans-serif">Hello,</font>
<br>
<br>
<font face="sans-serif">I am having a problem compiling in
parallel
Paraview 3.98.0-22... I fill out the variables MPI_LIBRARY
and MPI_EXTRA_LIBRARY
but when clicking on "c" I obtain:</font>
<br>
<br>
<font face="sans-serif"> CMake Error: The following
variables
are used in this project, but they are set to NOTFOUND.</font>
<br>
<font face="sans-serif"> Please set them or make sure they
are set and tested correctly in the CMake files:</font>
<br>
<font face="sans-serif"> MPI_EXTRA_LIBRARY</font>
<br>
<font face="sans-serif"> linked by target
"IceTMPI" in directory</font>
<br>
<font face="sans-serif"> /home/alejandro/local/paraview-3.98rc3/Source/ThirdParty/IceT/vtkicet/src/communication</font>
<br>
<font face="sans-serif"> MPI_LIBRARY</font>
<br>
<font face="sans-serif"> linked by target
"IceTMPI" in directory</font>
<br>
<font face="sans-serif"> /home/alejandro/local/paraview-3.98rc3/Source/ThirdParty/IceT/vtkicet/src/communication</font>
<br>
<br>
<font face="sans-serif">I tryed to write directly in the
CMakeCache.txt
in order to see if it was this line:</font>
<br>
<br>
<font face="sans-serif">//Dependencies for the target</font>
<br>
<font face="sans-serif">IceTMPI_LIB_DEPENDS:STATIC=general;m;general;IceTCore;general;MPI_LIBRARY-NOTFOUND;general;MPI_EXTRA_LIBRARY-NOTFOUND;</font>
<br>
<br>
<font face="sans-serif">but it did not work. Maybe there is
another variable that I should activate manually. I used
to compile ParaView
in parallel in the same system and never had this error
before.</font>
<br>
<br>
<font face="sans-serif">Thanks in advance for your help,</font>
<br>
<br>
<font face="sans-serif">Alejandro.</font>
<br>
<br>
<p><br>
Ce message et toutes les pièces jointes (ci-après le
'Message') sont établis à l'intention exclusive des
destinataires et les informations qui y figurent sont
strictement confidentielles. Toute utilisation de ce
Message non conforme à sa destination, toute diffusion ou
toute publication totale ou partielle, est interdite sauf
autorisation expresse.</p>
<p>Si vous n'êtes pas le destinataire de ce Message, il vous
est interdit de le copier, de le faire suivre, de le
divulguer ou d'en utiliser tout ou partie. Si vous avez
reçu ce Message par erreur, merci de le supprimer de votre
système, ainsi que toutes ses copies, et de n'en garder
aucune trace sur quelque support que ce soit. Nous vous
remercions également d'en avertir immédiatement
l'expéditeur par retour du message.</p>
<p>Il est impossible de garantir que les communications par
messagerie électronique arrivent en temps utile, sont
sécurisées ou dénuées de toute erreur ou virus.<br>
____________________________________________________</p>
<p>This message and any attachments (the 'Message') are
intended solely for the addressees. The information
contained in this Message is confidential. Any use of
information contained in this Message not in accord with
its purpose, any dissemination or disclosure, either whole
or partial, is prohibited except formal approval.</p>
<p>If you are not the addressee, you may not copy, forward,
disclose or use any part of it. If you have received this
message in error, please delete it and all copies from
your system and notify the sender immediately by return
message.</p>
<p>E-mail communication cannot be guaranteed to be timely
secure, error or virus-free.</p>
<br>
_______________________________________________<br>
Paraview-developers mailing list<br>
<a moz-do-not-send="true"
href="mailto:Paraview-developers@paraview.org">Paraview-developers@paraview.org</a><br>
<a moz-do-not-send="true"
href="http://public.kitware.com/mailman/listinfo/paraview-developers"
target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
<br>
</blockquote>
</div>
<br>
</div>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Paraview-developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Paraview-developers@paraview.org">Paraview-developers@paraview.org</a>
<a class="moz-txt-link-freetext" href="http://public.kitware.com/mailman/listinfo/paraview-developers">http://public.kitware.com/mailman/listinfo/paraview-developers</a>
</pre>
</blockquote>
<br>
</body>
</html>