Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2010-12-08 navarropAdd availability_file and state_file to peer tag.
2010-12-08 coldpeaceFist implementation of a Chord example using MSG
2010-12-08 navarropAdd availability_file and state_file in cluster.
2010-12-08 navarropRemove old buildname and options.
2010-12-08 thieryStarting to implement a Chord example with MSG
2010-12-08 thieryDavid's patch: replace != by strcmp
2010-12-08 cristianrosaBugfixes + test suitx
2010-12-08 cristianrosaInclude threadpool.h
2010-12-08 cristianrosaWait for all the context to finish it's execution
2010-12-07 suterone & too much
2010-12-07 mquinsonlast try for tonight to speed the trace replayer
2010-12-07 mquinsonnew function: xbt_str_split_quoted_in_place (w/o mallocs)
2010-12-07 mquinsonxbt_dynar_to_array now destroys the dynar. The caller...
2010-12-07 suterrevalidating the tesh outputs for ctest
2010-12-07 mquinsondo not store the requests on the process's stack nor...
2010-12-07 mquinsonrename a badly named variable
2010-12-07 mquinsonDo not traverse the whole array of request to find...
2010-12-07 thieryFix SIMIX calls
2010-12-07 thieryMake SIMIX_process_create() private
2010-12-07 mquinsonUse a raw array instead of a dynar to store the requests
2010-12-07 mquinsonnew function (private to simix): SIMIX_process_get_maxpid
2010-12-07 mquinsonstop using private functions from simix; use requests...
2010-12-07 piniBuild SMPI on top of smx_action_t.
2010-12-07 piniDistinguish access to sender-side and receiver-side...
2010-12-07 cristianrosaNo need to lock on request pop.
2010-12-07 coldpeaceno need to check, since the default value of core is...
2010-12-07 coldpeaceFix lua console by adding new core element when bypass...
2010-12-07 mquinsonnew function: MSG_action_paranoid_mode_set (allowing...
2010-12-07 mquinsondo not trim in split_quoted, that's expensive, and...
2010-12-07 thieryCall elements_father() only if necessary
2010-12-07 thieryFix more memory leaks
2010-12-07 mquinsonno need to lock the structure if we run in sequential
2010-12-07 mquinsongiven the following line, this FIXME seems now done ;)
2010-12-07 cristianrosaAdd support for custom communication matching to SIMIX...
2010-12-07 cristianrosaRework context factory's initialization logic.
2010-12-07 thieryMSG does not auto-destroy the MSG_comm_t objects anymore
2010-12-07 thieryAnother useless and leaky xbt_strdup
2010-12-07 mquinsonimplement actions irecv and wait w/o spawning; kill...
2010-12-07 suterreimplement reduce and bcast (non tested) w/o spawns
2010-12-07 thieryDon't auto-destroy the MSG_comm_t in MSG_comm_wait()
2010-12-07 thieryDon't auto-destroy the MSG_comm_t in MSG_comm_wait...
2010-12-07 thieryFix memory leaks
2010-12-07 thieryRemove leaky xbt_strdup: MSG_mailbox_new already does...
2010-12-07 mquinsonimplement simix_comm_testany properly
2010-12-07 suterSimix seems to destroy the comm by itself, comment...
2010-12-07 mquinsonreimplement action_allReduce w/o spawning processes
2010-12-07 navarropAdd INSTALL file for cmake.
2010-12-07 piniRemoved some old and unused filed from SMPI.
2010-12-07 thieryFix memory leaks
2010-12-07 schnorr[trace] remove logging trace message
2010-12-07 schnorr[trace] error codes that are no longer used
2010-12-07 schnorr[trace] updating tesh to contain new tracing options
2010-12-07 schnorr[trace] use xbt_strdup to copy category
2010-12-07 schnorr[trace] we do not need to copy the category since the...
2010-12-07 schnorr[trace] new option for smpirun (-triva) to generate...
2010-12-07 schnorr[trace] always trace uncategorized with smpirun
2010-12-07 schnorr[trace] declare smpi category and let instr continues...
2010-12-07 schnorr[trace] setting the tracing category for exec and comm...
2010-12-07 schnorr[trace] registering the tracing categories of mpi proce...
2010-12-07 schnorr[trace] smpi set tracing category returns void
2010-12-07 schnorr[trace] only set category of the surf action if simix...
2010-12-07 schnorr[trace] setting the category of the simix communicate...
2010-12-07 schnorr[trace] there is no need to set surf actions category...
2010-12-07 schnorr[trace] implement set_category function for network...
2010-12-07 schnorr[trace] check action type before setting its tracing...
2010-12-07 schnorrweird definition of a surf_cpu_model function inside...
2010-12-07 schnorr[trace] dictionary for holding smx_process_t -> categor...
2010-12-07 schnorr[trace] renaming system call to set any action tracing...
2010-12-07 schnorr[trace] new system call to make categorized host utiliz...
2010-12-07 mquinsonreal isend action, w/o spawning. Still ongoing but...
2010-12-07 mquinsonstubs for comm_testany, implemented with comm_waitany...
2010-12-07 navarropAdd Makefile and configure to the distrib.
2010-12-07 mquinsoncosmetics, no profund change
2010-12-07 mquinsontry a bit harder to get the simulated time without...
2010-12-07 mquinsonmove the default Makefile that we must install in the...
2010-12-07 mquinsoncosmetics: don't load a file from itself
2010-12-07 mquinsondon't try to compute the backtrace if we have no proces...
2010-12-06 navarropAdd a configure file and a Makefile to explain we now...
2010-12-06 cristianrosaBugfix: protect SIMIX_context_self() in the case that...
2010-12-06 cristianrosaInitialize surf before the context module, so the later...
2010-12-06 cristianrosaBugfix: Protect SIMIX_process_self in the case that...
2010-12-06 cristianrosaRevert thread creation delay on pthread context factory.
2010-12-06 piniAdded sender-side gaps (only activated by default in...
2010-12-06 piniUse more precision by default when running SMPI.
2010-12-06 piniAllow to configure precision in the maxmin systems.
2010-12-06 navarropRemove old variable with_context.
2010-12-06 navarropNow take context pthread and ucontext if it is possible.
2010-12-06 navarropModify message for gtnets.
2010-12-06 navarropFix gtnets detection and add a script to install patche...
2010-12-06 schnorr[trace] fix on compilation without tracing
2010-12-06 cristianrosaImprove context switching for ucontext
2010-12-06 cristianrosaCompile fix: iwannadie is now in the context structure
2010-12-06 mquinsonsmall overhault of the TODO file. Much more cruft killi...
2010-12-06 navarropDon't set gtnets flags if can't compile gtnets.
2010-12-06 navarropChange way to make tesh for win32.
2010-12-06 schnorr[trace] TRACE_[start|end] no longer belong to public...
2010-12-06 schnorr[trace] logging the categorized/uncategorized resource...
2010-12-06 schnorrupdating ChangeLog
2010-12-06 schnorr[trace] configuration option tracing/platform renamed...
2010-12-06 schnorr[trace] use of xbt functions inside instr
next