Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add/update copyright notices.
[simgrid.git] / src /
2014-02-05 Arnaud GierschAdd/update copyright notices.
2014-02-04 Augustin Degommeallow replay to handle -1 as a value for the size of...
2014-02-04 Augustin Degommeavoid changing smpi process index to handle finalizatio...
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 Paul BédarideAdd RoutingEdge wrapper to manage vm not destroy
2014-01-30 Arnaud GierschReintroduce MC stuff lost by commit 11af893.
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 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 GierschCorrect parameter name in doc.
2014-01-30 Paul BédarideAdd checking for simcalls
2014-01-29 Paul BédarideSimcalls generated by python script
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 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-23 Arnaud Giersch--leak
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 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 GierschRemove obsolete files.
2014-01-21 Arnaud Gierschsmpi_global_size() is needed even when !SMPI_F2C.
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 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édarideRemove forgoten def
2014-01-15 Paul BédarideEnergy is now a plugin
2014-01-14 Augustin DegommeOnly initialize comm_self when it is used (saves a...
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 suterrespect the wishes of the blamee ;)
2014-01-07 suterenglish orrection
2013-12-19 Paul BédarideFix a bug
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
2013-12-18 Takahiro HirofuchiRevert "prevent using garbage in data field"
2013-12-18 Takahiro HirofuchiKeep the capping setting of a VM after migration.
2013-12-12 Augustin Degommeforgot some functions in last commit ...
2013-12-12 Augustin Degommeok.. let's make all in surf.h xbt_public
2013-12-12 Augustin Degommefix win build (missing xbt_public)
2013-12-12 Augustin Degommeremove double implementation
2013-12-12 Augustin Degommeput back some data necessary for win build
2013-12-12 Paul BédarideClean surf interface
2013-12-10 Arnaud GierschFix segfault at end of simulation.
2013-12-10 Arnaud GierschFix build with MSG_USE_DEPRECATED.
2013-12-06 Arnaud GierschCosmetics: fix spacing.
2013-12-05 Arnaud GierschParse contents *after* having set other fields (particu...
2013-12-05 Arnaud GierschThis is already called by the constructor of the base...
2013-12-05 Arnaud GierschDelete temporary strings.
2013-12-05 Arnaud GierschFields already initialized by constructor of the base...
2013-12-05 Arnaud GierschField already exists in StorageModel.
2013-12-05 Arnaud GierschThis is already destroyed by Storage::~Storage.
2013-12-05 Arnaud GierschRemove unused methods.
2013-12-05 Arnaud GierschMake prototype match overloaded function from class...
2013-12-05 Arnaud GierschComment unused parameter.
2013-12-05 Arnaud GierschComment unused functions.
2013-12-05 Arnaud GierschFix initialization order.
2013-12-05 Arnaud GierschRemove useless information from debug message.
2013-12-05 Arnaud GierschInitialize variables.
2013-12-05 Arnaud GierschUse SG_{BEGIN,END}_DECL() for what it's designed to...
2013-12-05 Arnaud GierschIn XBT_LOG_NEW_SUBCATEGORY_helper, protect function...
2013-12-05 Paul BédarideRestructure surf++ workstation vmworkstation
2013-12-03 Arnaud GierschThese defines are useless.
2013-12-03 Paul BédarideRestructure surf++ storage
2013-11-29 Paul BédarideFix network_interface bug
2013-11-29 Paul BédarideAdd missing files (again)
2013-11-29 Paul BédarideRestructure surf++ cpu and network
2013-11-29 Pierre VeyreFix WorkstationCLM03::fileSeek return type
2013-11-29 Pierre VeyreAdd MSG_file_seek function
2013-11-29 Pierre VeyreAdd MSG_file_tell function and prepare MSG_file_seek
2013-11-29 Pierre VeyreFix MSG_file_write bug
2013-11-29 sutercategory will be strduped in surf.cpp: Action::setCateg...
2013-11-28 Paul BédarideFix memleak
2013-11-28 suterno need to protect surf_mins by ifdef, allocated whatev...
next