I observe the following error message when trying to compile PIConGPU with ISAAC on JWB
-- Found JPEG: /p/software/juwelsbooster/stages/2020/software/libjpeg-turbo/2.0.5-GCCcore-9.3.0/lib64/libjpeg.so (found version "80")
CMake Error at /p/project/pwfaradiation/lib_gpus/ISAAC/DEV/lib/cmake/ISAAC/ISAACConfig.cmake:173 (find_package):
By not providing "Findglm.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "glm", but
CMake did not find one.
Could not find a package configuration file provided by "glm" with any of
the following names:
glmConfig.cmake
glm-config.cmake
Add the installation prefix of "glm" to CMAKE_PREFIX_PATH or set "glm_DIR"
to a directory containing one of the above files. If "glm" provides a
separate development package or SDK, be sure it has been installed.
Call Stack (most recent call first):
CMakeLists.txt:368 (find_package)
After a more focused inspection of INSTALL.md it appears that I have run afoul of the formatting, which did not put glm as its own point but mixed it with MPI
I observe the following error message when trying to compile PIConGPU with ISAAC on JWB
Loaded modules:
After a more focused inspection of
INSTALL.md
it appears that I have run afoul of the formatting, which did not putglm
as its own point but mixed it withMPI