[WIP]Add CUDA support for BSSN RHS with new kernel and update makefiles

This commit is contained in:
2026-02-27 21:46:43 +08:00
parent c001939461
commit 724e9cd415
4 changed files with 2524 additions and 5 deletions

View File

@@ -42,4 +42,4 @@ CLINKER = mpiicpx
Cu = nvcc
CUDA_LIB_PATH = -L/usr/lib/cuda/lib64 -I/usr/include -I/usr/lib/cuda/include
#CUDA_APP_FLAGS = -c -g -O3 --ptxas-options=-v -arch compute_13 -code compute_13,sm_13 -Dfortran3 -Dnewc
CUDA_APP_FLAGS = -c -g -O3 --ptxas-options=-v -Dfortran3 -Dnewc
CUDA_APP_FLAGS = -c -g -O3 --ptxas-options=-v -Dfortran3 -Dnewc -arch=sm_89