Skip to content

Commit

Permalink
Merge pull request #163 from sjsprecious/update_derecho_gpu_settings
Browse files Browse the repository at this point in the history
Update the GPU settings on Derecho
  • Loading branch information
jedwards4b authored Apr 8, 2024
2 parents 31e5102 + d0bfcd0 commit 4b93d50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions machines/Depends.nvhpc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ micro_mg1_0.o \
micro_pumas_v1.o \
micro_pumas_data.o \
micro_pumas_utils.o \
pumas_stochastic_collect_tau.o \
micro_pumas_cam.o \
wv_sat_methods.o \
wv_saturation.o \
Expand Down
4 changes: 2 additions & 2 deletions machines/derecho/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<command name="load">cray-libsci/23.02.1.1</command>
</modules>
<modules compiler="nvhpc">
<command name="load">nvhpc/23.7</command>
<command name="load">nvhpc/24.3</command>
</modules>

<modules>
Expand Down Expand Up @@ -122,6 +122,6 @@
<env name="ESMF_RUNTIME_PROFILE_OUTPUT">SUMMARY</env>
</environment_variables>
<environment_variables compiler="nvhpc" gpu_offload="!none">
<env name="RTE_KERNELS">openacc</env>
<env name="NCAR_LIBS_CUDA">-lcuda -lcudart</env>
</environment_variables>
</machine>

0 comments on commit 4b93d50

Please sign in to comment.