Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Use LANG=C when calling objdump
[simgrid.git] / src /
2014-01-09 Gabriel Corona[mc] Use LANG=C when calling objdump
2014-01-09 Gabriel Corona[mc] Add some documentation to the MC DWARF code
2014-01-06 Gabriel Corona[mc] Fix bug in recurive call of compare_heap_area_with...
2013-12-20 Gabriel Corona[mc] Fix bug when parsing /proc/self/maps
2013-12-20 Gabriel Corona[mc] Fix broken objdump parser with new versions of...
2013-11-08 Arnaud GierschGive smpiff the directory to libf2c.
2013-11-08 Arnaud GierschTry to fix temp file creation.
2013-11-08 Augustin Degommebe a little more tricky and hopefully more portable
2013-11-08 Augustin Degommemore bash->sh changes
2013-11-08 Augustin Degommethanks to Matthieu Volat, freebsd build may work again...
2013-11-08 Augustin DegommeI blame someone else for this
2013-11-07 Arnaud GierschLook for gfortran before enabling support for smpif90.
2013-11-07 Arnaud GierschFree group_lookup at finalize.
2013-11-07 Arnaud GierschIncrease junkarea to 4kiB.
2013-11-07 Arnaud GierschFix 32 bits builds.
2013-11-07 Arnaud GierschAdd Fortran bindigns for smpi+dvfs.
2013-11-07 Arnaud GierschExport DVFS functionality for smpi (experimental).
2013-11-06 Augustin Degommepotential fixes
2013-11-06 suterleak --(cherry picked from commit dd1330c53beec9c5abb8b...
2013-11-06 Arnaud GierschMake functions public, they are need by macros SMPI_SAM...
2013-11-06 Arnaud GierschCosmetics: uncapitalize.
2013-11-06 suterhandle pending asynchronous requests on finalize (shoul...
2013-11-06 sutersimplify and improve the way asynchronous send and...
2013-11-06 Arnaud GierschMisc cleanups.
2013-11-06 Arnaud GierschSimplify logic, and free loc in all cases.
2013-11-06 Arnaud GierschAvoid to dereference a null index when HAVE_TRACING.
2013-11-06 Arnaud GierschRequest should not be null here.
2013-11-06 Augustin DegommeTrace buffer is not to be handled by the format-depende...
2013-11-06 Augustin DegommeMake time independent tracing output by default in...
2013-11-05 Arnaud GierschUse DBL_MAX for values of type double.
2013-11-05 Arnaud GierschCheck that table[0].name is defined.
2013-11-05 Arnaud GierschDefine buffer on the stack here.
2013-11-04 Arnaud GierschDefine SIMGRID_VERSION_STRING, and add option --version...
2013-11-04 Arnaud GierschMerge commit '78f0dd861a9bb479f33b9494a2b4ed7b977288a4...
2013-11-04 Pierre VeyreAdd some MSG_file function prototypes
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.
next