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 with the gnu compiler on Derecho (MPI errors) #551

Closed mjs2369 closed 9 months ago

mjs2369 commented 11 months ago

Describe the bug

  1. List the steps someone needs to take to reproduce the bug.
    Run quickbuild.sh on any model on Derecho using the gnu compiler

  2. What was the expected outcome? Filter finishes successfully

  3. What actually happened?
    Multiple MPI error messages (rank and type mismatches) are produced from mpi_utilities_mod.f90

Error Message

See screenshots

Which model(s) are you working with?

All models

Screenshots

image image

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).
  2. The compiler you are using (e.g. gnu, intel).

Derecho, gnu

hkershaw-brown commented 11 months ago

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