[petsc-users] Installation issues based on Petsc-pardiso et metis
ziming xiong
xiongziming2010 at gmail.com
Thu Apr 6 04:20:23 CDT 2023
Hello,
I want configure Petsc with pardiso and metis , but there is still error,
I work with the following code for pardiso:
./configure
--with-cc="win32fe cl"
--with-fc=0
--with-cxx="win32fe cl"
--with-shared-libraries=0
--with-mpi-dir="/cygdrive/c/PROGRA~2/Intel/MPI"
--with-mpiexec="/cygdrive/c/PROGRA~1/Microsoft_MPI/Bin/mpiexec"
--with-blaslapack-dir="/cygdrive/c/PROGRA~2/Intel/oneAPI/mkl/latest"
--with-mkl_pardiso-dir="/cygdrive/c/PROGRA~2/Intel/oneAPI/mkl/latest"
the configure_error_with_pardiso.log is the configure log file.
For metis, i used code:
./configure
--with-metis-lib=/cygdrive/f/metis-5.1.0/build/libmetis
--with-metis-include=/cygdrive/f/metis-5.1.0/include
--with-cc="win32fe cl"
--with-fc=0
--with-cxx="win32fe cl"
--with-shared-libraries=0
--with-mpi-dir="/cygdrive/c/PROGRA~2/Intel/MPI"
--with-mpiexec="/cygdrive/c/PROGRA~1/Microsoft_MPI/Bin/mpiexec"
--with-blaslapack-lib="-L/cygdrive/c/PROGRA~2/Intel/oneAPI/mkl/latest/lib/intel64
mkl_intel_lp64_dll.lib mkl_sequential_dll.lib mkl_core_dll.lib"
But there is the error as follow:
--with-metis-lib=['/cygdrive/f/metis-5.1.0/build/libmetis'] and
--with-metis-include=['/cygdrive/f/metis-5.1.0/include'] did not work
which the configure_error_with_metis is the configure file for metis.
I also try to use --download-metis for configure with metis, but there is
the Error configuring METIS with CMake. If u want I can send the
configure.log file
Please help me to configure with these external packages. I've been stuck
in this stage for a long time
Best regards,
Ziming XIONG
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20230406/7ab11bb0/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: configure_error_with_pardiso.log
Type: application/octet-stream
Size: 1490073 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20230406/7ab11bb0/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: configure_error_with_metis.log
Type: application/octet-stream
Size: 1411551 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20230406/7ab11bb0/attachment-0003.obj>
More information about the petsc-users
mailing list