From 6c4f17b81f4613f9aaa05ed2eeabdd2250481ab8 Mon Sep 17 00:00:00 2001 From: Ben Wilfong <48168887+wilfonba@users.noreply.github.com> Date: Thu, 16 Jul 2026 14:58:39 -0700 Subject: [PATCH 1/2] add Mfprelaxed --- cmake/GPU.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/GPU.cmake b/cmake/GPU.cmake index eb261d1521..4df80464a0 100644 --- a/cmake/GPU.cmake +++ b/cmake/GPU.cmake @@ -129,6 +129,7 @@ elseif ((CMAKE_Fortran_COMPILER_ID STREQUAL "NVHPC") OR (CMAKE_Fortran_COMPILER_ $<$:-cpp> $<$:-Minfo=inline> $<$:-Minfo=accel> + $<$:-Mfprelaxed> ) if (CMAKE_BUILD_TYPE STREQUAL "Debug") From 153599b28d22591eb03b0ab7c3c5c48dc9b22bd9 Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Thu, 16 Jul 2026 22:13:47 -0400 Subject: [PATCH 2/2] Fix comment typo in time-step initialization --- src/simulation/p_main.fpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulation/p_main.fpp b/src/simulation/p_main.fpp index d08a295b1c..b7aa540dba 100644 --- a/src/simulation/p_main.fpp +++ b/src/simulation/p_main.fpp @@ -42,7 +42,7 @@ program p_main call s_initialize_gpu_vars() call nvtxEndRange - ! Setting the time-step iterator to the first time-step + ! Setting the time-stepper to the first time-step if (cfl_dt) then t_step = 0 mytime = t_save*n_start