Skip to content
Success

Changes

Summary

  1. Correctly run the iprobe tests when they are not disabled (details)
  2. Revalidate the tesh files now that we test them (details)
  3. Fix the build out of tarballs of MC + MPI teshsuite tests (details)
  4. Fix clang builds (details)
  5. Try to fix ICC builds, nardin (details)
  6. Fix atomic put() and get() in case of timeout (the comm must be cancel manually nowadays) (details)
Commit 1e1b910c8fe7121c45173394841925a57ec93102 by Martin Quinson
Correctly run the iprobe tests when they are not disabled
The file was modified teshsuite/mc/CMakeLists.txt
Commit 64961c16b6f4294f3034f16da66c92d77295cf7a by Martin Quinson
Revalidate the tesh files now that we test them
The file was modified teshsuite/mc/mpi/iprobe_ok.tesh
The file was modified teshsuite/mc/mpi/iprobe_nok.tesh
Commit 8d96d71873397c9dbae6e58b65258a5416977c27 by Martin Quinson
Fix the build out of tarballs of MC + MPI teshsuite tests
The file was modified teshsuite/mc/CMakeLists.txt
Commit f2d9f1759743d0a05ddd9a205d21f86d7fc42b57 by Martin Quinson
Fix clang builds
The file was modified teshsuite/mc/CMakeLists.txt
Commit 92edff4622ac1ac11d8fb0947f4cde4b663b097a by Martin Quinson
Try to fix ICC builds, nardin
The file was modified teshsuite/mc/CMakeLists.txt
Commit e3bfee0abad43d0b16c84b093b8c4d921fa91ddf by Martin Quinson
Fix atomic put() and get() in case of timeout (the comm must be cancel manually nowadays)

Fix https://framagit.org/simgrid/simgrid/-/issues/121
The file was modified include/simgrid/s4u/Mailbox.hpp
The file was modified src/s4u/s4u_Mailbox.cpp