Hello everyone,
I was able to compile calculix with pastix solver on Centos7.
But Pastix does not use nor see any nvidia GPU. Output on solving is:
-
PaStiX : Parallel Sparse matriX package +
±------------------------------------------------+
Version: 6.0.1
Schedulers:
sequential: Enabled
thread static: Started
thread dynamic: Disabled
PaRSEC: Started
StarPU: Disabled
Number of MPI processes: 1
Number of threads per process: 12
Number of GPUs: 0
MPI communication support: Disabled
Distribution level: 2D( 128)
Blocking size (min/max): 1024 / 2048
Matrix type: General
Arithmetic: Float
Format: CSC
N: 126300
nnz: 10132848
I compiled PaStiX4CalculiX with make_pastix.sh from the calculix source tarball and edited CMakeLists.txt at:
GPU engine parameters
option(PASTIX_WITH_CUDA
“Enable GPU support using CUDA kernels” ON)
Has anybody successfully used ccx+pastix on gpu?
How can I tell pastix to use the gpu?
Any help is appreciated.
Kind Regards, and thanks in advance