Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reimplement parmap using futex based barriers.
[simgrid.git] / include /
2010-12-14 mquinsonget the good parts of the replay without stack into...
2010-12-13 schnorr[trace] update of msg process tracing (to monitor migra...
2010-12-13 schnorr[trace] protecting category field in process structure
2010-12-13 schnorr[trace] removing old interface prototype that no longer...
2010-12-13 schnorr[trace] updating the user link variables mechanism...
2010-12-13 schnorr[trace] simpler tracing interface, just one way to...
2010-12-13 schnorr[trace] missing declaration to avoid compilation errors...
2010-12-13 mquinsonfunction to see the name of syscall types in debugging...
2010-12-13 cristianrosaUse a dynar instead of a swag to implement the process_...
2010-12-13 cristianrosaTransform the thread pool into a parallel map data...
2010-12-13 cristianrosaRemove the threadpool from the context factories.
2010-12-08 mquinsonNew trace replayer, as fast as hell, and as boring...
2010-12-08 navarropAdd availability_file and state_file to peer tag.
2010-12-08 navarropAdd availability_file and state_file in cluster.
2010-12-08 cristianrosaInclude threadpool.h
2010-12-07 mquinsonnew function: xbt_str_split_quoted_in_place (w/o mallocs)
2010-12-07 thieryMake SIMIX_process_create() private
2010-12-07 piniDistinguish access to sender-side and receiver-side...
2010-12-07 mquinsonnew function: MSG_action_paranoid_mode_set (allowing...
2010-12-07 cristianrosaAdd support for custom communication matching to SIMIX...
2010-12-07 schnorr[trace] error codes that are no longer used
2010-12-07 schnorr[trace] smpi set tracing category returns void
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 mquinsoncosmetics: don't load a file from itself
2010-12-06 schnorr[trace] fix on compilation without tracing
2010-12-06 schnorr[trace] TRACE_[start|end] no longer belong to public...
2010-12-05 alegrandAllow cluster tag to use the core tag...
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-02 alegrandUpdate simgrid_dtd flexml files to cope with recent...
2010-12-02 alegrandAdd a peer tag to the DTD and make it compatible with...
2010-12-02 mquinsonmake simix headers public so that we can write external...
2010-12-02 mquinsonsmx_context.h must be installed so that I can write...
2010-12-02 mquinsonHello you stupid doxygen. Our inline functions are...
2010-12-02 suterAdd a new function xbt_dynar_to_array that transforms...
2010-12-02 piniNo need to generate that file.
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-12-02 piniNo need to rely on f2c anymore
2010-12-02 piniAllow SMPI to run on old unixes (even on darwin).
2010-12-02 quintin[simdag/dotloader,example/simdag/dot] correction of...
2010-12-02 quintin[src/simdag,examples/simdag] add the simulator inside...
2010-12-01 agierschAdd missing XBT_PUBLIC in declaration.
2010-12-01 mquinsonregenerate maintainer files (although I have no idea...
2010-12-01 alegrandUse a cleaner function type for get_link_latency functions.
2010-12-01 alegrandIntroduce convenient function prototype.
2010-12-01 navarropRemove symetrical for symmetrical.
2010-12-01 piniUse plain old C types.
2010-11-30 mquinsondefinitely kill the Horrible Pimple
2010-11-30 alegrandCosmetics (remove uggly windows linefeeds)
2010-11-30 navarropRemove Makefile.am from autotools.
2010-11-30 mquinsonDUDES. We need one copy and only one copy of that damn...
2010-11-30 mquinsonFix location of library license in win32 ucontextes
2010-11-30 quintinSuppression of an unnecessary function
2010-11-30 navarropThis file is now generated by cmake.
2010-11-30 navarropRemove error if not having f2c.
2010-11-30 thieryRevert commit r8748: xbt_dynar_set_at_ptr() was declare...
2010-11-30 mquinsonadd a missing header. sorry for breaking the svn, dudes
2010-11-30 mquinsondocument gras_agent_spawn
2010-11-30 thieryAdd missing prototype for xbt_dynar_set_at_ptr()
2010-11-30 piniAdd many missing (but not yet implemented) MPI calls.
2010-11-30 piniAdd more definition to fortran (so that LU works).
2010-11-30 piniImplement PMPI.
2010-11-28 mquinsonthis file really should not depend on a generated file...
2010-11-26 piniSupport more MPI calls in fortran.
2010-11-25 navarropFix error detection of f2c.
2010-11-24 mquinsonimplement gras_agent_spawn in RL, kill the data argumen...
2010-11-24 mquinsonadd queue.h to the public header
2010-11-23 schnorradding XBT_IN with 6 parameters
2010-11-22 piniSupport for Fortran code in SMPI based on f2c, some...
2010-11-18 piniMPI_Comm_split is back to life.
2010-11-16 agierschAdd missing XBT_PUBLIC in declaration.
2010-11-12 mquinsonPartial fix of GRAS: gras-ping-sg now works again
2010-11-12 thieryProtect the if inside the xbt_assert macros
2010-11-12 mquinsonadd a convinient xbt_dynar_set_as() macro, and test it
2010-11-10 schnorrtwo additional functions to declare categories (now...
2010-11-09 agierschForgot this file with commit 8506.
2010-11-05 navarropAdd function xbt_dynar_compare
2010-11-05 navarropAdd a backbone sharing policy in dtd.
2010-10-31 mquinsontypo in comments (sorry for the noise)
2010-10-28 schnorrpreprocessor define for latency bound tracking can...
2010-10-27 navarropAdd in DTD direction for link_ctn and sharing_policy...
2010-10-25 agierschMake bprintf abort on error, and define bvprintf accord...
2010-10-23 agierschUse size_t for xbt_malloc and friends.
2010-10-11 alegrandIndent include and src using this command:
2010-10-08 schnorrSimDag instrumentation for categorized resource utilization
2010-10-08 navarropBe compatible with windows
2010-10-06 navarropClean DTD and add tag config.
2010-10-06 schnorrcosmetics on tracing mechanism
2010-10-04 navarropNow cluster Tag don't necessary need libpcre.
2010-10-04 mquinsonmerge
2010-10-01 mquinsonAdd missing include for HAVE_TRACING [Arnaud Giersch]
2010-10-01 mquinsonMissing includes by Arnaud Giersch
2010-09-29 piniSqueeze any block with a given delay (in flops).
2010-09-28 navarropCorrect implementation of start/end tags when bypassing...
2010-09-28 navarropRewrite the SURFXML_START_TAG and SURFXML_END_TAG.
2010-09-28 navarropAdd cluster tag
2010-09-28 navarropNew maintainer sources for simgrid dtd
next