The ROOT-Sim v3.0.0 beta is out!

The code base is stable enough to switch to a beta release. We expect to release the final 3.0.0 version shortly.

This new release provides incremental fixes and improvements, in particular:

  • PHold is now used as an additional integration test in the pipeline
  • Fixed a memory leak in the test lp mock framework
  • Fixed a memory leak in the unit tests for the topology library
  • Minor fixes in the website autodeployment
  • The GCC specific __builtin_ia32_pause() has been removed in favor of the more portable _mm_pause(). We now build with Intel MPI and Intel CC as well.
  • The tests of the testing framework have been improved
  • Fixed an inconsistent treatment of the member pl_size of struct lp_msg
  • Count explicitly-failed tests in the failed test count
  • The model memory allocator is now able to use multiple buddy systems: no more memory limits in a model!