Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement reforks by forking the application, to save the app exec time
[simgrid.git] / src / mc / transition / Transition.hpp
2023-03-22 Martin QuinsonMerge branch 'udpor-phase6' into 'master'
2023-03-19 Martin Quinsonanother mc_model_checker call location disappears
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-06 Martin Quinsonsetter function only need a simcall in MC or with paral...
2022-10-16 Martin QuinsonRename the transitions so that asynchronous ones clearl...
2022-10-16 Martin QuinsonImplement pthread_join in MC mode for sthread
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-03-04 Martin QuinsonReimplement s4u::Barrier natively, and make them visibl...
2022-03-03 Martin QuinsonSemaphore made observable from the Checker side
2022-02-23 Martin QuinsonMC: Support Mutexes in DPOR
2022-02-19 Martin QuinsonMove another function of mc::api, to Transition
2022-02-18 Martin QuinsonSplit TransitionAny and TransitionRandom to their own...