<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hello,<div class="">I tried to adapt <a href="https://bitbucket.org/petsc/petsc/src/master/config/examples/arch-ms-msvc2012-intelmpi-cudano-nomumps-cpardiso-indexes64-mklilp64-debug.py" class="">https://bitbucket.org/petsc/petsc/src/master/config/examples/arch-ms-msvc2012-intelmpi-cudano-nomumps-cpardiso-indexes64-mklilp64-debug.py</a> on Linux with the latest icc/MKL release and I end up with a bunch of warnings at compile-time and a segfault at runtime.</div><div class="">Is CPARDISO supposed to work on Linux with 64 bit indices?</div><div class=""><br class=""></div><div class="">Thanks in advance,</div><div class="">Pierre</div><div class=""><br class=""></div><div class="">PS: here is what I’m using,</div><div class="">[..]</div><div class=""><div class="">    --with-mkl_cpardiso=1 \</div><div class="">    --with-mkl_pardiso=1 \</div><div class="">    --with-blacs-include=${MKLROOT}/include \</div><div class="">    --with-blacs-lib=${MKLROOT}/lib/intel64/libmkl_blacs_intelmpi_ilp64.so \</div><div class="">    --with-64-bit-indices=true \</div><div class="">    --known-64-bit-blas-indices \</div><div class="">    --with-mkl_pardiso-dir=${MKLROOT} \</div><div class="">    --with-mkl_cpardiso-dir=${MKLROOT} \</div><div class="">    --with-blaslapack-include=${MKLROOT}/include \</div><div class="">    --with-blaslapack-lib=[${MKLROOT}/lib/intel64/libmkl_intel_ilp64.so,${MKLROOT}/lib/intel64/libmkl_core.so,${MKLROOT}/lib/intel64/libmkl_intel_thread.so,${MKLROOT}/../lib/intel64/libiomp5.so] \</div><div class="">    --with-scalapack-include=${MKLROOT}/include \</div><div class="">    --with-scalapack-lib=[${MKLROOT}/lib/intel64/libmkl_scalapack_ilp64.so,${MKLROOT}/lib/intel64/libmkl_blacs_intelmpi_ilp64.so] \</div><div class="">    COPTFLAGS='-DMKL_ILP64 -O3 -fp-model fast -xHost' CXXOPTFLAGS='-DMKL_ILP64 -O3 -fp-model fast -xHost' FOPTFLAGS='-DMKL_ILP64 -O3 -fp-model fast -xHost' PETSC_ARCH=arch-linux2-c-opt-64-bit-indices-impi</div></div></body></html>