Matt Thompson

Results 217 comments of Matt Thompson

> Libevent is pulled in by hwloc > > Get Outlook for Android > […](#) Ahhh. And I see `--with-hwloc=embedded`! Time to do a test! 😄

Good news: I can confirm that #7551 by @hzhou fixes the `LOGICAL` issue. Bad news: `--with-hwloc=embedded` does not help my `-pthread` issue: ``` make[2]: Entering directory '/ford1/share/gmao_SIteam/MPI/src/mpich-4.3.1/build-nag-7.2.36' /bin/sh ./libtool --tag=FC...

> > Libevent is pulled in by hwloc > > Actually, I probably was mistaken. I know `pmix` uses `libevent`. Libfabric may as well. > > [@mathomp4](https://github.com/mathomp4) Could you do...

Recently, I've been seeing: ``` Rich integration with GitHub has been disconnected for this session, because of too many failed requests. ``` it also seemed to start happening in the...

@tldahlgren I've updated the package to have 2.0.0rc4. That now has the updated `pyproject.toml`: https://github.com/GEOS-ESM/mepo/blob/v2.0.0rc4/pyproject.toml that should match with the package: ```toml dependencies = [ "pyyaml>=6.0.1", "colorama>=0.4.6", ] requires-python =...

Note: I noticed we say `pyyaml>=6.0.1` but spack only had 6.0 so: https://github.com/spack/spack/pull/44898

Re-updating branch because I saw this "auto-merge was automatically disabled [15 hours ago](https://github.com/spack/spack/pull/44879#event-13324620691) Base branch was modified" In case that helps?

@tldahlgren do you know why this PR is "not mergeable"?

Hmm. I think what this shows me is I should whip up some simple github tests for this repo. Never realized there was no CI here.

Huh. Welp, probably need some @tclune help with this. I'm failing the *basic* test, so I probably have something wrong. 😄