Matt Thompson

Results 217 comments of Matt Thompson

@milancurcic Hmm. I'll take a look. Though I still think I might need to consult with @scivision on h5fortran. Or, I suppose, maintain a fork of it for now.

@n-claes Can you also point me to your GitHub Action? I just engineered a pFUnit failure both in MAPL and in pFUnit itself. The MAPL GitHub Action failed on both...

I just saw @tclune's post. I edited `tests/funit-core/Test_Assert_Integer.pf` to fail and I think that does use the macro. Let me try doing the failure in a non-macro test...

Hmm. I engineered a failure in `old_tests` and it seems to be triggering the Red X as well: https://github.com/Goddard-Fortran-Ecosystem/pFUnit/actions/runs/4821822710/jobs/8588226893

Yeah, this: ```cmake if (NOT MPIEXEC_NUMPROC_FLAG) if (PFUNIT_MPI_USE_MPIEXEC) set(MPIEXEC_EXECUTABLE ${PFUNIT_MPI_USE_MPIEXEC}) else() # best guess set(MPIEXEC_NUMPROC_FLAG "-np") endif() endif() ``` does look a bit wonky. Probably should be: ```cmake if (NOT...

@n-claes This is indeed a CMake 3.25 + pFUnit issue. In #399 I added a fix to "pin" CMake to 3.24.3 until CMake can respond to an issue I opened...

> Downgrading from hvplot 0.8.4 to 0.8.3 seems to fix the issue Thanks for this. I was going nuts trying to figure out how to run the examples. (I'm not...

I hope I can make a new release of MAPL next week. But because of the requirement for ESMF 8.6.1 (beta or not), I'll need to build new libraries on...

Note: We are close to getting ESMF 8.6.1b04 in GEOS land. I encountered a fun bug with GCC 13 that we had to figure out today, but hopefully next week...

Note: I'm going to look at fixing up MAPL to be "safe". That is, if ESMF is only static, or if a user chooses to link to the ESMF static...