Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add start_time and kill_time arguments to processes in deployment file
[simgrid.git] / src /
2005-05-25 mquinsonAdd start_time and kill_time arguments to processes...
2005-05-25 mquinsonProperly explain to automake that flexml generated...
2005-05-25 mquinsondifferentiate the types 'char[22]' and 'unsigned char...
2005-05-25 mquinsonBugfix: Allow absolute paths for platform description...
2005-05-25 mquinsonIssue a warning on dangerous (but not impossible) situation
2005-05-25 mquinsonlet's get more verbose on error
2005-05-25 mquinsonCheck args before segfaulting on user
2005-05-24 mquinsonImplement MSG_get_msgload
2005-05-19 mquinsonTypo fixing
2005-05-13 alegrandminor modifications
2005-05-13 mquinsonReturn what should be so that the emulation support...
2005-05-10 mquinsonRename gras_chrono_{init,exit} to gras_emul_{init,exit...
2005-05-10 mquinsonRename gras_chrono_{init,exit} to gras_emul_{init,exit}
2005-05-10 mquinsonMerge conditional execution and timing macros into...
2005-05-10 mquinsonheader got renamed
2005-05-10 mquinsonkill dead and useless headers
2005-05-10 mquinsonMerge conditional execution and timing macros into...
2005-05-10 mquinsonUse proper timer; allow several timed sections per...
2005-05-10 mquinsonImplement real timers to avoid rounding errors when...
2005-05-10 mquinsonMove private declarations to private header
2005-05-10 mquinsonthe chrono module now cleanups its mess on gras exit
2005-04-19 alegrandEnable to call MSG_paje_output right before MSG_main.
2005-04-15 alegrandKillall can now be called from an agent
2005-04-15 alegrandSorry about that. I had forgotten to commit this file...
2005-04-15 mquinsonuse CVS version of flexml to generate it since it break...
2005-04-15 mquinsonPlaceholder
2005-04-15 mquinson.
2005-04-15 mquinsonAdd flex generated cruft for gentoo users ;)
2005-04-15 mquinsonDon't ignore flex result. Some poor gentoo souls need...
2005-04-15 mquinsonDon't ignore flex generated files. Gentoo only have...
2005-04-14 alegrandmoving timer functions so that we can use them for...
2005-04-14 mquinsonRegenerate with the lastest flexml (does only fix the...
2005-04-14 mquinsonReact sainly when flexml is not installed
2005-04-14 mquinsonPlease die properly when flexml goes wrong or is not...
2005-04-06 mquinsonRegenerating with flexml 1.3
2005-04-06 mquinsonReduce a bit the flexml stack now that flexml 1.3 is out
2005-03-31 alegranduniformization
2005-03-31 alegrandcosmetic
2005-03-31 alegranduse xbt_os_time
2005-03-31 alegrandbugfix
2005-03-31 alegrandAdd xbt_os_time(). This functions returns the number...
2005-03-30 mquinsons/gras_process_getpid/gras_os_getpid/
2005-03-30 alegrandDon't return stupid strings.
2005-03-29 alegrandVerbose logs.
2005-03-29 alegrandadding a getpid function
2005-03-29 alegrandAvoid segfault or infinite loop when calling this funct...
2005-03-29 mquinsonImplement a gras_os_myname. KISS and don't try a DNS...
2005-03-25 alegrandMSG_getClock is a stupid name.
2005-03-25 alegrandMSG_task_get is now fair...
2005-03-16 alegrandAdd MSG_task_get_compute_duration() and MSG_task_get_da...
2005-03-04 mquinson - Bugfix: flush the socket on close only if there...
2005-03-03 mquinsontest whether ucontext actually work, not only whether...
2005-03-01 mquinsonWrap potentially NULL strings to protect solaris
2005-03-01 mquinsonDefine a wrapper to strings for when printf(%s,NULL...
2005-03-01 alegrandmore debuging
2005-03-01 alegrandMoving functions to the right location and making them...
2005-02-28 mquinsonInsist on not letting solaris try to print NULL since...
2005-02-28 alegrandStupid me !
2005-02-28 mquinsonStop being stupid, and don't affect a char* into a...
2005-02-28 alegrandStupid me !
2005-02-28 mquinsonSolaris segfaults when asked to print NULL
2005-02-28 mquinsonWhen using gcc -maix64
2005-02-28 mquinsonDon't try to load windows.h because ucontext were not...
2005-02-27 mquinsonHACKHACK: set msg_global to NULL so that xbt_procname...
2005-02-27 mquinsonDisplay the current process's name in all loggings
2005-02-27 mquinsonAdd xbt_procname(): returns the name of the current...
2005-02-27 mquinsonAdd MSG_task_get_name
2005-02-27 mquinsoncosmetics in outputs, and call surf_init before initial...
2005-02-27 mquinsonsplint'able
2005-02-27 mquinsonmore debuging
2005-02-27 mquinsonsome splint fixes
2005-02-27 mquinsonloads all of gras.h, not only parts
2005-02-27 mquinsonAdd a dist-files target to all makefiles. It outputs...
2005-02-27 mquinsonsplint'able
2005-02-26 alegrandContexts over pthreads.
2005-02-26 alegrandGRAS_rl does not depends on MSG anymore.
2005-02-25 mquinsonWTF
2005-02-25 mquinsonMove out of COMMON sources all SG specific files. libgr...
2005-02-23 alegrandKill dead code.
2005-02-23 alegrandHelp debuging
2005-02-23 mquinsonCode cleanups around timers to improve maintainability...
2005-02-23 mquinsonincrease debugging verbosity
2005-02-23 mquinsonDon't be delirious. timeout is in sec, not usec
2005-02-23 mquinsongras_os_sleep needs floor. SG users thus need -lm
2005-02-23 mquinsonuniformize gras_os_sleep prototype (seconds are double...
2005-02-23 mquinsonadd a virtu logging channel
2005-02-23 mquinsonAdd a boolean to each node indicating whether it's...
2005-02-23 mquinsonAdd a boolean to each node indicating whether it's...
2005-02-23 mquinsonBugfix: don't assume that null content means not found...
2005-02-23 mquinsonApply manually the changes which would result in regene...
2005-02-17 alegrandFunctionnal benchmarking macros :
2005-02-16 alegrandTsss... :)
2005-02-16 alegrandAdding everything needed to develop GRAS benchmarking...
2005-02-16 alegrandWorks better on this crappy SunOS5.8. F*ckin' prehistor...
2005-02-14 alegrandTypos : a lot of mecanism -> mechanism and functional...
2005-02-14 mquinsonAllow to select on socket 0
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-13 mquinsonmv include/xbt/context.h src/include/xbt/context.h...
2005-02-13 mquinsonadd timers to GRAS
2005-02-13 mquinsondon't run into the wall when asked to select over 0...
next