fix: add C RK4 kernel to CFILES_CUDA

This commit is contained in:
2026-03-02 12:19:52 +08:00
parent 5839755c2f
commit 43ddaab903

View File

@@ -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