Skip to content
  1. May 15, 2023
  2. Apr 28, 2023
  3. Mar 24, 2023
  4. Mar 01, 2023
  5. Feb 22, 2023
  6. Feb 21, 2023
  7. Feb 20, 2023
  8. Feb 07, 2023
  9. Jan 26, 2023
  10. Jan 25, 2023
  11. Jan 20, 2023
  12. Jan 16, 2023
  13. Dec 15, 2022
  14. Dec 12, 2022
  15. Dec 07, 2022
  16. Dec 02, 2022
  17. Nov 17, 2022
  18. Nov 16, 2022
  19. Nov 15, 2022
    • Victor Lopez's avatar
      Unify IntoCommunication and IntoBlockingCall, and counterparts · 18259fbd
      Victor Lopez authored
      We would need to implement a 3rd one for IntoBlockingCollective,
      instead, all into_mpi functions are unified and the new parameters
      provide the information of whether is one type or another.
      As a side effect, several deprecated parameters have been removed.
      18259fbd
  20. Nov 11, 2022
  21. Nov 10, 2022
  22. Nov 04, 2022
  23. Nov 03, 2022
    • Victor Lopez's avatar
      Merge branch 'f08' into 'master' · dd6a6432
      Victor Lopez authored
      Add MPI Fortran 2008 bindings and most of the MPI-3.1 functions
      
      See merge request dlb/dlb!50
      dd6a6432
    • Victor Lopez's avatar
      Add most of the MPI-3.1 functions · 46461363
      Victor Lopez authored
      - Add new key "since" in the mpicalls DB to specify since which MPI
        version the routine exists
      - Modify pygen and build system to detect MPI_VERSION and generate
        the MPI calls according to the detected version
      - Fix Makefile MPI BUILT_SOURCES always being generated, C sources
        are generated on demand, headers always due to some Automake
        restriction
      - Remove compilation of libdlb_mpif from meson, still compiled by
        autotools
      46461363