Skip to content

Releases: PRUNERS/ReMPI

v1.2.0

25 Sep 01:06
Compare
Choose a tag to compare

Now, ReMPI can also record and replay non-determinism in OpenMP (ReOMP)

  • OpenMP clauses
    • Critical Section (#omp critical)
    • Reduction (#omp reduction)
    • Master (#omp master)
    • Single (#omp single)
  • OpenMP runtime
    • omp_set_lock() and omp_unset_lock()
    • omp_set_nest_lock() and omp_unset_nest_lock()
  • Atomic instructions
    • Atomic load/store
    • Atomic operations (cmpxchg and atomicrmw)
  • Data-racy load/store instructions (If TSAN data-race report files are provided when compiling)

More details are in README.md

v1.1.0

22 Jun 18:13
Compare
Choose a tag to compare
  • Added ReMPI wrapper scripts (rempi_record & rempi_replay)
  • Fixed minor bugs and compatibility issues

v1.0.0

13 Mar 22:29
Compare
Choose a tag to compare

Fixed minor bugs for v1.0.0

v0.1.0

29 Dec 01:26
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
update