Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add proper error checking.
[simgrid.git] / src /
2014-03-17 Arnaud GierschCache the size of a memory page for the current system.
2014-03-13 Arnaud GierschFactorize valgrind stuff.
2014-03-13 Arnaud GierschAlign stack on a 16 bytes boundary in raw_makecontext.
2014-03-13 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-13 Pierre VeyreImplement a disk attachment check and add a tesh test...
2014-03-13 Arnaud GierschFix parameters given to MC_new_stack_area.
2014-03-13 Arnaud GierschAlso remove forward declaration for removed function.
2014-03-13 Arnaud GierschRemove useless function: smx_ctx_sysv_create_context_sized
2014-03-12 Arnaud GierschFactorize stack creation.
2014-03-12 Arnaud GierschNo need to duplicate default value.
2014-03-12 Arnaud GierschStack size is expressed in KiB. Keep the same unit...
2014-03-12 Augustin DegommeChange default stack size in simgrid to 8MiB.
2014-03-11 Arnaud GierschCheck for null pointer.
2014-03-11 Arnaud GierschCheck that table[0].name is defined.
2014-03-11 Arnaud GierschFix dereference of a null pointer.
2014-03-11 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-11 Pierre VeyreFix __SD_storage_create() bug
2014-03-11 Pierre VeyreManage storage user data at msg level
2014-03-11 Arnaud GierschCheck if process was suspended while it was sleeping.
2014-03-11 Arnaud GierschAdd some debug messages.
2014-03-10 Arnaud GierschComment unused field when !HAVE_MC.
2014-03-10 Arnaud GierschRemove function SIMIX_process_create_with_parent.
2014-03-10 Arnaud GierschMaestro can't be it's own parent. Use -1 for its PPID.
2014-03-10 Pierre VeyreMSG_storages_as_dynar() bug fix
2014-03-10 Pierre VeyreAdd SD_storage_get_host() and MSG_storage_get_host()
2014-03-10 Pierre VeyreFix comments
2014-03-10 Pierre VeyreMSG_host_get_attached_storage_list and SD_workstation_g...
2014-03-08 Arnaud GierschFree all fields for file.
2014-03-08 Arnaud GierschKey may be part of obj, remove it at the last.
2014-03-08 Arnaud GierschFree file_lib on exit.
2014-03-08 Arnaud GierschFix doxygen warnings.
2014-03-08 Arnaud GierschCosmetics.
2014-03-08 Martin Quinsonkill an unused private field
2014-03-08 Martin Quinsonkill some unused static functions
2014-03-08 Martin QuinsonCosmetics: add some break statement at the end of switc...
2014-03-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-03-07 Arnaud GierschDie immediately with an explicit message when MPI_Init...
2014-03-07 Paul BédarideFix revert smx_process.c sleep modification
2014-03-07 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-07 Pierre VeyreAdd "attach" attribute to storage tag in platform descr...
2014-03-07 Paul BédarideAdd msg process test and fix ppid of created processes
2014-03-06 Pierre VeyreMsg_file refactoring
2014-03-06 Arnaud GierschSIMIX_process_create returns nothing.
2014-03-06 Arnaud GierschUse sensible values for arities of config elements.
2014-03-06 Marion Guthmullermodel-checker : minor fix
2014-03-06 Arnaud GierschFix build with -Denable_jedule=ON.
2014-03-05 Paul BédarideAdd msg host on/off test
2014-03-05 Arnaud GierschComment unused parameter.
2014-03-05 Arnaud GierschFix another null dereference.
2014-03-05 Arnaud GierschFix test bogus-missing-gateway.
2014-03-05 Arnaud GierschAvoid to dereference null pointers.
2014-03-05 Arnaud GierschCheck if p_routingTable is null in AsFull::~AsFull.
2014-03-05 Arnaud GierschDon't dereference null pointer.
2014-02-28 Martin Quinsonobvious typo
2014-02-27 Augustin DegommeDon't change the address of the buffer of the MPI_Reque...
2014-02-27 Augustin DegommeChange the way persistent MPI_Request are handled after...
2014-02-27 Augustin Degommegeneralize behavior of commit 3391e81 to other test...
2014-02-26 Paul BédarideClean surf code
2014-02-25 Augustin DegommePersistent comms may be reused after a wait, do not...
2014-02-21 Arnaud GierschIsolate generation of the NATIVE path for the jar file.
2014-02-21 Pierre VeyreDisk usage computation bug fix
2014-02-21 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-02-21 Pierre VeyreMSG_file_write() bug fix + tesh files improvements
2014-02-21 Paul BédarideClean surf
2014-02-20 Arnaud GierschFix warnings with make simgrid_documentation.
2014-02-20 Paul BédarideAdd SG version and Git version in MANIFEST.MF
2014-02-20 Pierre VeyreFix MSG_storage_get_proporties() bug
2014-02-20 Pierre VeyreMissing commit for introduce model specific properties...
2014-02-20 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-02-20 Pierre VeyreIntroduce model specific properties for storage_type
2014-02-19 Arnaud GierschCleanup.
2014-02-18 Arnaud GierschFix some overflows in msg_vm on 32bits archs.
2014-02-18 Arnaud GierschReindent function.
2014-02-18 Arnaud GierschRemove obsolete comment.
2014-02-18 Arnaud GierschRemove useless length modifier 'l' in %l[efg] for printf.
2014-02-18 Paul BédarideFix doxygen
2014-02-17 Paul Bédaridehost data comeback as property 'data'
2014-02-17 Paul BédarideClean surf cpu cas01
2014-02-14 Augustin Degommeprotect smpi against problems with replay+collectives.
2014-02-13 Arnaud GierschCast enum to int.
2014-02-13 Arnaud GierschRemove old files.
2014-02-13 Augustin Degommeenforce the use of the routing attribute of an AS,...
2014-02-13 Augustin DegommeAllow receives to be posted before send in smpi tracing.
2014-02-13 Paul BédarideFix Remove host data
2014-02-13 Paul BédarideFix simcalls without BODY
2014-02-13 Paul BédarideRemove comm destroy simcall
2014-02-13 Paul BédarideRemove unused include
2014-02-13 Paul BédarideRemove vm set state simcall
2014-02-13 Paul BédarideRemove host data and had JAVA_HOST_LEVEL
2014-02-12 Arnaud GierschUse XBT_INFO only after MSG_init, so that log parameter...
2014-02-12 Paul BédarideFix: missing ifdef
2014-02-12 Paul BédarideFix NS3 and latency bound tracking
2014-02-12 Paul BédarideUnify surf action_cost type
2014-02-12 Paul BédarideClean bound in surf
2014-02-12 Paul BédarideRemove lmm_elem_set_value (Not used)
2014-02-11 Arnaud GierschDon't completely short-circuit these loops!
2014-02-10 Arnaud GierschRevert "Typo."
2014-02-10 Arnaud GierschTypo.
2014-02-10 Arnaud GierschMake a list of WorkstationVM, instead of iterating...
2014-02-10 Arnaud GierschAdd some spaces in help messages.
next