ESMCI / ccs_config_cesm

CESM CIME Case Control System configuration files
3 stars 41 forks source link

Wrong use of -target flag for NVHPC compilers #128

Closed gdicker1 closed 1 month ago

gdicker1 commented 7 months ago

Within nvhpc_derecho.cmake and nvhpc_gust.cmake -target=zen3 is used when the statement should actually be -tp=zen3. The only accepted arguments for -target= should be gpu or multicore according to the NVHPC Documentation.

gdicker1 commented 1 month ago

This has been addressed by #168