Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not request status if not requested by caller.
[simgrid.git] / src /
2010-12-01 agierschDo not request status if not requested by caller.
2010-12-01 agierschUsing strcpy is ok as enough memory was reserved just...
2010-12-01 agierschAlways initialize task->category...
2010-12-01 schnorrchanging default tracing method for resource categorize...
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 alegrandkill useless variables
2010-12-01 alegrandMove the latency computation logic from surf models...
2010-12-01 navarropRemove symetrical for symmetrical.
2010-12-01 navarropOops this variable is twice declared.
2010-12-01 suterwhine if tasks stay unexecuted at the end of the simulation
2010-12-01 alegrandFix doc
2010-12-01 alegrandProtect potentially unused variable
2010-12-01 mquinsonDo not cast (const char*) to (char*) when we won't...
2010-12-01 navarropDon't declare this variable if not used.
2010-12-01 piniUse plain old C types.
2010-11-30 mquinsondefinitely kill the Horrible Pimple
2010-11-30 mquinsontypo--
2010-11-30 piniKill SMPE: use visualization instead.
2010-11-30 alegrandCosmetics (remove uggly windows linefeeds)
2010-11-30 alegrandCosmetics. Move code to where it belongs.
2010-11-30 navarropRemove Makefile.am from autotools.
2010-11-30 piniBugfix: statuses were wrongly accessed.
2010-11-30 navarropDelete units files from svn and distrib.
2010-11-30 mquinsonfix the name and path to simgrid_update_xml in error...
2010-11-30 mquinsonalso fix xbt_dynar_set like xbt_dynar_set_at_ptr by...
2010-11-30 mquinsonFix location of library license in win32 ucontextes
2010-11-30 mquinsonKill gras measurement sockets for now. If you rely...
2010-11-30 mquinsonFix sem_init testing.
2010-11-30 mquinsonBugfix: set the dynar's value to 0 for the expanded...
2010-11-30 piniAdd many missing (but not yet implemented) MPI calls.
2010-11-30 piniRemove deprecated horrible pimple (use visualization...
2010-11-30 navarropUpdate platfrom version to 3.
2010-11-30 navarropUpdate platform version of required xml.
2010-11-30 piniOops, these calls should be PMPI-ized as well.
2010-11-30 piniImplement PMPI.
2010-11-29 mquinsoncosmetics
2010-11-29 navarropPermit to compile with full flags.
2010-11-28 alegrandFix broken doc
2010-11-28 mquinsonChange the way supernovae files are generated so that...
2010-11-28 mquinsonregenerate
2010-11-28 mquinsonchange the way unit testing is handled by cmake. Put...
2010-11-27 mquinsonlet the decoupling of main lib and bindings work in...
2010-11-26 mquinsonReduce the coupling between java bindings and main...
2010-11-26 mquinsonreduce the coupling between main lib and java binding
2010-11-26 mquinsoncosmetics
2010-11-26 mquinsonkill the (unused) lua context factory. Lua does fine...
2010-11-26 mquinsonReduce the coupling between main library and ruby bindings
2010-11-26 mquinsoncleanup: kill unused variable
2010-11-26 piniSupport more MPI calls in fortran.
2010-11-26 pinismpif2c: Compile common structs and building function...
2010-11-26 piniRemove old debugging stuff.
2010-11-26 thieryReplace INFO0+bprintf by INFO6
2010-11-26 thieryFix a memory leak in simix
2010-11-26 mquinsonImplement gras_socket_im_the_server() the CRUDE way...
2010-11-26 mquinsonmore clear paranoia message
2010-11-26 navarropAdd missing "s".
2010-11-26 mquinsonmore verbose debuging infos
2010-11-26 mquinsonreduce verbosity in that area
2010-11-26 mquinsonsome more paranoia to track that damn bug
2010-11-26 mquinsoncosmetics
2010-11-25 navarropAdd new tests and exes for windows.
2010-11-25 mquinsonimplement refcount on sockets since they are somehow...
2010-11-25 mquinsonmore explicit error messages
2010-11-25 piniRevert "Always decrement the semaphore capacity, even...
2010-11-25 schnorrgraph of platform is always traced if tracing is enabled
2010-11-24 mquinsonimplement gras_agent_spawn in RL, kill the data argumen...
2010-11-24 mquinsoncosmetics
2010-11-24 mquinsonBe less picky about the passed arguments
2010-11-24 mquinsonnote in the comments the truth about a temptating ...
2010-11-24 mquinsoninitialize a variable, and some more debug
2010-11-23 mquinsonAlways decrement the semaphore capacity, even if it...
2010-11-23 schnorrSD_init and SD_exit call TRACE_start/end if tracing...
2010-11-23 schnorrupdating smpirun to use new tracing option (otherwise...
2010-11-23 schnorrTRACE_start and TRACE_end should no longer be called...
2010-11-23 schnorrtracing: new configuration option to control if tracing...
2010-11-23 schnorrremoving log message from network constant model
2010-11-22 piniSupport for Fortran code in SMPI based on f2c, some...
2010-11-22 navarropAdd function generic_new_route.
2010-11-22 navarropCompletely remove parse_routes table.
2010-11-22 navarropAdd new scripts to distrib.
2010-11-22 navarropMake new function model_floyd_set_route for route and...
2010-11-22 navarropPrint more information in xbt_dynar_compare.
2010-11-22 navarropCalled the same function for set route and ASroute...
2010-11-22 navarropAdd two new structs that contains a list of link_name...
2010-11-22 navarropDelete the temporary route table for model Full.
2010-11-22 navarropFix full flag mode with Mac.
2010-11-18 velhoBug fix inspired by Arnaud Guiersh's patch but that...
2010-11-18 velhoFix compilation warning.
2010-11-18 velhoRidiculously tiny economy of a stupid useless allocation.
2010-11-18 velhoAllow the get_route function to be used twice in a...
2010-11-18 velhoNow for null communications MSG_get_task_remaining...
2010-11-18 velhoBug fix. This is a backroute!
2010-11-18 velhoAdd debug information.
2010-11-18 piniUpdate default platform in smpirun.
2010-11-18 piniMPI_Comm_split is back to life.
2010-11-17 mquinsonRevert 'Delete the temporary route table for model...
2010-11-17 navarropFix graphviz on Linux.
2010-11-17 navarropDelete the temporary route table for model Full.
2010-11-17 navarropFix problem with detection of graphviz.
next