You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ialberto@daint101:/project/csstaff/ialberto/workspace/dla-future.master/build-gpu> cat ./configure.sh
CC=cc CXX=CC cmake ..\
-DCMAKE_EXPORT_COMPILE_COMMANDS=on \
-DCMAKE_BUILD_TYPE=Release\
-DDLAF_WITH_PRECOMPILED_HEADERS=on\
-DDLAF_WITH_MKL=on\
-DDLAF_WITH_CUDA=on\
-DDLAF_MPI_PRESET=slurm\
-DMPIEXEC_NUMCORES=24\
-DDLAF_TEST_RUNALL_WITH_MPIEXEC=on $@
ialberto@daint101:/project/csstaff/ialberto/workspace/dla-future.master/build-gpu> ./configure.sh
...
-- Configuring done (18.2s)
CMake Error in test/unit/c_api/eigensolver/CMakeLists.txt:
Unable to resolve full path of PCH-header
'/project/csstaff/ialberto/workspace/dla-future.master/build-gpu/src/CMakeFiles/dlaf.pch_exe.dir/cmake_pch.h'
assigned to target test_eigensolver_c_api, although its path is supposed to
be known!
CMake Error in test/unit/c_api/factorization/CMakeLists.txt:
Unable to resolve full path of PCH-header
'/project/csstaff/ialberto/workspace/dla-future.master/build-gpu/src/CMakeFiles/dlaf.pch_exe.dir/cmake_pch.h'
assigned to target test_cholesky_c_api, although its path is supposed to be
known!
CMake Error in test/unit/c_api/grid/CMakeLists.txt:
Unable to resolve full path of PCH-header
'/project/csstaff/ialberto/workspace/dla-future.master/build-gpu/src/CMakeFiles/dlaf.pch_exe.dir/cmake_pch.h'
assigned to target test_grid_c_api, although its path is supposed to be
known!
-- Generating done (2.8s)
CMake Generate step failed. Build files cannot be regenerated correctly.
ialberto@daint101:/project/csstaff/ialberto/workspace/dla-future.master/build-gpu> find . -name "cmake_pch.*"
./src/CMakeFiles/dlaf.pch_exe.dir/cmake_pch.hxx
./src/CMakeFiles/dlaf.pch_exe.dir/cmake_pch.hxx.cxx
./src/CMakeFiles/dlaf.pch_lib.dir/cmake_pch.hxx
./src/CMakeFiles/dlaf.pch_lib.dir/cmake_pch.hxx.cxx
The text was updated successfully, but these errors were encountered:
Reported by @albestro:
The text was updated successfully, but these errors were encountered: