Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2017-05-01 Martin QuinsonFix java builds
2017-05-01 Martin Quinsonfix make dist
2017-04-30 Martin Quinsonuppercase the s4u header files (+cleanups)
2017-04-30 Martin Quinsonkill dead code
2017-04-30 Martin Quinsonreduce the amount of static_cast in smx_network
2017-04-29 Martin Quinsonfix some doxygen errors
2017-04-29 Martin QuinsonHide a gcc attribute that drives doxygen nuts
2017-04-29 Martin Quinsondoc improvements: mainly intro of platf and deployment
2017-04-28 Martin Quinsoncommit the script I use to compile simgrid
2017-04-27 Martin Quinsonimprove a tiny bit the doc introduction
2017-04-26 Martin QuinsonStrengthen the memory ordering order on that refcountin...
2017-04-26 Martin Quinsoncomment++ on that code that I barely understand but...
2017-04-24 Martin Quinsonsort logically the fields of ActorImpl
2017-04-24 Martin Quinsonintroduce type aid_t for Actor's ID (ie, PID)
2017-04-24 Frederic Suterone xbt_lib less in storage
2017-04-24 Frederic Sutersimplify way files are handled by MSG
2017-04-24 Martin Quinsontry to use more standard, less obscure synchro for...
2017-04-24 Frederic Suterxbt_strbuff to std::string in cpp files
2017-04-24 Martin QuinsonNew function xbt_replay_action_get(): Retrieve the...
2017-04-24 Martin Quinsonfix my late sunday commit
2017-04-23 Martin Quinsonreduce the verbosity of that message
2017-04-22 Martin Quinson32bits I hate you.
2017-04-22 Martin Quinsondamn 32bits
2017-04-22 Martin Quinsontry to avoid that others fall into the trap where I...
2017-04-21 Martin Quinsoncheck that the sendfile worked correctly or die verbose...
2017-04-21 Martin Quinsoninline a function (to please sonar)
2017-04-20 Martin Quinsonmore informative msg when the dlopen of mmap priv fails
2017-04-20 Martin Quinsonplease sonar a tiny bit
2017-04-20 Martin Quinsondon't suppose anythin on privatization when threads...
2017-04-20 Martin Quinsonfix a broken condition in the tests
2017-04-20 Martin Quinsondlopen: give one fdin per thread to avoid stupid races...
2017-04-20 Martin Quinsondocument the dlopen thing in the changelog
2017-04-20 Martin QuinsonI cannot even use xbt_die correctly anymore, bummer
2017-04-20 Martin QuinsonEven more informative error messages when dlopen fails
2017-04-20 Martin Quinsonbe more verbose when dlopen fails
2017-04-20 degommetypo --
2017-04-20 Martin Quinsonmissed these spots while renaming an option
2017-04-20 Martin Quinsontest dlopen privatization too
2017-04-20 Martin Quinsonfix the dlopen privatization (fix #157)
2017-04-20 Martin Quinsonrename option smpi/privatize-global-variables to smpi...
2017-04-20 degommefix typos in cmake, preventing include paths from being...
2017-04-19 Martin Quinsonimprove the documentation of smpi/privatize-global...
2017-04-18 Martin Quinsonplease sonar a tiny bit
2017-04-17 Martin QuinsonSMPI cleanups: rename a symbol and remove unused parameters
2017-04-17 Martin Quinsonignore newly activated mpich tests
2017-04-17 Martin Quinsonsmall sonar-inspired cleanups
2017-04-16 Martin Quinsonplease sonar and cosmetics
2017-04-16 Martin Quinsonmake the mpich3 tests compile with the warnings on...
2017-04-15 Martin Quinsonplease sonar: kill unused parameters
2017-04-15 Martin Quinsonfix the copyright date on these files
2017-04-15 Tom CornebizeReduce the size of partial shared malloc tests.
2017-04-14 Martin Quinsondamn, there is more of these nasty %lx around there
2017-04-14 Martin Quinsontry to fix 32bits builds
2017-04-14 Augustin Degommefix 32 bits builds ... probably
2017-04-14 Augustin Degommefix dist
2017-04-14 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-04-14 Martin Quinsonthis static function is now useless
2017-04-14 Martin Quinsoncosmetics
2017-04-14 Martin QuinsonMerge pull request #156 from simgrid/munmap_size
2017-04-14 Tom CornebizeCall munmap with the size in smpi_shared_free.
2017-04-14 degommePatch up smpi process creation ...
2017-04-13 Martin QuinsonMerge pull request #154 from simgrid/partial_shared_malloc
2017-04-13 degommeseems needed here.
2017-04-13 Martin QuinsonPortability fun with FreeBSD
2017-04-13 Martin Quinsonportable implementation of sendfile
2017-04-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-04-12 Martin Quinsondl_open priv: manually copy the file w/o using cp
2017-04-12 Martin Quinsonmake smpirun use SMPI_init to unify call paths
2017-04-12 Martin Quinsonuse surf init/fini callbacks, no need for TRACE ones
2017-04-12 Tom CornebizeFix tesh tests.
2017-04-12 Martin QuinsonIncrease a timeout to help TSan converging
2017-04-12 Tom CornebizeRemove useless code.
2017-04-12 Tom CornebizeMerge branch 'master' into partial_shared_malloc
2017-04-12 Christian Heinrich[SMPI] Updated the SmpiHost class
2017-04-12 Christian Heinrich[SMPI] Use SmpiHost::orecv().
2017-04-12 Christian Heinrich[SMPI] Added SmpiHost.cpp and .hpp
2017-04-12 Martin Quinsonhttp://abstrusegoose.com/432
2017-04-12 Martin QuinsonMC: further snapshot comparison simplifications
2017-04-12 Martin QuinsonThis is a for loop
2017-04-12 Martin QuinsonMC: snapshot comparison simplification
2017-04-12 Frederic Suterfix inconsistencies between smpi_replay and instr_TI_tr...
2017-04-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-12 Martin QuinsonSMPI: simplify process creation
2017-04-12 Martin QuinsonSMPI: simplifies the process destruction
2017-04-12 Martin Quinsonregenerate the smpi_location thingy
2017-04-12 Martin Quinsonignore the newly created test files
2017-04-11 degommeAvoid trailing whitespaces when dl not found
2017-04-11 degommeOoooops ²
2017-04-11 degommeFix .. something ?
2017-04-11 degommefix mc build
2017-04-11 degommeooooops
2017-04-11 degommefix smpi tests
2017-04-11 degommeYet another dlopen merge
2017-04-11 Martin Quinsonkill useless code
2017-04-11 Martin Quinsonsimplify SMPI process creation a tiny bit
2017-04-11 Martin Quinsontry to cleanup how MPI process are created. First act.
2017-04-11 Martin Quinsontravis: activate optimizations, since the tests are...
2017-04-11 Tom CornebizeRemove warnings.
2017-04-11 Martin Quinsonplease sonar by killing useless parameters and cleanups
2017-04-11 Martin Quinsontypos
next