Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2014-02-04 Augustin Degommeensure processes are still alive before altering their...
2014-02-04 Paul BédarideFix cpu issues with VMs
2014-01-31 Arnaud GierschAlso remove include/simgrid.h on make uninstall.
2014-01-31 Martin Quinsonfix copyright template
2014-01-31 Paul BédarideAdd simple vm tesh
2014-01-31 Paul BédarideAdd c and tesh files for the new test
2014-01-31 Paul BédarideAdd RoutingEdge wrapper to manage vm not destroy
2014-01-31 Arnaud GierschThe Debian package is actually libsimgrid-dev.
2014-01-31 Arnaud GierschFix warning about "min" and "max" being redefined in...
2014-01-31 Arnaud GierschSlightly improve FindF2c.cmake.
2014-01-30 Arnaud GierschReintroduce MC stuff lost by commit 11af893.
2014-01-30 Arnaud GierschOnly install smpi scripts when support is available.
2014-01-30 Arnaud GierschRemove duplicated code.
2014-01-30 Augustin DegommeI hate tests in shell.
2014-01-30 Augustin Degommeadd link + fix doc
2014-01-30 Augustin Degommeadd an error message in smpirun to point user to the...
2014-01-30 Augustin DegommeAdd link to doc in warning message
2014-01-30 Arnaud GierschFix smpi examples after previous change.
2014-01-30 Arnaud GierschInform the user that smpi/running_power has to be set...
2014-01-30 Arnaud GierschDefine sg_cfg_is_default_value().
2014-01-30 Arnaud GierschAdd template for copyright header.
2014-01-30 Arnaud GierschMake example java/cloud/migration build, and add dummy...
2014-01-30 Arnaud GierschAdd simcalls.{in,py} to EXTRA_DIST.
2014-01-30 Arnaud GierschExclude simcalls_generated_case.c for Doxygen.
2014-01-30 Arnaud GierschCorrect parameter name in doc.
2014-01-30 Arnaud GierschRemove useless files.
2014-01-30 Paul BédarideAdd checking for simcalls
2014-01-29 Paul BédarideAdd missing files in DefinePackage
2014-01-29 Paul BédarideSimcalls generated by python script
2014-01-29 alebreadd migration-test adrien
2014-01-28 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-01-27 Arnaud GierschAlways initialize p_power.event.
2014-01-27 Arnaud GierschDon't build mmalloc when !HAVE_THREAD_LOCAL_STORAGE.
2014-01-27 Arnaud GierschThis test really look wrong. Fix it.
2014-01-27 Arnaud GierschCosmetics.
2014-01-27 Arnaud GierschPrint value for HAVE_THREAD_LOCAL_STORAGE.
2014-01-27 Arnaud GierschDon't include mc_private.h when \!HAVE_MC.
2014-01-24 Paul BédarideAdd Linear MaxMin documentation
2014-01-24 Augustin Degommeleak--; dynar abuse--;
2014-01-24 Augustin Degommehave smp-aware algorithms use number of cores on the...
2014-01-24 Augustin Degommeallow handling of host:nb_processes structure for mpi...
2014-01-24 Arnaud GierschRework smpi-compute tests, and hope to make them reprod...
2014-01-23 Arnaud Giersch--leak
2014-01-23 Arnaud GierschFix warning about unused dummy argument.
2014-01-23 Arnaud GierschAvoid to build unused tests and save up to 25% on build...
2014-01-23 Arnaud GierschTypos.
2014-01-23 Arnaud GierschFree exception, and fix warnings about variables possib...
2014-01-23 Arnaud GierschFix doxygen warnings.
2014-01-22 Arnaud GierschFix initialization order again.
2014-01-22 Arnaud GierschAnother fix for format string.
2014-01-22 Arnaud GierschConnect another new log category.
2014-01-22 Paul BédarideAdd more callbacks
2014-01-22 Augustin Degommeprotect (hopefully) collective communication algorithms...
2014-01-22 Augustin Degommelong => int, and other corrections
2014-01-22 Augustin Degommeupdate tesh
2014-01-22 Augustin Degommeadd an example of a torus cluster in flatifier
2014-01-22 Augustin Degommechange log level for a message
2014-01-22 Augustin DegommeMerge branch 'torus'
2014-01-22 Augustin Degommedtd update for new cluster routing options
2014-01-22 Augustin Degommemake cluster routing a bit more flexible, to allow...
2014-01-22 Arnaud GierschConnect new log category.
2014-01-22 Arnaud GierschFile is expected to be missing from the archive.
2014-01-22 Arnaud GierschRemove obsolete files.
2014-01-21 Arnaud Gierschsmpi_global_size() is needed even when !SMPI_F2C.
2014-01-21 Arnaud GierschFix warnings about unused variables.
2014-01-21 Arnaud GierschMake initialization order match declaration order.
2014-01-21 Arnaud GierschComment unused variables and parameters.
2014-01-21 Arnaud GierschUse struct here to keep compatibility with C files.
2014-01-21 Arnaud GierschFix format string.
2014-01-21 Arnaud GierschEnable mpich3 tests with sysV and raw contexts.
2014-01-21 Arnaud GierschPrivatize global variables in mpich3 tests.
2014-01-21 Arnaud GierschGlobal variables should be initialized to zero.
2014-01-21 Arnaud Gierschsmpi_cocci.h: make functions static.
2014-01-21 Arnaud GierschMove declaration for smpi_global_size().
2014-01-21 Paul BédarideSURF Documentation
2014-01-20 Augustin Degommeadd handling of the torus topology inside clusters
2014-01-20 Arnaud GierschFix build when an older version of simgrid is already...
2014-01-17 Augustin Degommeupdate dtd to add torus_dimensions tag to clusters
2014-01-16 Arnaud GierschWorkaround hang at cleanup.
2014-01-15 Paul BédarideAdd missing includes
2014-01-15 Paul BédarideRemove forgoten def
2014-01-15 Paul BédarideAdd missing file FindLibSigc++
2014-01-15 Paul BédarideEnergy is now a plugin
2014-01-14 Martin Quinsonadd a public header giving access to all of our APIs...
2014-01-14 Augustin DegommeOnly initialize comm_self when it is used (saves a...
2014-01-13 Augustin Degommecoverage + modelchecker were behaving very badly (timeo...
2014-01-13 Augustin Degommefix dist build
2014-01-13 Augustin Degommeavoid compiling too many times mtest files from mpich...
2014-01-09 Paul BédarideMemleaks fixes on VM
2014-01-08 Martin QuinsonI meant to paraphrase the expression 'give me liberty...
2014-01-07 Arnaud GierschAdd -std=gnu99 to compile flags.
2014-01-07 suterrespect the wishes of the blamee ;)
2014-01-07 suterenglish orrection
2013-12-19 Paul BédarideFix a bug
2013-12-19 Paul BédarideAdd doc to new tool
2013-12-19 Paul BédarideAdd normalizing pointers addresses tool
2013-12-19 Paul BédarideFix
2013-12-19 Paul BédarideRemove all dynamic casts
2013-12-19 Paul BédarideMerge lmm into base to avoid diamond inheritance
2013-12-19 Paul BédarideReplace swag by boost::intrusive::list in surf
next