While compiling one error you may run into is
CMake Error in source/core/CMakeLists.txt:
Target "hicops-core" requires the language dialect "CUDA17" (with compiler extension), but CMake does not know the compile flags to use to enable it.
CMake Error in source/apps/testapp/CMakeLists.txt:
Target "hicops-core" requires the language dialect "CUDA17" (with compiler extension), but CMake does not know the compile flags to use to enable it.
If you run into this error it simply means the Cmake version you are using is outdated and you must update it to a higher version. Update your cmake compiler to at least version 3.19 or above for HiCOPs and GiCOPs.
While compiling one error you may run into is
CMake Error in source/core/CMakeLists.txt:
Target "hicops-core" requires the language dialect "CUDA17" (with compiler extension), but CMake does not know the compile flags to use to enable it.
CMake Error in source/apps/testapp/CMakeLists.txt:
Target "hicops-core" requires the language dialect "CUDA17" (with compiler extension), but CMake does not know the compile flags to use to enable it.
If you run into this error it simply means the Cmake version you are using is outdated and you must update it to a higher version. Update your cmake compiler to at least version 3.19 or above for HiCOPs and GiCOPs.