A
lgorithmique
N
umérique
D
istribuée
Public GIT Repository
projects
/
simgrid.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
simgrid.git
2010-12-07
mquinson
Use a raw array instead of a dynar to store the requests
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
mquinson
new function (private to simix): SIMIX_process_get_maxpid
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
mquinson
stop using private functions from simix; use requests...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
pini
Build SMPI on top of smx_action_t.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
pini
Distinguish access to sender-side and receiver-side...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
cristianrosa
No need to lock on request pop.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
coldpeace
no need to check, since the default value of core is...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
coldpeace
Fix lua console by adding new core element when bypass...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
mquinson
new function: MSG_action_paranoid_mode_set (allowing...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
mquinson
do not trim in split_quoted, that's expensive, and...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
thiery
Call elements_father() only if necessary
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
thiery
Fix more memory leaks
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
mquinson
no need to lock the structure if we run in sequential
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
mquinson
given the following line, this FIXME seems now done ;)
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
cristianrosa
Add support for custom communication matching to SIMIX...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
cristianrosa
Rework context factory's initialization logic.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
thiery
MSG does not auto-destroy the MSG_comm_t objects anymore
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
thiery
Another useless and leaky xbt_strdup
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
mquinson
implement actions irecv and wait w/o spawning; kill...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
suter
reimplement reduce and bcast (non tested) w/o spawns
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
thiery
Don't auto-destroy the MSG_comm_t in MSG_comm_wait()
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
thiery
Don't auto-destroy the MSG_comm_t in MSG_comm_wait...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
thiery
Fix memory leaks
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
thiery
Remove leaky xbt_strdup: MSG_mailbox_new already does...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
mquinson
implement simix_comm_testany properly
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
suter
Simix seems to destroy the comm by itself, comment...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
mquinson
reimplement action_allReduce w/o spawning processes
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
navarrop
Add INSTALL file for cmake.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
pini
Removed some old and unused filed from SMPI.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
thiery
Fix memory leaks
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
schnorr
[trace] remove logging trace message
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
schnorr
[trace] error codes that are no longer used
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
schnorr
[trace] updating tesh to contain new tracing options
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
schnorr
[trace] use xbt_strdup to copy category
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
schnorr
[trace] we do not need to copy the category since the...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
schnorr
[trace] new option for smpirun (-triva) to generate...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
schnorr
[trace] always trace uncategorized with smpirun
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
schnorr
[trace] declare smpi category and let instr continues...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
schnorr
[trace] setting the tracing category for exec and comm...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
schnorr
[trace] registering the tracing categories of mpi proce...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
schnorr
[trace] smpi set tracing category returns void
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
schnorr
[trace] only set category of the surf action if simix...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
schnorr
[trace] setting the category of the simix communicate...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
schnorr
[trace] there is no need to set surf actions category...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
schnorr
[trace] implement set_category function for network...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
schnorr
[trace] check action type before setting its tracing...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
schnorr
weird definition of a surf_cpu_model function inside...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
schnorr
[trace] dictionary for holding smx_process_t -> categor...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
schnorr
[trace] renaming system call to set any action tracing...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
schnorr
[trace] new system call to make categorized host utiliz...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
mquinson
real isend action, w/o spawning. Still ongoing but...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
mquinson
stubs for comm_testany, implemented with comm_waitany...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
navarrop
Add Makefile and configure to the distrib.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
mquinson
cosmetics, no profund change
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
mquinson
try a bit harder to get the simulated time without...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
mquinson
move the default Makefile that we must install in the...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
mquinson
cosmetics: don't load a file from itself
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
mquinson
don't try to compute the backtrace if we have no proces...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
navarrop
Add a configure file and a Makefile to explain we now...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
cristianrosa
Bugfix: protect SIMIX_context_self() in the case that...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
cristianrosa
Initialize surf before the context module, so the later...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
cristianrosa
Bugfix: Protect SIMIX_process_self in the case that...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
cristianrosa
Revert thread creation delay on pthread context factory.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
pini
Added sender-side gaps (only activated by default in...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
pini
Use more precision by default when running SMPI.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
pini
Allow to configure precision in the maxmin systems.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
navarrop
Remove old variable with_context.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
navarrop
Now take context pthread and ucontext if it is possible.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
navarrop
Modify message for gtnets.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
navarrop
Fix gtnets detection and add a script to install patche...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
schnorr
[trace] fix on compilation without tracing
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
cristianrosa
Improve context switching for ucontext
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
cristianrosa
Compile fix: iwannadie is now in the context structure
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
mquinson
small overhault of the TODO file. Much more cruft killi...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
navarrop
Don't set gtnets flags if can't compile gtnets.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
navarrop
Change way to make tesh for win32.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
schnorr
[trace] TRACE_[start|end] no longer belong to public...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
schnorr
[trace] logging the categorized/uncategorized resource...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
schnorr
updating ChangeLog
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
schnorr
[trace] configuration option tracing/platform renamed...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
schnorr
[trace] use of xbt functions inside instr
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
schnorr
[trace] logging messages for category attribution of...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
schnorr
[trace] call functions that do the simix processes...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
schnorr
[trace] declaring xbt_log categories for tracing
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
schnorr
[trace] detailed description of new configuration options
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
schnorr
[trace] end must be called while surf configuration...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
schnorr
[trace] new tracing options to generate graph configura...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
schnorr
[trace] uncategorized resource tracing option is indepe...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
schnorr
[trace] categories may have colors registered in the...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
schnorr
[trace] verbose comments to connect simulator parameter...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
schnorr
[trace] let paje output its own header
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
schnorr
[trace] encapsulating the open/close of the trace file
commit
|
commitdiff
|
tree
|
snapshot
2010-12-05
alegrand
Allow cluster tag to use the core tag...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-04
suter
integrate george modifications. Still use old-fashioned...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
navarrop
Restructuration of file CompleteInFiles.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
navarrop
Remove gtnets_path. Now use a module.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
navarrop
Cosmetics
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
navarrop
Don't remove this file otherwise cmake reconfigures...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
navarrop
Renaming PROJECT_BINARY_DIR.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
schnorr
[trace] do not rely on preprocessor constants to contro...
commit
|
commitdiff
|
tree
|
snapshot
next