NCAR / DART

Data Assimilation Research Testbed
https://dart.ucar.edu/
Apache License 2.0
187 stars 140 forks source link

bug: quickbuild.sh errors out on parse_args_mod.f90 on Derecho #555

Closed ann-norcio closed 9 months ago

ann-norcio commented 10 months ago

Describe the bug

  1. List the steps someone needs to take to reproduce the bug.
    On Derecho, run quickbuild.sh on any model using nvhpc compiler with mkmf.template.pgi.cray (suggested template to use since there is no existing nvhpc mkmf template currently; related to issue #554)

  2. What was the expected outcome? Quickbuild.sh runs successfully

  3. What actually happened?
    Error messages are produced from parse_args_mod.f90

Error Message

See screenshots for error messages

Which model(s) are you working with?

all models

Screenshots

Screen Shot 2023-10-05 at 12 06 38 PM

Version of DART

Which version of DART are you using? v10.8.4

Have you modified the DART code?

No

Build information

Please describe:

  1. The machine you are running on (e.g. windows laptop, NCAR supercomputer Cheyenne). *Derecho
  2. The compiler you are using (e.g. gnu, intel). *nvhpc
hkershaw-brown commented 10 months ago

https://github.com/NCAR/DART/issues/219

hkershaw-brown commented 10 months ago

more specifically, this compiler flag

https://github.com/NCAR/DART/issues/219#issuecomment-849012050

ann-norcio commented 10 months ago

Addressed this issue in #557