Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Move comm determinism code in mc_comm_determinism.c
[simgrid.git] / include /
2015-04-09 Gabriel Corona[mc] Move liveness in MCer process
2015-04-02 Gabriel Corona[mc] Fix cross process access to xtd_heap in mc_diff.c
2015-03-10 Gabriel CoronaMerge branch 'master' into mc-process
2015-03-06 Gabriel Corona[mc] Cross-process access to smx_process and simcall
2015-02-18 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-02-12 Gabriel CoronaMerge master into mc-process
2015-02-10 Gabriel Corona[mc] Server side symbol evaluation
2015-02-10 Gabriel Corona[mc] Register symbols as pointers in the examples
2015-02-10 Gabriel Corona[mc] Extend xbt_propositional_symbols
2015-02-10 Gabriel Corona[mc] Cleanup heap switching code
2015-02-06 Gabriel Corona(wip) Move the MCed public API in the same file
2015-02-06 Gabriel Corona[mc] Do not call malloc_no_memset in mc_snapshot
2015-02-03 Martin Quinsonpartially fix the energy public API (massive renames...
2014-12-19 Gabriel Corona[mc] Abstract the process and a snapshot types with...
2014-12-12 Augustin DegommePatch by F.Chaix : add two "new" log appender methods...
2014-12-08 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-12-04 Gabriel CoronaMerge branch 'master'
2014-12-02 Augustin Degommelet's try to please windows
2014-12-01 Gabriel Corona[mc] Enable MC specific behaviour in replay mode
2014-12-01 Gabriel CoronaRevert "[mc] Enable MC specific behaviour in replay...
2014-12-01 Gabriel Corona[mc] Enable MC specific behaviour in replay mode
2014-12-01 Gabriel Corona[mc] Initial support MC record/replay
2014-11-28 Adrien Lebremerge msg_vm.c - adrien (please note that there is...
2014-11-27 Takahiro Hirofuchiremove unused migration code for CPU overheads
2014-11-06 Augustin Degommeadd mpi_info_* support to fortran, and activate relevan...
2014-11-03 Augustin DegommeAdd MPI_Info_* support.
2014-11-02 Martin Quinsonrename smx_action_t to smx_synchro_t
2014-11-01 Martin QuinsonRemove the 'TUTORIAL: New API' chunks
2014-10-29 degommeadd a (unused) fortran datatype for compilation of...
2014-10-29 degommesomehow we forgot MPI_REAL datatype C-fortran compatibility
2014-10-22 etortilopezMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-16 Gabriel CoronaRemove irrelevant API documentation
2014-10-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-10-15 Martin QuinsonI'm not sure of why flexml generated a different flex...
2014-10-09 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-07 Martin Quinsonrename MSG_host_is_avail() to MSG_host_is_on()
2014-10-05 degommecleanup, remove some useless functions
2014-10-03 Augustin Degommeprovide new unimplemented signatures for RMA MPI calls
2014-10-02 Augustin Degommeadd MPI_Win_get_group, and activate some tests using...
2014-10-02 Augustin DegommeAdd forgotten MPI_Comm_f2c and MPI_Comm_c2f calls
2014-10-02 Gabriel Corona[smpi] Leave the underlying structure of MPI_File opaque
2014-09-19 Augustin Degomme[xbt/surf] Change the costly heapremove+heapinsert...
2014-09-17 Augustin DegommeImplement MPI_*_c2f MPI_*_f2c functions
2014-09-11 Augustin Degommeforgotten include file
2014-08-29 Gabriel CoronaMerge branch 'mc'
2014-08-28 Augustin DegommeAdd a xbt wrapper for simcall_mutex_trylock (asked...
2014-08-28 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-08-18 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-08-18 etortilopezMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-08-18 etortilopezadded option to bind threads to physical cores
2014-08-11 Paul BédarideAdd vm tesh
2014-08-07 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-08-07 Martin QuinsonNew: SIMIX_process_throw() allows to raise exceptions...
2014-08-06 Martin Quinsoncorrect initializer
2014-08-06 Martin Quinsonensure that the process initializer actually works...
2014-08-06 Martin Quinsonmake public the function that can display an exception
2014-07-28 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-07-25 Gabriel Corona[mc] Make state/snapshot comparison work with SMPI...
2014-07-25 Gabriel CoronaMerge branch 'mc'
2014-07-24 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-07-21 Augustin DegommeAdd MPI_Win_get_name and MPI_Win_set_name support
2014-07-16 Takahiro Hirofuchimigration: fix status check of migration
2014-07-15 degommeAdd MPI_Type_set_name and MPI_Type_get_name and activat...
2014-07-12 degommeadapt mpif.h for rma
2014-07-08 Gabriel CoronaMerge branch 'mc-fix' into mc-fastsnapshot
2014-07-07 Augustin Degommeadd a non-existing MPI_2LONG datatype to handle some...
2014-07-07 Augustin Degommeuse the right types in fortran for some platforms ...
2014-07-07 Augustin Degommedefine types used by fortran even when only C code...
2014-07-07 sutertemporary hack to be able to replay traces of fortran...
2014-06-27 Gabriel CoronaMerge branch 'mc'
2014-06-27 Gabriel CoronaMerge branch 'mc-fastsnapshot' into mc
2014-06-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-06-26 Augustin DegommeChange send/isend simcalls to add a new parameter ...
2014-06-24 Gabriel Corona[mc] Use an unordered_set for compared_pointers instead...
2014-06-23 Augustin DegommeFirst steps for implemtation of MPI Onesided Operations :
2014-06-20 Pierre VeyreInitiate java bindings for MSG storage API
2014-06-20 suterprevent warining for undocumented (because internal...
2014-06-19 Gabriel Corona[mc] Do not allocate pagemap buffer on the heap
2014-06-18 Paul BédarideMerge branch 'v3_11_x'
2014-06-17 Stéphane CastelliThis should ease the future implementation of graphes...
2014-06-16 Gabriel Corona[mc] Remove useless parts in mmalloc_compare_heap,...
2014-06-13 Gabriel Corona[mc] Page-level sparse snapshot: work-in-progress,...
2014-06-04 scastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-06-04 degommeKill f2c. Finally. I hope.
2014-06-04 degommemake smpiff behave like smpif90, so we don't use f2c...
2014-06-02 Arnaud GierschMake xbt_free a function-like macro.
2014-05-30 suterremove duplicated line
2014-05-28 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-05-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-05-27 suterunlink can be a remote operation too.
2014-05-27 suterchanging type of offset parameter in file_seek from...
2014-05-26 Gabriel CoronaMerge branch 'master' into mc
2014-05-26 Stéphane CastelliFix some bugs in fat trees
2014-05-24 Martin Quinsondeclare all types that we may use
2014-05-24 Martin Quinsonmake the xbt_os_time module public
2014-05-20 Arnaud GierschThis field definitely has sense only when tracing is...
2014-05-16 degommeFix compil without tracing, which was broken multiple...
2014-05-16 Gabriel CoronaMerge branch 'mc_without_ksm' into mc
2014-05-16 Gabriel Corona[mc] Avoid memsetting twice
2014-05-14 Stéphane CastelliAdd a routing for fat trees
next