trilinos / Trilinos

Primary repository for the Trilinos Project
https://trilinos.org/
Other
1.19k stars 565 forks source link

SEACAS: Ioss_Field.h header "fmt/ostream.h" not found #13382

Closed spdomin closed 2 weeks ago

spdomin commented 3 weeks ago

The error captured in https://github.com/trilinos/Trilinos/issues/11487 is showing up again:

In file included from /projects/netpub/nalu/scratch_build/install/gcc10.3.0/Trilinos_nightly_release/include/stk_io/IossBridge.hpp:41, from /fgs/spdomin/nightly/Nalu/src/DataProbePostProcessing.C:33: /projects/netpub/nalu/scratch_build/install/gcc10.3.0/Trilinos_nightly_release/include/Ioss_Field.h:12:10: fatal error: fmt/ostream.h: No such file or directory 12 | #include <fmt/ostream.h>

Bad: Trilinos/develop SHA1: https://github.com/trilinos/Trilinos/commit/94b60d005ec42fe20eda3a869712ffab8548b271
Good: Trilinos/develop SHA1: https://github.com/trilinos/Trilinos/commit/c8548cf7bdc5a50daff9fdf93d493228a74a3973
jhux2 commented 3 weeks ago

@gsjaardema @trilinos/seacas

ikalash commented 2 weeks ago

I can confirm that this issue has been resolved for Albany.

spdomin commented 2 weeks ago

Same with Nalu - thanks - although I do have a new fail coming from a STK call:

terminate called after throwing an instance of 'std::runtime_error' what(): global_minmax - Attempting mpi while in barrier owned by 3

I will resolve that is a separate issue.

Feel free to close the issue. Best,

gsjaardema commented 2 weeks ago

Sorry for the problem. I will try to address this in a more sustainable manner for future snaphshots...