hnndlp
Results
2
comments of
hnndlp
I get a similar error with relion 5.0 and cuda 12.2 when using intelmpi (but not with openmpi). **cmake warning:** ``` CMake Warning (dev) in build/CMakeFiles/copy_scripts.dir/DependInfo.cmake: Syntax Warning in cmake...
The include paths for MPI_CXX and MPI_C were being double double quoted. Removing the quotes in CMakeLists.txt fixed the problem for me