Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
can be interesting to get the value of the alpha parameter for parallel
[simgrid.git] / src / xbt / parmap.c
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-23 Arnaud GierschMerge branch 'killgraskill'
2012-11-23 Arnaud GierschRename gras_config to internal_config.
2012-02-09 Arnaud GierschParmap: fix deadlock in with futexes.
2012-02-09 Arnaud GierschParmap: protect against wraparound for round.
2012-02-09 Arnaud GierschParmap: use INT_MAX as number of threads to wake by...
2012-02-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-01 Arnaud GierschAdd more thorough tests for parmaps.
2012-02-01 Arnaud GierschParmap review.
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-25 Christophe ThiéryParmap: implement the POSIX synchronization mode (not...
2012-01-25 Christophe ThiéryAllow xbt_parmap_destroy to be called with a NULL parameter
2012-01-23 unknownUse of busy wait and not posix for te moment.
2012-01-20 Christophe ThiéryParmap: add a value XBT_PARMAP_DEFAULT that decides...
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2012-01-06 Christophe ThiéryMerge branch 'smpi'
2012-01-05 NavarropSorry, for this stupid error
2012-01-05 PierreUse of busy wait instead of futex if there is not futex.h
2012-01-05 PierreAdd a ifdef HAVE_FUTEX_H to compile on Mac
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-13 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-10 Christophe ThiéryParmap test did not compile
2011-12-09 Christophe ThiéryAlternative implementation or parmap with busy waits...
2011-12-09 Christophe ThiéryParmap: process the whole dynar, don't force workers...
2011-12-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-07 Christophe ThiéryParmap: make maestro also do some work.
2011-12-07 Christophe ThiéryThe worker id is now useless in the parmap code
2011-12-07 Christophe ThiéryRemove xbt_parmap_get_worker_id to simplify the parmap...
2011-12-07 Christophe ThiéryRemove a useless private header and rename variables
2011-12-07 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-05 Christophe ThiéryParmaps: remove the event structure to simplify the...
2011-12-05 Christophe ThiéryMake those functions static
2011-12-05 Christophe ThiéryRemove a redundant include and reindent a bit
2011-12-05 Christophe ThiéryRemove parmap_private.h since parmap.c is the only...
2011-11-22 Marion Guthmullermerge conflicts
2011-11-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-02 Christophe ThiéryDirect context switching: clean the semantics of parmap
2011-11-02 Christophe ThiérySwitch directly between runnable contextes (work in...
2011-10-20 Martin Quinsonmerge branches
2011-07-19 Pierre-Nicolas ClaussMerge back master branch.
2011-06-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-06-07 Arnaud GierschRemove unused variables.
2011-05-13 Pierre-Nicolas ClaussMerge back master branch.
2011-05-06 Arnaud GierschTry to improve xbt_parmap.
2011-03-07 navarropProtect with HAVE_FUTEX_H
2011-03-02 cristianrosaUse a better synchronization mechanism to control the...
2011-02-22 agierschFree memory after parmap test.
2011-02-22 agierschUse variadic variants of xbt_test_{add,fail,assert...
2011-02-17 agierschUse new style logging macros.
2011-02-01 cristianrosaUse the extra data field of the xbt_os_thread to store...
2011-01-18 navarropProtect for windows.
2011-01-06 navarropRemove unused variables.
2011-01-05 navarropDestroy mutex and condition.
2011-01-05 navarropRemove old comments.
2011-01-05 navarropTest if having futex.h.
2010-12-14 cristianrosaUse private futex commands
2010-12-14 cristianrosaReimplement parmap using futex based barriers.
2010-12-14 mquinsonsanitize the use of logs in unit testing of parmap...
2010-12-13 cristianrosaTransform the thread pool into a parallel map data...
2010-12-13 cristianrosaRemove the threadpool from the context factories.