Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2018-04-04 Martin Quinsondocument last change
2018-04-04 degommetry to get rid of warning by defining calls here
2018-04-03 Augustin Degommeprotect against uninitialized/absent smpi
2018-04-03 degommefix tests with timers by properly detecting POSIX_TIMERS
2018-04-03 degommefix dependency issue to prevent problems with make -jx
2018-04-03 degommeavoid undefined NULL
2018-04-03 Arnaud GierschKill unused typedefs from xbt::string.
2018-04-03 Arnaud GierschPlease sonar: use typedefs s_xbt_log_*_t.
2018-04-03 Arnaud GierschKill useless typedef s_xbt_dict_cursor_t.
2018-04-03 Martin Quinsonsensible error messages when ending the daemons result...
2018-04-03 Arnaud GierschRemove useless C linkage.
2018-04-03 Arnaud GierschKill useless typedef tmgr_Trace.
2018-04-03 Arnaud GierschKill useless typedefs const_lmm_element_t and lmm_const...
2018-04-03 Arnaud GierschKill useless typedefs routing_NetPoint and sg_netpoint_t.
2018-04-03 Arnaud GierschPlease sonar: use s_xbt_mheap_t.
2018-04-03 Arnaud GierschKill unused typedef SMPI_Process.
2018-04-03 Arnaud GierschKill useless typedef s_smx_simcall_t.
2018-04-03 Arnaud GierschKill useless typedefs surf_Resource and sg_resource_t.
2018-04-03 Arnaud GierschConstify attribute.
2018-04-03 Arnaud GierschTypo.
2018-04-03 Arnaud GierschFix compilation warning.
2018-04-03 degommetry to handle getopt internal global variable
2018-04-03 Martin Quinsons4u: test what happens when we kill a newborn actor...
2018-04-03 Martin Quinsonfix some issues arising when killing new-born actors...
2018-04-03 Martin Quinsonsonar: make inheritance public
2018-04-03 Martin QuinsonDragonflyZone: do not save the whole ClusterCreationArg...
2018-04-03 Martin Quinsonsnake_case routing
2018-04-02 Martin Quinsonfurther snake_case in routing
2018-04-02 Martin Quinsonsnake_case routing::NetPoint
2018-04-02 Martin Quinsonsnake_case in resource::Resource
2018-04-02 Martin Quinsonconvert getCname to get_cname
2018-04-02 Martin Quinsonfinish snake-casing resource::Model
2018-04-01 Martin Quinsonresource:: extract action_heap into its own class
2018-04-01 Martin Quinsoninline a useless function
2018-04-01 Martin QuinsonCosmetics and snake_casing in Action and Model
2018-03-31 Martin Quinsonmake Model::update_algo a constant field, set at initia...
2018-03-31 Martin Quinsonreindent to please clang
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Augustin Degommefix build ?
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Martin Quinsondeprecate a function to snake_case it
2018-03-31 Martin QuinsonCosmetics in HostImpl
2018-03-31 Arnaud GierschDisable privatization for smpi_replay.
2018-03-31 Arnaud Gierschsmpirun: really disable privatization with -no-privatize.
2018-03-31 Arnaud GierschMove debug message.
2018-03-31 Arnaud GierschDisable privatization when not run through smpi_main().
2018-03-31 Arnaud GierschUse enum class for smpi privatization strategies.
2018-03-31 Arnaud GierschAnother fix in regexp.
2018-03-31 Martin Quinsoncosmetics in cpu_ti
2018-03-31 Martin Quinsonhave the maxmin system create by itself what it needs...
2018-03-31 Martin Quinsonlmm::System: rename some fields, and initialize them...
2018-03-30 Martin QuinsonCpuCas01: set updateAlgo as initializer
2018-03-30 Martin Quinsoncleanup the declaration and handling of the cpu/optim...
2018-03-30 Martin Quinsonconfig::Flag: allow to pass a map of the valid values
2018-03-30 Martin Quinsonreduce the visibility of xbt/config.hpp file to the...
2018-03-30 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-03-30 Martin Quinsoncosmetics
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-30 Gabriel Coronaconfig: fix declareFlag template
2018-03-30 Martin Quinsonchange a fixme into an assert
2018-03-30 Martin Quinsonvarious sonar fixes
2018-03-30 degommefix regexp. again.
2018-03-30 degommefix regexp
2018-03-30 Arnaud GierschMove variable definition in cpp file.
2018-03-30 Arnaud GierschFix comment.
2018-03-30 Arnaud GierschFix memory leak.
2018-03-30 Martin Quinsondon't link_set after link_add to not erase the -shared...
2018-03-30 Martin Quinsonbe verbose when the SMPI_PRETEND_CC trick is activated
2018-03-29 Martin Quinsonsmpicc: don't add -shared when SMPI_PRETEND_CC is on
2018-03-29 degommeadd gnu+11 flags to smpicxx as this seems needed
2018-03-28 Arnaud GierschUse C++ style casts.
2018-03-28 Arnaud GierschIt won't compile without C++ anyway.
2018-03-28 Arnaud GierschVariables are already declared in surf_interface.hpp.
2018-03-28 Arnaud GierschFile surf.hpp is C++ only. Remove SG_BEGIN/END_DECL.
2018-03-28 Arnaud GierschFunction surf_get_clock() is already declared in surf...
2018-03-28 Martin Quinsonprefer this_actor:: to Actor::self()->
2018-03-28 Martin Quinsonbetter approximation of a typed #define
2018-03-28 Martin Quinsonforgot to rename this one
2018-03-28 Christian Heinrich[SMPI] Replay: Fix datatype initialization
2018-03-28 Christian Heinrich[SMPI] Fix branch conditions
2018-03-28 Arnaud GierschCompile and link smpi_replay with smpicxx.
2018-03-28 Arnaud GierschUse standard __func__ instead of __FUNCTION__.
2018-03-28 Arnaud GierschFix format.
2018-03-28 Arnaud Giersch#include <string>
2018-03-28 Arnaud GierschRemove std::move.
2018-03-28 Arnaud GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-03-28 Arnaud GierschKill unused typedef.
2018-03-28 Christian Heinrich[SMPI] Datatype: Make the dt id a std::string
2018-03-28 Christian Heinrich[SMPI] Prohibit execution of negative flops
2018-03-28 Christian Heinrich[SMPI] Rename (recv|send)_sum -> (recv|send)_size_sum
2018-03-28 Christian Heinrich[SMPI] Replay: C++-ify AllToAllV action
2018-03-28 Christian Heinrich[SMPI] Replay: C++-ify reduceScatter action & change...
2018-03-28 Christian Heinrich[SMPI] Replay: C++-ify scatterV action
2018-03-28 Christian Heinrich[SMPI] Replay: C++-ify scatter actions
2018-03-28 Christian Heinrich[SMPI] Replay: C++-ify gatherV and allGatherV actions
2018-03-28 Christian Heinrich[SMPI] Replay: Add name parameter to parser
2018-03-28 Christian Heinrich[SMPI] Replay: C++-ify (all)gather action
2018-03-28 Christian Heinrich[SMPI] Replay: C++-ify AllReduce & AllToAll actions
2018-03-28 Christian Heinrich[SMPI] Replay: C++-ify (All)Reduce Action
2018-03-28 Christian Heinrich[SMPI] Replay: Use correct buffer (recvbuffer)
next