Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
changelog update
authorAugustin Degomme <adegomme@users.noreply.github.com>
Wed, 22 Nov 2023 19:39:04 +0000 (20:39 +0100)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Wed, 22 Nov 2023 19:40:24 +0000 (20:40 +0100)
ChangeLog

index 1ef61d1..b84988e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,7 @@ SMPI:
  - New SMPI_app_instance_join(): wait for the completion of a started MPI instance
  - MPI_UNIVERSE_SIZE now initialized to the total amount of hosts in the platform
  - Memory usage due to SMPI for non-MPI actors greatly reduced.
+ - New implemented calls: MPI_Isendrecv, MPI_Isendrecv_replace
 
 sthread:
  - Allow to use on valgrind-observed or gdb-observed processes.