Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Access to SIMIX data without resorting to a request (and thus do not rely specificall...
[simgrid.git] / src /
2011-01-17 piniAccess to SIMIX data without resorting to a request...
2011-01-17 marklsput var name back in macro calls...
2011-01-17 marklshey, figured out how to change vars to pointers without...
2011-01-17 marklsoh, hey, got everything but the array initializers...
2011-01-17 marklsokay, this version should work now.
2011-01-17 piniChange the type of globals to pointer-of-the-type.
2011-01-17 marklsokay, semantic patches mostly doing what is probably...
2011-01-17 marklsadded replace globals cocci patch to repository
2011-01-14 thieryDon't store user pointers
2011-01-13 navarropNow tag config is available.
2011-01-12 agierschRevert "Fix memory leak in xbt_str_split_quoted."
2011-01-12 agierschFix memory leak in xbt_str_split_quoted.
2011-01-12 agierschFix debugging message.
2011-01-12 agierschFix parameter passing through makecontext (again).
2011-01-12 agierschMSG_mailbox_create does not exist anymore.
2011-01-12 thieryCheck a parameter
2011-01-12 mquinsoncurrent version (maybe 30 or 40% done) of our spatching...
2011-01-11 cristianrosaBugfix: no longer post a request in the clean up function.
2011-01-11 cristianrosaImprove debug information
2011-01-10 thieryDefine smx_current_context only once to make the linker...
2011-01-07 piniForce use of thread contexts when running fortran code.
2011-01-07 piniLocally store the process rank.
2011-01-07 piniCheck if the pointer is writable.
2011-01-07 cristianrosaSmall bugfixes to stabilize the MC
2011-01-07 cristianrosaBugfix: the result of waitany calls should be determine...
2011-01-06 navarropNeed to remove option and not free cause it is also
2011-01-06 navarropRemove unused variables.
2011-01-06 navarropTest if the config name is "simix/context" is better.
2011-01-06 navarropNeed to passe this line in debug due to cfg = raw,...
2011-01-06 navarropNeed this lines because when using gtnets, the libgtnet...
2011-01-06 piniWe have to somehow rely on F2C if we want it.
2011-01-05 piniAdded support for sampling up to a given number of...
2011-01-05 schnorr[trace] using process name and PID as identification...
2011-01-05 schnorr[trace] unique id's for types and containers have to...
2011-01-05 navarropDestroy mutex and condition.
2011-01-05 navarropRemove old comments.
2011-01-05 navarropTest if having futex.h.
2011-01-05 cristianrosaAdd suport for TestAny and WaitAny requests to the...
2011-01-05 cristianrosaBugfix: killall should execute all processes after...
2011-01-05 cristianrosaRework state's implementation to better support waitany...
2011-01-05 cristianrosaReplace the setsets in the MC's states by malloced...
2011-01-04 piniFix SMPI scripts against the target directory
2011-01-04 thieryAdd a debug message
2011-01-03 schnorr[trace] tracing/msg/process:1 has states/links for...
2011-01-03 schnorr[trace] dump *before* destroy container, correct trace...
2011-01-03 schnorr[trace] setting the process state to "executing" after...
2011-01-03 schnorr[trace] faster method to insert into buffer
2011-01-03 schnorr[trace] faster method to dump when unconditional dump...
2010-12-29 schnorr[trace] simpler verifications to see what is enabled...
2010-12-29 schnorr[trace] kill dictionary that is no longer necessary
2010-12-29 schnorr[trace] debug messages for tracing data structures...
2010-12-29 schnorr[trace] debug messages for event buffering and tracing
2010-12-29 schnorr[trace] removing unused code
2010-12-29 schnorr[trace] dump previous events because container is about...
2010-12-29 schnorr[trace] cosmetics
2010-12-29 schnorr[trace] only CPU models control the last timestamp...
2010-12-29 schnorr[trace] dump the sorted buffer at the end of every...
2010-12-29 schnorr[trace] at the end of tracing, dump everything up to...
2010-12-29 schnorr[trace] limiting the dumping of buffered events to...
2010-12-28 schnorr[trace] have to dump the buffer, trace events might...
2010-12-28 schnorr[trace] removing old code
2010-12-28 schnorr[trace] free memory after events are recorded in trace...
2010-12-28 schnorr[trace] same field order for all specific event structures
2010-12-28 schnorr[trace] buffering all events except type hierarchy...
2010-12-28 schnorr[trace] set of initial value of variables to any resour...
2010-12-28 schnorr[trace] simpler event types handling, integer of enum...
2010-12-28 schnorr[trace] re-organizing structures for tracing events
2010-12-28 schnorr[trace] removing unused fields on event structure
2010-12-28 schnorr[trace] creation of a type also defines its own color...
2010-12-28 schnorr[trace] cosmetics, simpler code
2010-12-27 schnorr[trace] changing the interface to write on the tracing...
2010-12-22 schnorr[trace] updating the configuration generated for triva
2010-12-22 schnorr[trace] register of node and edge types that were defin...
2010-12-22 schnorr[trace] keep tracing data structures until the very...
2010-12-22 schnorr[trace] this problem is already fixed in a previous...
2010-12-22 schnorr[trace] cosmetics
2010-12-22 schnorr[trace] a source file to keep functions to deal with...
2010-12-22 schnorr[trace] renaming instrumentation source file
2010-12-22 schnorr[trace] assertions to point out errors on tracing
2010-12-22 schnorr[trace] fix on link type creation (was indexed by type...
2010-12-20 schnorr[trace] fix on use of dynar, storing pointers in it...
2010-12-20 schnorr[trace] category of a task without before dependencies...
2010-12-20 schnorr[trace] fix segfault, only get category from depbefore...
2010-12-20 cristianrosaBugfix: return after answering the request when running...
2010-12-20 cristianrosaImprove debugging information
2010-12-20 cristianrosaProtect some host execute functions in the case that...
2010-12-18 piniFix the fix that fixes parameter passing through makeco...
2010-12-17 mquinsonexplain clearly when things go wrong just because we...
2010-12-17 piniOnly evaluate the arguments needed.
2010-12-17 mquinsonfix a linking error in libgras. At least I hope since...
2010-12-17 piniBugfix: assuming that arguments are pushed on the stack...
2010-12-17 mquinsonprivatize static globals so that supernovae works again
2010-12-17 mquinsonkill pimples in SIMIX intended to make the stack-free...
2010-12-17 mquinsonload the right header to make sure that we have getline
2010-12-16 thieryThe term 'request' was misleading here
2010-12-16 thieryRemove generated file
2010-12-16 cristianrosaBugfix: deadlock detection was wrong. Reimplemented.
2010-12-16 cristianrosaBugfix: correctly set/unset the raw memory when taking...
2010-12-16 cristianrosaImprove the debugging information
2010-12-16 cristianrosaBugfix: make sure we include the definition of HAVE_MC
next