Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Declare one variable per statement.
[simgrid.git] / src /
2018-03-23 Arnaud GierschDeclare one variable per statement.
2018-03-23 Arnaud GierschRemove unused typedef.
2018-03-23 Frederic Suteroops
2018-03-23 Frederic Suterthis has been bugging me for a while
2018-03-23 Frederic Sutermore legacy MSG for processes/actors
2018-03-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-23 Augustin Degommebuild a mpi.mod file
2018-03-23 Frederic Sutermake tracing less tightly coupled to MSG
2018-03-22 Martin Quinsonsmpiff: proper handling of non-f77 source files
2018-03-22 Martin Quinsonsmpiff: compile f90 code if asked to
2018-03-22 Martin Quinsonreduce the undue differences between smpiff and smpif90
2018-03-22 Arnaud GierschLast but one parameter should be null here.
2018-03-22 Arnaud GierschMSG_task_isend_internal: remove unused parameters match...
2018-03-22 Arnaud GierschKill features marked deprecated until v3.20.
2018-03-22 Martin Quinsonmore MSG aliases converted to really dumb functions
2018-03-22 degommeHave fortran SMPI compilers output in current folder...
2018-03-22 Martin Quinsonold school legacy wrappers for MSG
2018-03-22 Frederic SuterMSG aliasing instead of macro-ization to keep ABI safe
2018-03-21 Martin QuinsonFix non-smpi builds on Mac OSX
2018-03-21 Martin Quinsontry to compile when SMPI is compiled out
2018-03-20 Martin Quinsonold clang compiler seem to need that include
2018-03-20 Frederic Suterdo not include msg from s4u and surf
2018-03-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-20 Martin Quinsonremove the last include of private header from installe...
2018-03-20 Martin Quinsondo not load a private header from s/k/resource/ headers
2018-03-20 Martin Quinsonmove an internal header out of the public directory
2018-03-20 Frederic Suterstart to split msg.h into pieces
2018-03-20 Frederic SuterMove last functions in msg_host.cpp to the S4U C interface
2018-03-20 Frederic Sutera bit of simplification
2018-03-20 Frederic Sutermove netzone C API to the right place
2018-03-19 Martin QuinsonMerge C++ API into simgrid/plugins/file_system.h to...
2018-03-19 Martin Quinsonstop loading private headers from now public NetZoneImp...
2018-03-19 Martin Quinsonmake NetZoneImpl public too
2018-03-19 Arnaud GierschUse an ActorPtr as parameter to smpi_switch_data_segemnt.
2018-03-19 Arnaud GierschUse src_proc/dst_proc to switch data segment.
2018-03-16 Arnaud GierschMC: add icc libs to filtered_libraries.
2018-03-16 Arnaud GierschAdd explicit cast for negative to unsigned conversion.
2018-03-16 degommeshorten and fix message
2018-03-16 degommeno need for \n here
2018-03-16 degommeSMPI - fail when unimplemented MPI calls are used.
2018-03-15 Arnaud GierschUse alternate spelling.
2018-03-15 degommemove resized to its own method
2018-03-15 degommeSMPI : Implementation of MPI_Type_create_subarray
2018-03-15 degommetypo --
2018-03-15 Arnaud GierschNo need to switch data segment when process is finished.
2018-03-15 Arnaud GierschSlightly move debug message.
2018-03-15 Christian Heinrich[SMPI] Fix mmap bug
2018-03-14 Martin Quinsonlet smpif90 work even with -c without -o
2018-03-14 Arnaud Gierschsmpirun: obey to SMPI_PRIVATIZATION environment variable.
2018-03-14 Martin QuinsonInstall some kernel header files for the users' plugins...
2018-03-13 Martin Quinsonpublic headers should include simgrid in a system-wide...
2018-03-13 Martin Quinsoncosmetics in comments
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 degommeeven better handling ...
2018-03-13 degommebetter handling of sendrecv when MPI_PROC_NULL is eithe...
2018-03-13 Arnaud GierschRemove parameter from XBT_EXPORT_NO_IMPORT/XBT_IMPORT_N...
2018-03-13 Arnaud GierschDefine XBT_PUBLIC_DATA without parameter too.
2018-03-13 Arnaud GierschReplace "XBT_PUBLIC_CLASS" with "class XBT_PUBLIC".
2018-03-13 Arnaud GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
2018-03-13 Arnaud GierschRemove obsolete copyright notices.
2018-03-13 Arnaud GierschDon't leave field uninitialized.
2018-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-13 Augustin Degommelaste batch tonight
2018-03-13 Augustin Degommemore bad fixes
2018-03-13 Augustin Degommetry to stabilize gcc with previous fixes
2018-03-13 Augustin Degommeintel compilers detected some mistakes
2018-03-13 Augustin Degommeprovide implementations for virtual method in subclasses
2018-03-13 Martin Quinsonfix java builds after recent API change
2018-03-12 Martin QuinsonRemove feature: reset PID on killall()
2018-03-12 Martin Quinsonallow one actor to kill another actor by PID
2018-03-12 Martin QuinsonReduce the scope of a variable to please codacy
2018-03-12 Martin Quinsonkill an unused internal function
2018-03-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-12 Frederic SuterMove the list of storages to the engine
2018-03-12 Arnaud GierschMake field private.
2018-03-12 Martin QuinsonRevert "disable dlopen when under sanitizers"
2018-03-12 Martin Quinsondisable dlopen when under sanitizers
2018-03-12 Martin Quinsonsmpi/privatization is not the concern of smx_context
2018-03-11 Arnaud GierschFix spurious const_cast.
2018-03-11 Martin Quinsonalso change the namespace of kernel/resource/{Action...
2018-03-11 Martin Quinsonfurther split the kernel/resource module in separate...
2018-03-11 Martin Quinsonmove files in k/resources/ accordingly to their namespace
2018-03-11 Martin Quinsonrename simgrid::kernel::model into simgrid::kernel...
2018-03-10 Martin Quinsonconsistency between Action::ActionLmmList and Action...
2018-03-10 Martin Quinsoncosmetics: rename some fields and methods in surf:...
2018-03-10 Martin Quinsonmove the definition of resource's Metric as an inner...
2018-03-10 Martin QuinsonCut k/m/Resource.[ch] to its own files
2018-03-10 Martin Quinsonchange simgrid::surf::Resource into simgrid::kernel...
2018-03-10 Martin Quinsonkill some internal C type aliases
2018-03-10 Martin Quinsonforbid an incomplete and unused constructor
2018-03-10 Martin Quinsonkill the useless simgrid::surf::surfExitCallbacks callback
2018-03-10 Martin Quinsonuse an enum class for surf::Action type
2018-03-10 Martin Quinsonallow external models (eg, FMI) to also provide events
2018-03-09 Martin Quinsoncosmetics: rename a function, deprecate old name
2018-03-09 Martin QuinsonAlso simplify the API of Engine::getLinkList
2018-03-09 Martin Quinsonprovide a simpler API of Engine::getHostList (returning...
2018-03-09 Martin Quinsonstop using sg_host_list() from C++, and improve its...
2018-03-08 Arnaud GierschRevert "Use C11's atomic_flag."
2018-03-08 Arnaud GierschUse XBT_PUBLIC_CLASS (for mingw).
2018-03-08 Arnaud GierschBreak nested condinationalsi (sonar).
next