<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Oct 1, 2014 at 3:51 AM, Chris Richardson <span dir="ltr"><<a href="mailto:chris@bpi.cam.ac.uk" target="_blank">chris@bpi.cam.ac.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
I have just run into this error after pulling the master branch of petsc, when using the ML preconditioner in FEniCS.<br>
It looks like a type error, but I guess FEniCS uses PETScInt, so should be safe?<br>
<br>
<br>
PETSC ERROR: Can only handle MPIU_REAL or MPIU_COMPLEX data types<br></blockquote><div><br></div><div>We need to see the entire error (with the stack).</div><div><br></div><div>  Thanks,</div><div><br></div><div>     Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Previously, it worked, so I think it might be due to a recent change?<br>
Here is my configure script for petsc... I don't think I am doing anything weird.<br>
<br>
./configure \<br>
--with-c-support --with-clanguage=C++ --with-debugging=0 --with-shared-libraries=1 \<br>
--with-mpi-dir=$MPICH_DIR \<br>
--with-blas-lib=[$CRAY_LIBSCI_<u></u>PREFIX_DIR/lib/libsci_gnu.so] \<br>
--with-lapack-lib=[$CRAY_<u></u>LIBSCI_PREFIX_DIR/lib/libsci_<u></u>gnu.so] \<br>
--with-scalapack-lib=[$CRAY_<u></u>LIBSCI_PREFIX_DIR/lib/libsci_<u></u>gnu.so] --with-scalapack-include=$<u></u>CRAY_LIBSCI_PREFIX_DIR/include --with-scalapack=1\<br>
--with-blacs-lib=[$CRAY_<u></u>LIBSCI_PREFIX_DIR/lib/libsci_<u></u>gnu.so] --with-blacs-include=$CRAY_<u></u>LIBSCI_PREFIX_DIR/include --with-blacs=1\<br>
--with-fortran-interfaces=1 \<br>
--with-ptscotch=1 --download-ptscotch=1 \<br>
--with-mumps=1 --download-mumps=1 \<br>
--with-hypre=1 --download-hypre=1 \<br>
--with-superlu_dist=1 --download-superlu_dist=1 \<br>
--with-suitesparse=1 --download-suitesparse=1 \<br>
--with-metis=1 --download-metis=1 \<br>
--with-ml=1 --download-ml=1 \<br>
--with-parmetis=1 --download-parmetis=1<br>
<br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener
</div></div>