Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix SIMIX calls
[simgrid.git] / src /
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 cristianrosaAdd support for custom communication matching to SIMIX...
2010-12-07 cristianrosaRework context factory's initialization logic.
2010-12-07 thieryAnother useless and leaky xbt_strdup
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 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] 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 mquinsonstubs for comm_testany, implemented with comm_waitany...
2010-12-07 mquinsontry a bit harder to get the simulated time without...
2010-12-07 mquinsondon't try to compute the backtrace if we have no proces...
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 cristianrosaImprove context switching for ucontext
2010-12-06 cristianrosaCompile fix: iwannadie is now in the context structure
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 schnorr[trace] configuration option tracing/platform renamed...
2010-12-06 schnorr[trace] use of xbt functions inside instr
2010-12-06 schnorr[trace] logging messages for category attribution of...
2010-12-06 schnorr[trace] call functions that do the simix processes...
2010-12-06 schnorr[trace] declaring xbt_log categories for tracing
2010-12-06 schnorr[trace] detailed description of new configuration options
2010-12-06 schnorr[trace] end must be called while surf configuration...
2010-12-06 schnorr[trace] new tracing options to generate graph configura...
2010-12-06 schnorr[trace] uncategorized resource tracing option is indepe...
2010-12-06 schnorr[trace] verbose comments to connect simulator parameter...
2010-12-06 schnorr[trace] let paje output its own header
2010-12-06 schnorr[trace] encapsulating the open/close of the trace file
2010-12-05 alegrandAllow cluster tag to use the core tag...
2010-12-03 schnorr[trace] do not rely on preprocessor constants to contro...
2010-12-03 schnorr[trace] do not check what is traced in internal resourc...
2010-12-03 schnorr[trace] do not rely on preprocessor constants to contro...
2010-12-03 schnorr[trace] separate TRACE_is_active() from IS_TRACED condition
2010-12-03 schnorr[trace] replace IS_TRACING by TRACE_is_active() function
2010-12-03 mquinsonmove iwannadie from processes to contextes back
2010-12-03 thieryFix compilation
2010-12-02 cristianrosaSwitch to Ruby 1.9.x
2010-12-02 schnorr[trace] adding comments to #endif's
2010-12-02 schnorr[trace] renaming almost all tracing files in src/instr
2010-12-02 alegrandForgot to update after recent removal of FATPIPE in...
2010-12-02 alegrandUpdate simgrid_dtd flexml files to cope with recent...
2010-12-02 alegrandRemove stupid value in the DTD. Young will soon take...
2010-12-02 alegrandHelp debuging
2010-12-02 alegrandAdd a peer tag to the DTD and make it compatible with...
2010-12-02 alegrandAllow communication actions to use no link at all ...
2010-12-02 alegrandStart modifying net_communicate so that it can work...
2010-12-02 alegrandAdd a vivaldi routing model.
2010-12-02 alegrandUse the get_latency function from the routing mechanism...
2010-12-02 alegrandRead and store coordinates.
2010-12-02 alegrandFinish to kill vivaldi
2010-12-02 alegrandRename tag vivaldi to coordinates in the DTD file
2010-12-02 alegrandCPU_im (i.e., with lazy evaluation) now supports multic...
2010-12-02 alegrandMulticore model now enabled with Cas01.
2010-12-02 alegrandStart handling the core attribute (store in cpu.c and...
2010-12-02 alegrandAdd a core attribute in the DTD
2010-12-02 thieryReally fix this (still unimplemented) function
2010-12-02 thieryComment out more of SIMIX_display_process_status()...
2010-12-02 quintin[simdag/dotloader] correction of some memory leak
2010-12-02 piniThis file has been renamed.
2010-12-02 cristianrosaCompile fix
next