Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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-13 Arnaud GierschUse these simple smpi tests to test all context factories.
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 Arnaud GierschFree allocated string.
2014-03-12 Augustin Degommeadd mpich3 topo tests
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 GierschSplit another xml file (memory leaks in the parser).
2014-03-11 Arnaud GierschSlight reindent.
2014-03-11 Arnaud GierschFix wrong timings in msg/process.tesh.
2014-03-11 Arnaud GierschCheck if process was suspended while it was sleeping.
2014-03-11 Arnaud GierschAdd some debug messages.
2014-03-11 Arnaud GierschAdd more tests in msg-suspend.
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 Gabriel Corona[mc] Pass arguments everywhere in the state comparator...
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-10 Gabriel Corona[mc] Remove useless code in MC_unwind_stack_frame
2014-03-10 Gabriel Corona[mc] DW_OP_deref
2014-03-08 Arnaud GierschFilename is not valid anymore after MSG_file_close.
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 Quinsonignore more generated files
2014-03-08 Martin QuinsonCosmetics: add some break statement at the end of switc...
2014-03-08 Martin Quinsonsignals are signed ints (we were comparing unsigned...
2014-03-08 Martin Quinsonplease ctest, tell me what's wrong with you
2014-03-08 Martin Quinsonkill an unused variable
2014-03-08 Martin Quinsondisable the same warnings in C++ than in C
2014-03-08 Martin Quinsonalso die on warning in C++
2014-03-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-03-08 Martin Quinsonmy setup of eclipse
2014-03-07 Arnaud GierschDie immediately with an explicit message when MPI_Init...
2014-03-07 Gabriel Corona[mc] Remove old code (mc_location_t)
2014-03-07 Gabriel Corona[mc] Use new expression evaluation code frame_base
2014-03-07 Paul BédarideFix revert smx_process.c sleep modification
2014-03-07 Paul BédarideFix cluster hostnames in documentation
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 Gabriel Corona[mc] Implement DW_OP_call_frame_cfa using libunwind
2014-03-07 Paul BédarideAdd msg process test and fix ppid of created processes
2014-03-07 Gabriel Corona[mc] Use new DWARF expression code for variables
2014-03-06 Pierre VeyreMsg_file refactoring
2014-03-06 Arnaud GierschSIMIX_process_create returns nothing.
2014-03-06 Gabriel Corona[mc] Partial implementation of DWARF expression evaluator
2014-03-06 Arnaud GierschUse sensible values for arities of config elements.
2014-03-06 Marion Guthmullermodel-checker : minor fix
2014-03-06 Gabriel CoronaMerge branch 'mc' into mc++
2014-03-06 Gabriel Corona[mc] Fix bug when trying to handle DW_OP_regN in MC_dwa...
2014-03-06 Gabriel Corona[mc] Support DWARF4 DW_FORM_sec_offset (found in libpth...
2014-03-06 Arnaud GierschCorrectly destroy tasks.
2014-03-06 Arnaud GierschDisplay proper execution status.
2014-03-06 Arnaud GierschWait for isends, and destroy comms.
2014-03-06 Arnaud GierschDestroy tasks if sending has failed.
2014-03-06 Arnaud GierschVariable "duration" is never used. Remove it.
2014-03-06 Arnaud GierschRemove unused variables.
2014-03-06 Arnaud GierschSplit xml files to avoid memory leaks in the parser.
2014-03-06 Arnaud GierschTypos.
2014-03-06 Arnaud GierschReset task before each receive.
2014-03-06 Arnaud GierschFix file names: they were exchanged.
2014-03-06 Arnaud GierschFix build with -Denable_jedule=ON.
2014-03-05 Paul BédarideAdd msg task destroy cancel test
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 GierschAdd test for missing dst gateway too.
2014-03-05 Arnaud GierschDon't dereference null pointer.
2014-03-03 Gabriel Corona[mc] Add support for DW_TAG_unspecified_type (nullptr_t...
2014-03-03 Gabriel Corona[mc] Bring back old code for MPI_Finalize (disabled)
2014-02-28 Martin Quinsonfix the dist target
2014-02-28 Martin Quinsonadd a test reproducing the issue experienced by Luke...
2014-02-28 Martin QuinsonRename a test to clearly show that it should properly...
2014-02-28 Martin Quinsonhide some new advanced variables in CMake
2014-02-28 Martin Quinsonignore some more example binaries
2014-02-28 Martin Quinsonobvious typo
2014-02-28 Gabriel CoronaMerge branch 'mc++' into mc-merge
2014-02-28 Gabriel Corona[mc] Fix broken tests with surf++ (because simcall...
2014-02-28 Gabriel Corona[mc] Log some information for the prefiltering phase...
next