[petsc-users] mkl-cpardiso configuration

Jose David Bermeol jbermeol at purdue.edu
Sun Oct 6 20:04:32 CDT 2013


Hi, one question about how to configure a new package, intel people suggest to compile mkl-cpardiso using the following flags for the linker:

-Wl,--start-group -L$(MKL_PATH)/lib/intel64/ -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -Wl,--end-group -lpthread -lm -liomp5

Now I want to be able to do this just using the flag --with-mkl-dir=$(MKL_PATH) during Petsc configuration. I've been trying to modify my mkl.py file to achieve this, however your configuration system is a little bit complex, so if you code give some guidelines to achieve this or files to look how to do it would be great. 

Thanks 


More information about the petsc-users mailing list