Hi. I am making a docker build of calculix with pastix.
https://github.com/opme/calculix_docker/tree/master/docker
https://github.com/opme/calculix_docker/blob/master/docker/Dockerfile
I am building with gpu disabled to start with and then will add that back in. I am also using the intel fortran, c++ and c compilers only because I am using those in other parts of my project.
I am having some issues with parsec. I have the following in my make_parsec.sh
cmake \
-DCMAKE_CXX_COMPILER=c++ \
-DCMAKE_C_COMPILER=cc \
-DCMAKE_Fortran_COMPILER=ifort \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=${INSTALLPATH} \
-DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-10.2 \
-DCUDA_DIR=/usr/local/cuda-10.2 \
-DCUDA_USE_STATIC_CUDA_RUNTIME=OFF \
-DCMAKE_CUDA_HOST_COMPILER=cc \
-DPARSEC_GPU_WITH_CUDA=OFF \
-DHWLOC_DIR=/tmp/hwloc_i8 \
Getting this error:
#29 8.963 CMake Error at parsec/CMakeLists.txt:30 (FLEX_TARGET):
#29 8.963 Unknown CMake command "FLEX_TARGET".