A
lgorithmique
N
umérique
D
istribuée
Public GIT Repository
projects
/
simgrid.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix copyright headers in simdag
[simgrid.git]
/
src
/
simdag
/
sd_global.c
2009-10-05
mquinson
Fix copyright headers in simdag
blob
|
commitdiff
|
raw
2009-07-16
mquinson
Call surf_timer_model_init() from surf_config_models_se...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-02
mquinson
kill link_set (use surf_network_model->resource_set...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-01
mquinson
Rename model methods action_use/free to action_ref...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-30
mquinson
SURF: Embeed every fields of common_public directly...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-30
mquinson
SURF: Unify the types of models in a uniq s_surf_model_...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-30
mquinson
Surf: factorize resource sets into common_public
blob
|
commitdiff
|
raw
|
diff to current
2009-06-30
mquinson
Factorize some code in SURF
blob
|
commitdiff
|
raw
|
diff to current
2009-06-26
mquinson
Sanitize the way surf options are declared: in surf_con...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-26
mquinson
Reindent everything (possibly breaking all branches...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-10
mquinson
Remove the surf_*_model_description_size constants...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-07
alegrand
Fix the bug raised by Benjamin Depardon.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-15
mquinson
Remove a crude hack where first call to surf_solve...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-30
mquinson
Documentation fixups: Marc was a bit quick at copy...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-06
mquinson
Connect correctly the log channels manually for windows...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-06
mquinson
Do connect all log channel manually to parent using...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-05
alegrand
Bug Fix: The symptom is hard to describe. Sometimes...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-20
mquinson
Improve compilation time by epsilon by sharpening the...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-09
quasar
adding modifications for 1 pass & for adding routes...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-08
mquinson
Better fix to the comparison between signed and unsigne...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-26
mquinson
Propagate the s/network_link/link/ from the XML to...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-16
velho
Substitution of the word "resource" by "model" in every...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-14
alegrand
There may be other resources than workstation. The...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-10
alegrand
Use the modular surf resource mechanism to allow SD...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-30
alegrand
Hack so that SD_simulate(2.0) stops after 2 seconds...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-06
mquinson
New function SD_application_reinit() allowing to test...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-26
cherierm
Declare all variables at the begining for ANSI C standa...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-08
thiery
Use malloc instead of calloc
blob
|
commitdiff
|
raw
|
diff to current
2006-08-04
thiery
Remove useless reallocs
blob
|
commitdiff
|
raw
|
diff to current
2006-08-04
thiery
Optimize function SD_route_get_list()
blob
|
commitdiff
|
raw
|
diff to current
2006-07-31
thiery
Add a sequential mode to the workstations. In this...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-18
thiery
Use exceptions instead of assertions when it is appropriate
blob
|
commitdiff
|
raw
|
diff to current
2006-07-18
thiery
Update SD_init() and SD_exit()
blob
|
commitdiff
|
raw
|
diff to current
2006-07-17
thiery
Use model KCCFLN05 in SimDag
blob
|
commitdiff
|
raw
|
diff to current
2006-07-12
alegrand
Modify SD_task structures so that get_start_time, get_f...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-10
thiery
This function could be useful.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-07
thiery
Use action_free to free the actions
blob
|
commitdiff
|
raw
|
diff to current
2006-07-06
thiery
Remove a huge memory leak
blob
|
commitdiff
|
raw
|
diff to current
2006-07-04
thiery
Add functions SD_workstation_get_computation_time,...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-03
thiery
Add functions SD_link_get_list() and SD_link_get_number...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-03
thiery
Allow how_long to be negative
blob
|
commitdiff
|
raw
|
diff to current
2006-07-03
thiery
Use macros DEBUG and INFO instead of printf
blob
|
commitdiff
|
raw
|
diff to current
2006-06-29
thiery
Forgot to remove some debug information
blob
|
commitdiff
|
raw
|
diff to current
2006-06-29
thiery
Optimize SD_simulate and fix bugs
blob
|
commitdiff
|
raw
|
diff to current
2006-06-28
thiery
Finish SimDag documentation
blob
|
commitdiff
|
raw
|
diff to current
2006-06-27
thiery
Add a state SD_READY to the tasks to optimize SD_simulate
blob
|
commitdiff
|
raw
|
diff to current
2006-06-27
mquinson
Create a proper channel hierarchie for SD
blob
|
commitdiff
|
raw
|
diff to current
2006-06-26
thiery
Fix SD_simulate return value
blob
|
commitdiff
|
raw
|
diff to current
2006-06-26
thiery
Fix SimDag compilation warnings.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-26
thiery
Update function SD_simulate.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-23
thiery
Detect when a task reaches a watch point.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-23
thiery
Use swags to handle task states and change structure...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-21
thiery
Implement SD_task_schedule, SD_task_unschedule and...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-20
thiery
Remove field name from strucure SD_link_t.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-20
thiery
Implement functions SD_workstation_route_get_list,...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-19
thiery
Implement link names in SimDag.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-19
thiery
Add a function get_available_speed in Surf workstation...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-16
thiery
Update workstation handling in SimDag. Change the prefi...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-15
thiery
Update destructors and test access to surf structures
blob
|
commitdiff
|
raw
|
diff to current
2006-06-15
thiery
Add private structures and functions + wrapping for...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-14
thiery
Fixed a mistake.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-14
thiery
Working on SimDag.
blob
|
commitdiff
|
raw
|
diff to current