Dear community:
I want to use gpu-openmpimixed, but when I am compiling, it reports:
mpic++ -O3 -Wall -march=native -mtune=native -std=c++17 -pthread -DPARALLEL_MODE_MPI -DPLATFORM_CPU_SISD -DPLATFORM_GPU_CUDA -DDEFAULT_FLOATING_POINT_TYPE=float -I../../../src -I../../../external/zlib -I../../../external/tinyxml -c -o channel3d.o channel3d.cpp
"../../../src/core/platform/gpu/cuda/device.h", line 28: catastrophic error: cannot open source file "cuda_runtime_api.h"
#include <cuda_runtime_api.h>
^
1 catastrophic error detected in the compilation of "channel3d.cpp".
Compilation terminated.
make: *** [../../../default.mixed.mk:37: channel3d.o] Error 2
How could I solve this problem?
Thank you.