Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2014-02-18 Paul BédarideFix msg-cloud-simple-vm tesh
2014-02-18 alebreFix java example (still something weird related to...
2014-02-18 Gabriel Corona[mc] Avoid parsing /proc/self/maps if possible (continued)
2014-02-18 Gabriel Corona[mc] Fix get_object_info
2014-02-18 Paul BédarideFix doxygen
2014-02-17 Paul Bédaridehost data comeback as property 'data'
2014-02-17 Gabriel Corona[mc] Avoid parsing /proc/self/maps if possible
2014-02-17 Paul BédarideAdd doc for new models and simcall
2014-02-17 Paul BédarideClean surf cpu cas01
2014-02-14 Augustin Degommeprotect smpi against problems with replay+collectives.
2014-02-14 Gabriel Corona[mc] Doxygen mc_dpor.c (and some mc_liveness.c)
2014-02-14 Gabriel Corona[mc] Disable MC_DEBUG (enabled by mistake)
2014-02-14 Arnaud GierschTypo: it's --log with two dashes.
2014-02-14 Arnaud GierschSort output on 1st char to distinguish kernel output...
2014-02-14 Arnaud GierschPrint messages on stderr so that they're correctly...
2014-02-13 Arnaud GierschExample was removed.
2014-02-13 Arnaud GierschCast enum to int.
2014-02-13 Arnaud GierschRemove old files.
2014-02-13 Arnaud GierschUse host's RngStream, instead of creating another one.
2014-02-13 Arnaud GierschFix random lookup in chord example.
2014-02-13 Arnaud GierschFix parallel tests for chord.
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-13 Paul BédarideRemove masterslave virtual machine old example
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 Gabriel Corona[mc] Make usage of state hash a runtime parameter ...
2014-02-11 Gabriel Corona[mc] Code for evaluation of the impact of the hash
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.
2014-02-10 Arnaud GierschFactorize repetitive code.
2014-02-10 Arnaud GierschFix help message for vm_workstation/model.
2014-02-10 Arnaud GierschSupernovae mode was deprecated. It is currently broken...
2014-02-10 Augustin DegommeReplace SMPI finalization by a barrier with synchronize...
2014-02-10 Gabriel Corona[mc] Cache stack unwindinwg
2014-02-10 Gabriel Corona[mc] Fix broken type lookup code
2014-02-10 Gabriel CoronaMerge branch 'mc' into mc-perf
2014-02-10 Gabriel Corona[mc] Remove useless code (get SP register)
2014-02-10 Gabriel Corona[mc] Use optimized local implementation of libuwind...
2014-02-10 Gabriel Corona[mc] Restore old behaviour when comparing pointers...
2014-02-08 Arnaud GierschThese release goals are nearly achieved.
2014-02-08 Arnaud GierschFree surf_energy on exit.
2014-02-08 Arnaud GierschAdd callbacks for surf_exit.
2014-02-08 Arnaud Gierschjava-cloud-migration: destroy VMs at the end of the...
2014-02-08 Arnaud GierschGo ahead for cleanup, even if process was suspended.
2014-02-08 Arnaud GierschDon't hide type real type, smx_process_t, behind a...
2014-02-08 Arnaud GierschSlightly improve debug messages.
2014-02-08 Arnaud GierschUncomment code, and fix meomry leaks in WorkstationVMHL13.
2014-02-08 Arnaud GierschFree memory in msg/cloud examples.
2014-02-08 Arnaud GierschSet path for command.
2014-02-08 Arnaud GierschCall getBound before unref on p_action.
2014-02-08 Arnaud GierschAvoid useless strdup.
2014-02-08 Arnaud Gierschsimdata may already be freed at this point.
2014-02-08 Arnaud GierschInitialize ramsize, and simply use an assignment to...
2014-02-08 Arnaud Gierschm_bound belongs to CpuAction; initialize it.
2014-02-07 Gabriel Corona[mc] Fix sefault where a variable has no name
2014-02-07 Arnaud GierschRun test with --log=no_loc.
2014-02-07 Gabriel CoronaMerge branch mc into mc-perf
2014-02-07 Augustin Degommefix bug waiting to happen and destroy some simulations...
2014-02-07 Gabriel Corona[mc] Split address/location in dw_variable_t (which...
2014-02-07 Gabriel Corona[mc] Fix segfaults when type->name==NULL
2014-02-07 Gabriel Corona[mc] Disable communication pattern code (segfault)
2014-02-07 Gabriel Corona[mc] Remove dead code for ignoring variables
2014-02-07 Gabriel Corona[mc] Remove old hash code
2014-02-07 Gabriel Corona[mc] Avoid useless zero-initialisations in the hot...
2014-02-07 Gabriel Corona[mc] Avoid type lookups and calls to get_type_description()
2014-02-07 Gabriel Corona[mc] Pass mc_object_info_t arguiments in many places...
2014-02-07 Gabriel Corona[mc] Preprocess type lookup
2014-02-07 Gabriel Corona[mc] Compute a single hash (64 bits) of the current...
2014-02-06 Arnaud GierschUse the result of sprintf, instead of computing strlen...
2014-02-06 Arnaud GierschFix help message.
2014-02-06 Augustin Degommefix some SMPI+MC bugs
2014-02-05 Arnaud GierschAdd script used as a basis to update copyright notices.
2014-02-05 Arnaud GierschAdd/update copyright notices.
2014-02-05 Arnaud GierschWrite error messages on stderr.
2014-02-04 Augustin Degommeremove tests to avoid spending too much time testing...
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-02-04 Gabriel Corona[mc] Remove code for finding an array byte size
2014-02-03 Gabriel Corona[mc] Fix broken type in compare_heap_area_with_type
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
next