Skip to content

Commit

Permalink
Changed compiler flags
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Sep 26, 2024
1 parent 95851e2 commit aafba4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COMPILE = $(FC) $(FCFLAGS) $(FCINCLUDE) -c
%.o: %.F90
$(COMPILE) $<

COMPILE_CU = $(CPPC) -c -std=c++17 -O3 -gopt -DRTE_RRTMGP_GPU_MEMPOOL_CUDA -acc
COMPILE_CU = $(CPPC) -c -std=c++17 -O3 -gopt -DRTE_RRTMGP_GPU_MEMPOOL_CUDA -acc -cuda

%.o: %.cu
$(COMPILE_CU) $<
Expand Down

0 comments on commit aafba4c

Please sign in to comment.