Lisandro Dalcin
Lisandro Dalcin
> To be concrete, this is the change I thought we were discussing: Your change is not correct for Python 3.7 (and 3.6, although I know it is EOL). Look...
> Also I can confirm that mypy will do the right thing with `# type: ignore[override]` in the mpi4py PR you link :-) Where should I put the `# type:...
@da-woods @scoder I'm updating mpi4py for Cython 3, and this change hit me relatively hard. Although I can easily manage to update all of my codebase quickly and without too...
@thewtex @stefansjs Given that scikit-build depends on setuptools, looks like adding pep-517 support may be relatively easy, as long as you are wiling to let setuptools do the heavy lifting....
@bosilca @abouteiller There is a some chance I messed something up, but mpi4py tests are failing [[logs]](https://github.com/mpi4py/mpi4py-testing/actions/runs/4198094357/jobs/7281271020). Please note that the failure happens in singleton MPI init mode (i.e. no...
> I can't get your branch to work, it fails with You get that error because your libmpi.dylib does not have `MPIX_Comm_ack_failed`. > I guess we need to build it...
@bosilca Sorry, but maybe I'm not in the same page as you. First, the branch I used to trigger the build is not definitive. Second, once this PR gets merged,...
Folks, would you please consider adding to define macros to `mpiext_ftmpi_c.h` to advertise the availability of the new routines? Let say: ```c #define OMPI_HAVE_MPIX_COMM_GET_FAILED 1 #define OMPI_HAVE_MPIX_COMM_ACK_FAILED 1 ``` This...
@bosilca Here you have, this is what I use in GitHub actions, click the link to confirm. #### [[configure]](https://github.com/mpi4py/mpi4py-testing/blob/master/.github/workflows/openmpi.yml#L65) ``` ./configure --prefix=/home/devel/mpi/openmpi/dev --without-ofi --without-ucx --without-psm2 --with-pmix=internal --with-prrte=internal --with-libevent=internal --with-hwloc=internal --enable-debug...
> The python ULFM tester skips 4 tests, all related to the new functionality. Are you using GH repo `mpi4py/mpi4py` at branch `feature/MPI-5` (not your clone!)? Please fetch that repo,...