Compilation with PaStiX using CUDA

Hello everyone,
it’s been a couple of weeks that I’ve been trying to compile CalculiX with the PaStiX solver using CUDA.
All the dependencies were resolved successfully, but when running CMake for PaStiX, I encountered this error:

CMake Error at cmake_modules/morse_cmake/modules/find/LibrariesAbsolutePath.cmake:59 (message):
Dependency of CUDA_LIBRARIES ‘Threads::Threads’ NOT FOUND
Call Stack (most recent call first):
cmake_modules/morse_cmake/modules/find/FindPARSEC.cmake:211 (libraries_absolute_path)
CMakeLists.txt:365 (find_package)

Any help will be greatly appreciated.
Alex

I was able to compile all the dependancies, but I can not compile the:
libpastix_parsec.a
library.
Any help will be greatly appreciated.
Alex

1 Like

Have you tried this?

But compiling PaStiX without PaRSEC will not create the libpastix_parsec.a and that lib is require by CalculiX when you want to use the PaStiX solver. Is it right?