<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: Tahoma;color: #000000;font-size: 10pt;"><br>
Hello everyone,<br>
<br>
I do not succeed at compiling getdp from source with parrallelized MUMPS. Here are the steps I followed (on a 64 bits Linux Mint Katya machine) :<br>
<br>
1. Install petsc-3.2-p6 : OK<br>
(./configure --with-scalar-type=complex --with-clanguage=cxx --with-shared-libraries=0 --with-x=0 --download-mumps=1 --download-parmetis=1 --download-openmpi=1 --download-scalapack=1 --download-blacs=1 --download-umfpack=1 --with-debugging=0)
<br>
<div><br>
2. Install getdp-2.1.1 (downloaded getdp-stable-source from the source browser)<br>
(./configure --with-petsc-prefix=/home/zdegreve/Programmes/petsc-3.2-p6 --with-petsc-arch=arch-linux2-cxx-opt --prefix=/home/zdegreve/Programmes/getdp/compiledversions/getdp-2.1.1)<br>
It fails during the execution of the make command. The first errors I read are the following :<br>
<br>
/home/zdegreve/Programmes/petsc-3.2-p6/arch-linux2-cxx-opt/bin/mpic++ -g -O2   -I.  -c Message.cpp<br>
Message.cpp:24:19: fatal error: petsc.h: Aucun fichier ou dossier de ce type<br>
compilation terminated.<br>
make[1]: *** [Message.o] Erreur 1<br>
<br>
etc.<br>
<br>
/home/zdegreve/Programmes/petsc-3.2-p6/arch-linux2-cxx-opt/bin/mpic++ -g -O2   -I. -I../Common -I../Interface -I../Numeric -I../contrib/NR -I../contrib/Sparskit   -c MainLegacy.cpp<br>
In file included from MainLegacy.cpp:14:0:<br>
LinAlg.h:31:19: fatal error: petsc.h: Aucun fichier ou dossier de ce type<br>
compilation terminated.<br>
make[1]: *** [MainLegacy.o] Erreur 1<br>
<br>
etc.<br>
<br>
Does someone have an idea ?<br>
<br>
Thank you very much in advance.<br>
<br>
Regards<br>
<br>
<div style="font-family: Tahoma; font-size: 13px;"><span style="font-family: Helvetica;"><font size="3">--<br>
------------------------------------------------------------------------------<br>
Zacharie De Grève - PhD student <br>
<font size="2">FNRS Research Fellow</font></font><font size="2"> - </font><font size="2">Power Electrical Engineering Department<br>
University of Mons -  Faculty of Engineering</font></span><font size="2"><br style="font-family: Helvetica;">
<span style="font-family: Helvetica;">Bd Dolez, 31 BE-7000 Mons</span><br style="font-family: Helvetica;">
<span style="font-family: Helvetica;">Tél : +32 (0)65 374125</span><br style="font-family: Helvetica;">
<span style="font-family: Helvetica;">Fax : +32 (0)65 374120<br>
</span></font><span style="font-family: Helvetica;"><font size="3">------------------------------------------------------------------------------</font></span><br>
</div>
</div>
</div>
</body>
</html>