diff --git a/cmake/GPU.cmake b/cmake/GPU.cmake index a9388bb340..8a1f1c6417 100644 --- a/cmake/GPU.cmake +++ b/cmake/GPU.cmake @@ -143,6 +143,7 @@ elseif ((CMAKE_Fortran_COMPILER_ID STREQUAL "NVHPC") OR (CMAKE_Fortran_COMPILER_ $<$:-cpp> $<$:-Minfo=inline> $<$:-Minfo=accel> + $<$:-Mfprelaxed> ) if (CMAKE_BUILD_TYPE STREQUAL "Debug") 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