Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Devel branch continues toward version 3.11.
[simgrid.git] / src /
2013-11-04 Arnaud GierschRewrite to avoid compiler warnings about unused variables.
2013-11-04 Arnaud GierschAvoid to use static variables from inside a non-static...
2013-11-04 Arnaud GierschThere is no need to export these functions. Mark them...
2013-11-04 Arnaud GierschInline is overkill for this function.
2013-11-04 Arnaud GierschRemove useless test (it's always true).
2013-11-04 Arnaud GierschRemove useless test (is_homogeneous).
2013-11-02 Arnaud GierschRename SG_java -> simgrid-java.
2013-10-31 Arnaud GierschPrevent user from making call to MPI within a SMPI_SAMP...
2013-10-31 Arnaud GierschThis should be a per process variable.
2013-10-31 Arnaud GierschReindent.
2013-10-31 Arnaud GierschPut larger fields first (reduce total size for struct).
2013-10-31 Arnaud GierschA value of -1 for smpi/cpu_threshold means infinity.
2013-10-31 Arnaud GierschCache cfg parameters smpi/{cpu_threshold,running_power}.
2013-10-31 Arnaud GierschIt's ok to pass NULL to xbt_free.
2013-10-31 Augustin Degommeleaks --
2013-10-31 Augustin Degommeadd gatherv replay action (bigdft can be replayed easil...
2013-10-31 Arnaud GierschConnect new log categories.
2013-10-31 Arnaud GierschUse yes/no for tracing options instead of 1/0.
2013-10-31 Arnaud GierschUse booleans instead of ints for tracing options.
2013-10-31 Arnaud GierschCosmetics.
2013-10-31 Arnaud GierschDon't rely on assert for error handling.
2013-10-30 Arnaud GierschFree process_id, plus reindent.
2013-10-30 Augustin Degommeleak-- , potential segfault--
2013-10-30 Augustin Degommeleaks --
2013-10-30 Augustin Degommeset extra data to 0 at allocation time to avoid bad...
2013-10-30 Augustin Degommeadd Time independent output trace format ( TI ) to...
2013-10-30 Augustin Degommetrace MPI_Init and MPI_Finalize as well
2013-10-30 Augustin Degommechange the way computation tracing is handled in smpi
2013-10-30 Augustin Degommeadd tracing/smpi/format option (only smpi for now)...
2013-10-30 Augustin Degommereally make replay case insensitive
2013-10-30 Augustin Degommeadd -trace-ti option to smpirun to generate time indepe...
2013-10-30 Augustin Degommeas replay uses a weird case for labelling its inputs...
2013-10-30 Augustin Degommereplace withsize variant by more generic withextra...
2013-10-29 Arnaud GierschFix memory leak in smpi/colls/allgather-SMP-NTS.
2013-10-28 Arnaud GierschAdd calls to smpi_bench_{end,begin} in PMPI_Wtime.
2013-10-28 Arnaud GierschCorrectly remember when "contexts/stack_size" was not...
2013-10-28 Arnaud GierschImprove xbt_os_thread_setstacksize().
2013-10-24 Arnaud GierschAdd name of failing function in error message.
2013-10-24 Arnaud GierschTry to fix mess with exit status.
2013-10-24 Arnaud GierschWith smpiff, give output file a sensible name.
2013-10-24 Arnaud GierschLink fortran programs with libm.
2013-10-24 Marion Guthmullermodel-checker : print depth of the counter-example...
2013-10-10 Arnaud GierschChasing more leaks.
2013-10-09 Arnaud GierschLength modifier 'l' is indeed wrong in %l[efg] for...
2013-10-09 Augustin Degommeturns out %le=%e and %lf=%f ... except on windows
2013-10-09 Arnaud GierschUse sg_storage_size_t in Java bindings too.
2013-10-09 suterindent
2013-10-09 sutermanage more cleanly the SIMIX_STORAGE_LEVEL
2013-10-08 Arnaud GierschThis looks unused since 2009 (commit b036991). Remove it.
2013-10-08 Pierre VeyreFix error on variable name
2013-10-08 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-08 Arnaud GierschOups... forgot to remove this line.
2013-10-08 Arnaud GierschJoin worker threads on parmap destroy.
2013-10-08 Arnaud GierschCaught another leak.
2013-10-08 suterleak--
2013-10-08 suteruse pointers on sg_storage_size_t in the dict instead...
2013-10-08 Marion Guthmullermodel-checker : avoid unnecessary snapshot restore
2013-10-07 suterArgh ... a parse error is killing me, lets clean up...
2013-10-07 Arnaud GierschUse correct type for found.
2013-10-07 Arnaud GierschRather call TRACE_end() at surf level.
2013-10-07 Arnaud GierschValue stored to 'bandwidth' is never read.
2013-10-07 Arnaud GierschRemove duplicated initialization (rank).
2013-10-07 Arnaud GierschThere's no need to initialize p here.
2013-10-07 Arnaud GierschValue is used only when MC_is_active().
2013-10-07 Arnaud GierschValue stored to 'total_dsize' is never read.
2013-10-07 Arnaud GierschVerify that request is not NULL (plus reindent).
2013-10-07 Arnaud GierschRework test logic, and add one more case.
2013-10-07 Augustin Degommefix compilation issue with windows timers
2013-10-07 Augustin Degommefix compil error in some cases
2013-10-07 suterexception catching on host failure
2013-10-07 suterseems that get_data can return NULL, add guards
2013-10-07 suterreactivate expception raising on host failure
2013-10-07 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-06 Marion Guthmullermodel-checker : fix memory leak in ddfs algorithm
2013-10-06 Arnaud GierschEncode path so that it is not too long.
2013-10-06 Arnaud GierschNeed one more byte for the terminating \0.
2013-10-06 suterleak-- clean things at the MSG level when unlinking...
2013-10-06 sutershould be sg_storage_size_t here too
2013-10-06 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-06 Martin Quinsonadd some comments to avoid that someone breaks the...
2013-10-05 Marion Guthmullermodel-checker : cleanup
2013-10-05 Marion Guthmullermodel-checker : fix memory leak
2013-10-04 Arnaud GierschHandle inactive requests in test and wait.
2013-10-04 Arnaud GierschEmpty status when request is NULL.
2013-10-04 Arnaud GierschReset requests to MPI_REQUEST_NULL.
2013-10-04 Arnaud GierschFix the fix of commit 6d12558bf98bb09f8fc8c45527d740bf9...
2013-10-04 Arnaud GierschRemove XBT_INLINE here, some compilers don't like it.
2013-10-04 Arnaud GierschRaise log level for this message.
2013-10-04 Arnaud GierschEmpty status in any case (plus slight reindent).
2013-10-04 Arnaud GierschEnforce type for other MPI NULL constants.
2013-10-04 Arnaud GierschEnforce type for MPI_REQUEST_NULL, and fix mistakes.
2013-10-04 Marion Guthmullermodel-checker : ignore information about simix_global...
2013-10-04 Marion Guthmullermodel-checker : ignore information about simix_global
2013-10-04 Marion Guthmullermodel-checker : set comm to NULL before creating them...
2013-10-04 Marion Guthmullermodel-checker : copy/paste error
2013-10-04 Marion Guthmullermodel-checker : fix detection of pointers on a fragment...
2013-10-04 Marion Guthmullermodel-checker : ignore process_to_run and process_that_...
2013-10-04 Marion Guthmullermodel-checker : dangling pointer set to NULL
2013-10-04 Marion Guthmullermodel-checker : set SMPI request to NULL before creatin...
2013-10-04 Marion Guthmullermodel-checker : improve ignore mechanism for complete...
next