-
Couldn't load subscription status.
- Fork 1
Description
I'm having the following error when trying to run with the flag -c:
CC libstarpu_1.3_la-starpu_cublas.lo
CC libstarpu_1.3_la-starpu_cusparse.lo
In file included from ../include/starpu_cublas_v2.h:22,
from drivers/cuda/starpu_cublas.c:24:
/usr/include/cublas_v2.h:59:2: error: #error "It is an error to include both cublas.h and cublas_v2.h"
59 | #error "It is an error to include both cublas.h and cublas_v2.h"
| ^~~~~
make[2]: *** [Makefile:2663: libstarpu_1.3_la-starpu_cublas.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/exouser/build/ExaGeoStatCPP/installdir/_deps/STARPU/starpu-src/src'
make[1]: *** [Makefile:2857: all-recursive] Error 1
make[1]: Leaving directory '/home/exouser/build/ExaGeoStatCPP/installdir/_deps/STARPU/starpu-src/src'
make: *** [Makefile:845: all-recursive] Error 1
CMake Error at cmake/macros/BuildDependency.cmake:116 (execute_process):
execute_process failed command indexes:
1: "Child return code: 2"
Call Stack (most recent call first):
cmake/macros/ImportDependency.cmake:61 (BuildDependency)
cmake/ImportStarPu.cmake:48 (ImportDependency)
CMakeLists.txt:149 (include)
-- Configuring incomplete, errors occurred!
Full command:
./configure -ce
@alihakam830