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
no error checking were made for SIMIX_network_waitany, and cleanup were ... fragile
[simgrid.git]
/
src
/
simix
/
smx_network.c
2010-06-24
mquinson
no error checking were made for SIMIX_network_waitany...
blob
|
commitdiff
|
raw
2010-06-07
pini
Bad idea to acquire a semaphore that is already hold...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-04
navarrop
Use a portable inline
blob
|
commitdiff
|
raw
|
diff to current
2010-05-27
navarrop
Add a variable HAVE_MC for enable model-checking.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-21
cristianrosa
Improve support for WaitAny transitions, not usable...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-20
cristianrosa
Rework MC transition interception/creation. Now it...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-10
cristianrosa
Do not use the src_buff and dst_buff to flag that the...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-10
cristianrosa
Delay the copy of the data of the communication actions...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-10
mquinson
factorize error testing in waitany with the one done...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-07
mquinson
new option to any SimGrid-based simulator: --cfg=model...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-04
mquinson
Fix a bug occuring when a host involved in a communicat...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-25
mquinson
Fix copyright headers
blob
|
commitdiff
|
raw
|
diff to current
2010-04-15
pini
Typos, cosmetics and RDV protocol.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-08
donassbr
Semaphores are more complicated than mutexes since...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-08
pini
Remove dummy output.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-01
mquinson
cosmetics (sorry for the noise)
blob
|
commitdiff
|
raw
|
diff to current
2010-04-01
mquinson
Modifiers working both on 32bits and 64bits to display...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-01
mquinson
trace the message size, not the size of the pointer...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-01
pini
Picky gcc.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-01
mquinson
Add a pimple to get the ability to trace the amount...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-01
alegrand
Huge import with Lucas tracing modifications.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-13
pini
Move a cleanup call to a better place.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-12
pini
Cosmetics in SMPI and bugfix for a nasty bug in SIMIX...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-10
pini
Some versions of gcc can be very picky.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-05
pini
Don't try to survive something we don't know how to...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-05
pini
Fix SIMIX_network_copy_data against SMPI (to be tested...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-05
mquinson
SIMIX_network_copy_data() is a mess because it tries...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-04
mquinson
tiny optim: copy in one shot when possible (ie always...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-03
mquinson
bummer: I increased the amount of displayed info to...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-02
mquinson
Acknoledge the fact that JniException is a runtime...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-02
mquinson
Massive cleanups in ruby. Not yet working (segfault...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-02
alegrand
Handle correctly (hopefully) timeouts in communications.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-14
donassbr
Verify NULL parameter before calling function.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-14
donassbr
Add a test to avoid calling the function SIMIX_action_c...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-20
mquinson
Mark a bunch of functions as candidates to inlining...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-10
mquinson
Revert "try to port the gras simulation side to the...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-10
mquinson
try to port the gras simulation side to the new smx_net...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
mquinson
Change the waitany functions on semaphore and communica...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
mquinson
Implement smx_comm_t SIMIX_network_waitany(xbt_dynar_t...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
mquinson
Implement Asynchronous send/recv in SIMIX (you dreamt...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
mquinson
Add SIMIX_rdv_{set,get}_data; tiny fixups
blob
|
commitdiff
|
raw
|
diff to current
2009-10-14
cristianrosa
Fix invalid memory references in SIMIX network.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-13
cristianrosa
Fix some memory leaks and invalid read/delete
blob
|
commitdiff
|
raw
|
diff to current
2009-10-05
mquinson
Improved code documentation for SIMIX network.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-05
mquinson
[Cristian] Lots and lots of small fixes to MSG to work...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-05
mquinson
Improvements to the MSG port on top of SIMIX network...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-05
mquinson
Corrections to the code that handles the errors in...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-05
mquinson
Added debug information to SIMIX network.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-05
mquinson
Incomplete port of MSG on top of SIMIX_network [Cristian]
blob
|
commitdiff
|
raw
|
diff to current
2009-10-05
mquinson
Corrections and improvements to the new network impleme...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-05
mquinson
Cleanup network prototype
blob
|
commitdiff
|
raw
|
diff to current
2009-10-05
mquinson
First prototype of the networking API for SIMIX. It...
blob
|
commitdiff
|
raw
|
diff to current