Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics.
[simgrid.git] / src /
2012-10-27 Arnaud GierschMerge branch 'v3_8_x'
2012-10-27 Arnaud GierschMerge branch 'v3_8_x'
2012-10-26 navarroSMPI finally works ;)
2012-10-26 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-26 navarroFix smpi script variables between cmake home dir and...
2012-10-26 Augustin Degommefortran-smpi was broken
2012-10-26 Augustin Degommecorrect some issues with MPI_Sendrecv_replace, to avoid...
2012-10-26 Augustin Degommeadd a few fortran bindings and types to have better...
2012-10-26 Augustin Degommeadd various defines and objects to provide better compi...
2012-10-26 Augustin Degommehave waitall output an error if an issue is encountered...
2012-10-25 Martin Quinsondocumentation improvement [thx Sylvain for pointing...
2012-10-25 navarroFix compilation on linux ;)
2012-10-25 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-25 navarroFix compilation and configuration since win commits
2012-10-25 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-25 navarroTranform extern for XBT_PUBLIC
2012-10-25 navarroCompilation fix on SMPI with WIN32
2012-10-25 navarroHuge hack for call of smpi_simulated_main.
2012-10-25 navarroAdd a surf function to get configuration parameters...
2012-10-25 Lucas Schnorr[trace] link value here should indicate resource topology
2012-10-25 navarroFix documentation warnings
2012-10-25 navarroDelete some warning during the ref_guide build
2012-10-24 Maximiliano GeierPull changes to push BitTorrent fix
2012-10-24 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-23 Arnaud GierschRegenerate with latest flexml.
2012-10-23 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-23 Augustin Degommenumber of elements can be 0 in type constructors
2012-10-23 Augustin Degommedo not free the group of MPI_COMM_WORLD when asked...
2012-10-23 Augustin Degommewe should not check subtypes are commited before, as...
2012-10-23 Augustin Degommeadd MPI_PACKED datatype (for compilation only, MPI_Pack...
2012-10-23 Augustin Degommedo not free the group when freeing the comm, there...
2012-10-23 navarroFix compilation error since TAG tutorial
2012-10-23 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-23 navarroAdd first steps for a TAG tutorial
2012-10-23 Arnaud GierschCall gap_remove in generic_update_actions_state_lazy...
2012-10-23 Arnaud GierschDefine an additional parameter for the hack around...
2012-10-23 Arnaud GierschCosmetics: rewrite usage() in smpirun.in.
2012-10-23 Arnaud GierschCannot use xbt_die when log layout format contains...
2012-10-23 Arnaud GierschAdd missing calls to XBT_LOG_CONNECT.
2012-10-22 sutermove the xbt_mallocator_release after the free of the...
2012-10-20 Arnaud GierschExclude smpi_process_argc and smpi_glogal_size when...
2012-10-19 navarroFix compilation error for smpi.
2012-10-19 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-19 navarroCompil smpi on win32.
2012-10-19 paul bedarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-19 navarroClean for win32
2012-10-19 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-19 navarroNeed this file for windows. But still need to clean...
2012-10-19 Maximiliano GeierMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-18 Arnaud GierschDon't ignore return value of 'system'.
2012-10-17 Martin QuinsonCancel the comms of leaving processes instead of destro...
2012-10-17 Martin QuinsonEnsure that the mallocator are really inactive when...
2012-10-17 schnorr[trace] output the command line used to generate the...
2012-10-17 Arnaud GierschFunction MSG_get_host_number() is not deprecated anymore.
2012-10-16 Martin Quinsons/MC_IS_ENABLED/MC_is_active()/ to remove an unfriendly...
2012-10-16 Martin Quinsondocument that we really need xbt_os_thread_atfork ...
2012-10-16 Martin QuinsonDo not store any metadata where the user (was) legitima...
2012-10-16 Arnaud GierschUse double quotes around variable expansion to protect...
2012-10-16 Martin Quinsonsg_cmdline is a public dynar containing all command...
2012-10-15 Martin Quinsoncosmetics
2012-10-15 Martin Quinsonensures that runall is never called on empty set
2012-10-14 Martin Quinsontry to get /some/ info from the cdash by not intentiona...
2012-10-12 suterfix an issue that occurs when SD_simulate is called...
2012-10-12 navarroCompilation with warning flags
2012-10-12 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-12 navarroFinish the tutorial for new model and api
2012-10-12 Marion Guthmullermodel-checker : display malloc backtrace according...
2012-10-12 navarroOups rename function
2012-10-12 navarroAdd first steps to explain How to add a new model in...
2012-10-12 navarroFirst steps for making a tutorial on How to create...
2012-10-11 Augustin Degommeadd better support for MPI datatypes extent values...
2012-10-11 paul bedarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-11 Arnaud GierschFix compilation warning.
2012-10-11 Arnaud GierschReturn immediately if p==NULL.
2012-10-11 Arnaud GierschNew cmake option "enable_mallocators", useful to disabl...
2012-10-11 Arnaud GierschInclude standard header files after local includes.
2012-10-11 Arnaud GierschDefine _GNU_SOURCE in xbt/misc.h, so that it's defined...
2012-10-11 Marion Guthmullermodel-checker : forget regions corresponding to libsimg...
2012-10-10 Arnaud GierschUse 1/0 instead of false/true (*flag is an int).
2012-10-10 Arnaud GierschInclude is missing when building with tracing=OFF.
2012-10-10 Arnaud GierschAvoid to fail when we cannot read the output of addr2line.
2012-10-10 Arnaud GierschTypo.
2012-10-10 Marion Guthmullerfunction check_fraghead to detect mmalloc metadata...
2012-10-10 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-10 Arnaud GierschAn empty body for this if statement looks wrong.
2012-10-10 Arnaud GierschRemove unused function.
2012-10-10 Arnaud GierschDeclare static functions in c file.
2012-10-10 Arnaud GierschRemove needless declaration of static function.
2012-10-10 Arnaud GierschReorder includes.
2012-10-09 Augustin Degommeforgot to handle MPI_ANY_SOURCE as a valid source,...
2012-10-09 Martin Quinsonimprove a comment
2012-10-09 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-09 Marion Guthmullerset size to -1 for free fragments in new fragmented...
2012-10-09 Marion Guthmullerset value -1 in unsigned short cannot work fine ...
2012-10-08 Marion Guthmullerset size_used negative for free fragment/block
2012-10-08 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-08 jean-noel quintin[smpi] correction bug for detached comm
2012-10-08 Marion GuthmullerUNLOCK forgotten before THROWF
2012-10-08 Marion Guthmullercheck if free on fragment already free
2012-10-08 Martin QuinsonBug fix in mrealloc where the previous content could...
next