fix: add C RK4 kernel to CFILES_CUDA
This commit is contained in:
@@ -95,6 +95,7 @@ CFILES_CUDA = bssn_rhs_cuda.o
|
|||||||
## RK4 kernel switch (independent from USE_CXX_KERNELS)
|
## RK4 kernel switch (independent from USE_CXX_KERNELS)
|
||||||
ifeq ($(USE_CXX_RK4),1)
|
ifeq ($(USE_CXX_RK4),1)
|
||||||
CFILES += rungekutta4_rout_c.o
|
CFILES += rungekutta4_rout_c.o
|
||||||
|
CFILES_CUDA += rungekutta4_rout_c.o
|
||||||
RK4_F90_OBJ =
|
RK4_F90_OBJ =
|
||||||
else
|
else
|
||||||
RK4_F90_OBJ = rungekutta4_rout.o
|
RK4_F90_OBJ = rungekutta4_rout.o
|
||||||
|
|||||||
Reference in New Issue
Block a user