Skip to content

Commit

Permalink
Remove standard specification
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Nov 7, 2024
1 parent bb5bb7d commit 772e109
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 = $(CUDACXX) -c -std=c++17 -O3 -gopt -DRTE_RRTMGP_GPU_MEMPOOL_CUDA -acc -cuda
COMPILE_CU = $(CUDACXX) -c -O3 -gopt -DRTE_RRTMGP_GPU_MEMPOOL_CUDA -acc -cuda

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

0 comments on commit 772e109

Please sign in to comment.