Hi,
I've been trying to build sundials with superlumt, and things fail each time. I've tried gnu and intel compilers, with the same outcome. If using ccmake, I get errors like:
ERROR: Could not find SuperLU_MT. Please check the variables:
SUPERLUMT_INCLUDE_DIR and SUPERLUMT_LIBRARY_DIR
I've typed the appropriate information but it still fails. I have also used cmake, using the command
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr/local/sundials750-ifx \
-DCMAKE_C_COMPILER=icx \
-DCMAKE_Fortran_COMPILER=ifx \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_FORTRAN_MODULE_INTERFACE=ON \
-DENABLE_OPENMP=ON \
-DENABLE_LAPACK=ON \
-DSUNDIALS_INDEX_SIZE=64 \
-DENABLE_SUPERLUMT=ON \
-DSUPERLUMT_INCLUDE_DIR=/usr/include/SuperLUMT \
-DSUPERLUMT_LIBRARY=/usr/lib64/libsuperlumt_d.so \
-DSUPERLUMT_THREAD_TYPE=Pthread \
-DSUPERLUMT_WORKS=TRUE \
-DBUILD_SUNLINSOL_SUPERLUMT=ON \
-DEXAMPLES_ENABLE_C=OFF \
-DEXAMPLES_ENABLE_CXX=OFF \
-DEXAMPLES_ENABLE_F2003=OFF
This builds sundials libraries but there is nothing related to superlumt installed. I can build with KLU, but I would rather use superlumt if possible.
Also, I've had to switch off building fortran examples because they do not compile. This has been happened over the last few versions of Sundials, but this is not as critical.
Any suggestions would be appreciated.
Best regards,
David halpern
David Halpern, PhD
Professor
Department of Mathematics
University of Alabama
Tuscaloosa AL 35487