Matt Thompson

Results 217 comments of Matt Thompson

> Updated after changes in upstream repository and fixed conflicts in Changelog.md. > > So this should be ready for merging from my side! (and thanks for the release, we...

@melven Please try [pFUnit v4.14.0](https://github.com/Goddard-Fortran-Ecosystem/pFUnit/releases/tag/v4.14.0)

Ahh. I was about to ask about this. I work with a model that is looking to use jemalloc and I noticed the last release was 3 years ago, but...

I think I might be encountering this as well. j/k works, but up/down doesn't...

I believe I might be hitting this as well. The cluster I'm trying to connect to does not allow port forwarding.

I just checked and this is still in 4.3.1 sadly: ``` MOD src/binding/fortran/use_mpi_f08/mpi_c_interface_nobuf.stamp NAG Fortran Compiler Release 7.2(Shin-Urayasu) Build 7236 Warning: src/binding/fortran/use_mpi_f08/mpi_c_interface_nobuf.f90, line 1907: C_INT explicitly imported into MPIR_AINT_ADD_C but...

@raffenet This was the change I made: ```diff > diff Stock/mpich-4.3.1/src/binding/fortran/use_mpi_f08/mpi_c_interface_nobuf.f90 mpich-4.3.1/build-nag-7.2.36/src/binding/fortran/use_mpi_f08/mpi_c_interface_nobuf.f90 2520c2520 < USE, intrinsic :: iso_c_binding, ONLY : c_int --- > USE, intrinsic :: iso_c_binding, ONLY : c_int,...

> Thanks [@mathomp4](https://github.com/mathomp4) ! I'll take a look and incorporate your patch. I can't wait to see how you update the binding generator for this. I'm sure it's simple, but...

@hakostra I am surprised you aren't hitting the `-pthread` issue. Are you building on Linux?

@hakostra Well huh. I build with: ``` ../configure CC=gcc CXX=g++ FC=nagfor MPICHLIB_FFLAGS=-mismatch -fpp MPICHLIB_FCFLAGS=-mismatch -fpp --enable-f08 CFLAGS=-I/ford1/share/gmao_SIteam/nag/7.2.36/lib/NAG_Fortran --prefix=/ford1/share/gmao_SIteam/MPI/mpich/4.3.1/nag-7.2.36 ``` How do you build? Maybe I have flags I don't need,...