Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simplify the handling of SIMIX requests.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 5 May 2011 17:02:18 +0000 (19:02 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 5 May 2011 17:02:18 +0000 (19:02 +0200)
commit2c1f3b522a5ba97f44e2754a212c1a4c083ed0c9
tree82be66fc750dbd83c31a19e5755347b5a84766af
parent2ba24bc5763918ed2a233ce2071324d0d1b9d024
Simplify the handling of SIMIX requests.

Re-use the list of process_to_run instead of swags of requests, and
ensures the requests are correctly ordered, even on parallel run with
the thread factory.
src/simix/private.h
src/simix/smurf_private.h
src/simix/smx_context_raw.c
src/simix/smx_context_sysv.c
src/simix/smx_context_thread.c
src/simix/smx_global.c
src/simix/smx_smurf.c