2009-10-29 |
mquinson | plug a memleak |
commit | commitdiff | tree | snapshot |
2009-10-29 |
suter | forgot to remove the cleaning of a remove data |
commit | commitdiff | tree | snapshot |
2009-10-29 |
suter | add an Isend, just the prototype for the barrier action |
commit | commitdiff | tree | snapshot |
2009-10-29 |
mquinson | try harder not to overflow that buffer |
commit | commitdiff | tree | snapshot |
2009-10-28 |
mquinson | try to ensure that stdio is loaded when str.h is loaded... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
mquinson | Try to fix #8852 (SimGrid won't compile on Ubuntu 9... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
suter | small improvements suggested by Arnaud |
commit | commitdiff | tree | snapshot |
2009-10-22 |
suter | Add Irecv and wait actions and corresponding example |
commit | commitdiff | tree | snapshot |
2009-10-20 |
mquinson | Change the waitany functions on semaphore and communica... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
mquinson | Implement smx_comm_t SIMIX_network_waitany(xbt_dynar_t... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
mquinson | Implement smx_sem_t SIMIX_sem_acquire_any(xbt_dynar_t... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
mquinson | when requested to acquire a cond or semaphore with... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
mquinson | Implement Asynchronous send/recv in SIMIX (you dreamt... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
mquinson | Enough is enough. Add semaphores as SIMIX synchronizati... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
mquinson | Adapt tests to the fact that we can now detect that... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
mquinson | use a bit more informative actions'names. Helpful while... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
mquinson | Add SIMIX_rdv_{set,get}_data; tiny fixups |
commit | commitdiff | tree | snapshot |
2009-10-20 |
mquinson | New function: SIMIX_action_set_name() |
commit | commitdiff | tree | snapshot |
2009-10-20 |
mquinson | useless cosmetics |
commit | commitdiff | tree | snapshot |
2009-10-20 |
mquinson | a script to generate a strassen workflow (+cosmetics... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
mquinson | Fix a vicious bug in dictionaries inducing that some... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
mquinson | Integrate patch #8636: Obey DESTDIR when installing... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
mquinson | Introduce a MSG_TIMEOUT_FAILURE return code and use... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
mquinson | Fix #8569: XBT/synchro.h has redundant declarations |
commit | commitdiff | tree | snapshot |
2009-10-15 |
mquinson | A script to recompile and rerun the whole chain from... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
mquinson | A script to generate neat DAX files of fork/joins |
commit | commitdiff | tree | snapshot |
2009-10-15 |
mquinson | Use private headers to help debugging |
commit | commitdiff | tree | snapshot |
2009-10-15 |
mquinson | Various fixes. Working (in SG) for ForkJoins, but not... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
mquinson | conditions are not semaphores. signals can get lost... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
mquinson | start threads only if I have more than 1 element to... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
mquinson | Revert the change inducing that GRAS processes keep... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
mquinson | plug various memleaks |
commit | commitdiff | tree | snapshot |
2009-10-15 |
mquinson | More informative error message |
commit | commitdiff | tree | snapshot |
2009-10-15 |
mquinson | Do not call xbt_thread_exit at the end of the dopar... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
mquinson | unify the log channels for SG and RL implementations... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
mquinson | Try to do all communications in parallel (not quite... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
mquinson | Implement xbt_thread_join and xbt_thread_yield in SG... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
mquinson | Change the prototype of xbt_thread_create(), sorry. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
mquinson | Ignore (in git) more example binaries |
commit | commitdiff | tree | snapshot |
2009-10-15 |
mquinson | malloc the expected size (and announce the malloced... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
mquinson | Give a name to the dopar worker threads since logging... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
mquinson | do not create execution action of size 0 since it seems... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
mquinson | Make SIMIX_process_yield() public |
commit | commitdiff | tree | snapshot |
2009-10-15 |
mquinson | allow to specify tracefilename on cmdline; use workstat... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
mquinson | Add a note to flatifier to the ChangeLog. That tool... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
mquinson | Move my favorite test first |
commit | commitdiff | tree | snapshot |
2009-10-14 |
mquinson | Start to fix the <cluster> tag (see ChangeLog) |
commit | commitdiff | tree | snapshot |
2009-10-14 |
mquinson | This file was written when <route:multi> were not symme... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
mquinson | Sanitize static functions' names; kill unused ones |
commit | commitdiff | tree | snapshot |
2009-10-14 |
velho | Bug fix, corrected jitter works for each linkk separately. |
commit | commitdiff | tree | snapshot |
2009-10-14 |
mquinson | Sanitize a bit the <foreach> handling (cosmetics, no... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
mquinson | More debug |
commit | commitdiff | tree | snapshot |
2009-10-14 |
suter | correction/verfication of the tesh up to one_link_state... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
mquinson | Kill a 'unused variable' warning when compiling without... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
mquinson | I really need this to be printed as an int to fit DOT... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
mquinson | Make sure it works to compile only one file of the... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
mquinson | Kill a warning in java example: unused variable |
commit | commitdiff | tree | snapshot |
2009-10-14 |
mquinson | Make sure this variable is always initialized |
commit | commitdiff | tree | snapshot |
2009-10-14 |
cristianrosa | Fix invalid memory references in SIMIX network. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
velho | Added a gtnets_jitter_seed parameter enabling jitted... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
velho | Disable gtnets jitter by default. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
mquinson | Automatically generated tesh file for the flatifier... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
mquinson | GRAS replayer partially works. Need a real platform... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
mquinson | More verbose error messages |
commit | commitdiff | tree | snapshot |
2009-10-13 |
mquinson | New function: gras_socket_close_voidp() -- just like... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
mquinson | Shut gras processes up on simulators |
commit | commitdiff | tree | snapshot |
2009-10-13 |
mquinson | New function: void gras_cpu_burn(double flops) -- a... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
mquinson | When creating a datatype, make sure we're not trying... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
cristianrosa | Fix some memory leaks and invalid read/delete |
commit | commitdiff | tree | snapshot |
2009-10-09 |
velho | Improved and tested docummentation. |
commit | commitdiff | tree | snapshot |
2009-10-08 |
mquinson | Start working on a trace replayer in GRAS (to replay... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
mquinson | Add a header to that file |
commit | commitdiff | tree | snapshot |
2009-10-08 |
mquinson | New function: xbt_dynar_dopar(dynar,fun) |
commit | commitdiff | tree | snapshot |
2009-10-08 |
mquinson | move synchro.h to synchro_core.h because I want to... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
mquinson | plug a memleak |
commit | commitdiff | tree | snapshot |
2009-10-08 |
mquinson | write the produced trace into an external file; schedul... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
velho | Corrected jitter, now oscillates between [-lat*jitter... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
velho | Bug fix in GTNets docummentation. |
commit | commitdiff | tree | snapshot |
2009-10-08 |
velho | Added a jitter functionallity to GTNets model, latency... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
velho | Factorized better debugging output. |
commit | commitdiff | tree | snapshot |
2009-10-07 |
velho | Bug fix, surf_routing needs love. |
commit | commitdiff | tree | snapshot |
2009-10-07 |
velho | Fixed bug introduced by the update of the two last... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
velho | Improved GTNetS howto, spell checked everything. |
commit | commitdiff | tree | snapshot |
2009-10-07 |
mquinson | bugfixes to make the dax loader and typed task schedule... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
mquinson | Update the start_time and finish_time of tasks on compl... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
mquinson | Automatically schedule E2E comms placed before and... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
mquinson | Simplify the code of typed tasks in simdag by allocatin... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
mquinson | Dump dotty info for verification |
commit | commitdiff | tree | snapshot |
2009-10-06 |
mquinson | new function SD_task_dotty(task,FILE*) writing to file... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
mquinson | DAX loader seem to be working |
commit | commitdiff | tree | snapshot |
2009-10-06 |
mquinson | also display the kind of a task if known from SD_task_d... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
mquinson | some more work on dax loader |
commit | commitdiff | tree | snapshot |
2009-10-06 |
mquinson | Add various getters to task structure: |
commit | commitdiff | tree | snapshot |
2009-10-06 |
mquinson | Introduce typed tasks in SimDag |
commit | commitdiff | tree | snapshot |
2009-10-06 |
mquinson | more comments to explain the structure |
commit | commitdiff | tree | snapshot |
2009-10-06 |
mquinson | SD_task_dependency_exists() can now cope with having... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
mquinson | ignore more generated files in git |
commit | commitdiff | tree | snapshot |
2009-10-06 |
mquinson | Make the empty box of DAX parsing work (still empty... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
mquinson | New dax loader infrastructure (empty box so far) |
commit | commitdiff | tree | snapshot |
2009-10-06 |
mquinson | kill cruft that I introduced while merging routing... |
commit | commitdiff | tree | snapshot |
next |