Hello,
I'm actually trying to install the code XSHELLS : https://nschaeff.bitbucket.io/xshells/
among dependencies it uses:
module load mpich-4.3.1 cmake-4.0.3 fftw-3.3.10 GKlib ParMetis-4.0.3 openblas.0.3.30 Metis-5.2.1 SuperLU_DIST-9.1.0 eigen-3.4.0
but i got this error during compilation:
[jml@ljad134:/scratch/jml/xshells] mpic++ -Ishtns -Lshtns -O3 -g -I/usr/local/include -L/usr/local/lib -Wtype-limits -Wformat -march=native -fno-math-errno -fno-trapping-math -freciprocal-math -ffinite-math-only -fcx-limited-range -fno-rtti -mno-vzeroupper -DXS_VEC=1 -DXS_VER="2.11" -fopenmp -Wunknown-pragmas -D_HGID_=""v2.11-1-g9349a3a, openmp, mpic++ @ljad134"" -DXS_SPARSE=1 -I/usr/include/superlu xshells_big.cpp -lshtns -lfftw3 -lm findiff.o fp48.o -lsuperlu -lblas -o xsimp
In file included from xshells_sparse.cpp:14,
from xshells_big.cpp:302:
/srv/softs/eigen-3.4.0/include/eigen3/Eigen/SuperLUSupport:20:10: fatal error: slu_Cnames.h: No such file or directory
20 | #include <slu_Cnames.h>
| ^~~~~~~~~~~~~~
compilation terminated.
I checked the sources and i could'nt find this include, that mey be depends on others.
Could you help me ?
Thanks in advance
Best regards
JM
Hello,
I'm actually trying to install the code XSHELLS : https://nschaeff.bitbucket.io/xshells/
among dependencies it uses:
module load mpich-4.3.1 cmake-4.0.3 fftw-3.3.10 GKlib ParMetis-4.0.3 openblas.0.3.30 Metis-5.2.1 SuperLU_DIST-9.1.0 eigen-3.4.0
but i got this error during compilation:
[jml@ljad134:/scratch/jml/xshells] mpic++ -Ishtns -Lshtns -O3 -g -I/usr/local/include -L/usr/local/lib -Wtype-limits -Wformat -march=native -fno-math-errno -fno-trapping-math -freciprocal-math -ffinite-math-only -fcx-limited-range -fno-rtti -mno-vzeroupper -DXS_VEC=1 -DXS_VER="2.11" -fopenmp -Wunknown-pragmas -D_HGID_=""v2.11-1-g9349a3a, openmp, mpic++ @ljad134"" -DXS_SPARSE=1 -I/usr/include/superlu xshells_big.cpp -lshtns -lfftw3 -lm findiff.o fp48.o -lsuperlu -lblas -o xsimp
In file included from xshells_sparse.cpp:14,
from xshells_big.cpp:302:
/srv/softs/eigen-3.4.0/include/eigen3/Eigen/SuperLUSupport:20:10: fatal error: slu_Cnames.h: No such file or directory
20 | #include <slu_Cnames.h>
| ^~~~~~~~~~~~~~
compilation terminated.
I checked the sources and i could'nt find this include, that mey be depends on others.
Could you help me ?
Thanks in advance
Best regards
JM