Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2013-11-07 Arnaud GierschAdd Fortran examples for smpi+dvfs.
2013-11-07 Arnaud GierschAdd Fortran bindigns for smpi+dvfs.
2013-11-07 Arnaud GierschAdd example for smpi+dvfs.
2013-11-07 Arnaud GierschExport DVFS functionality for smpi (experimental).
2013-11-07 Arnaud GierschAdd Fortran bindigns for smpi+dvfs.
2013-11-07 Arnaud GierschAdd example for smpi+dvfs.
2013-11-07 Arnaud GierschExport DVFS functionality for smpi (experimental).
2013-11-07 Augustin Degommesmpi build without F2C was broken since 58ea5966
2013-11-07 Martin Quinsondon't put removed files in the distribution
2013-11-07 Martin Quinsonclean the build of the jarfile so that it works with...
2013-11-06 Augustin Degommesmpi build without F2C was broken since 58ea5966
2013-11-06 Augustin Degommechangelog
2013-11-06 Augustin Degommepotential fixes
2013-11-06 suterleak --(cherry picked from commit dd1330c53beec9c5abb8b...
2013-11-06 Arnaud GierschCosmetics: adjust spaces.
2013-11-06 Arnaud GierschMake functions public, they are need by macros SMPI_SAM...
2013-11-06 Arnaud GierschCosmetics: uncapitalize.
2013-11-06 suterrevalidate tesh, no impact on time, but cleaning makes...
2013-11-06 suterhandle pending asynchronous requests on finalize (shoul...
2013-11-06 sutersimplify and improve the way asynchronous send and...
2013-11-06 Augustin Degommechangelog
2013-11-06 Augustin Degommepotential fixes
2013-11-06 suterleak --
2013-11-06 Arnaud GierschCosmetics: adjust spaces.
2013-11-06 Arnaud GierschMake functions public, they are need by macros SMPI_SAM...
2013-11-06 Arnaud GierschCosmetics: uncapitalize.
2013-11-06 suterrevalidate tesh, no impact on time, but cleaning makes...
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 Degommechange tesh test to account for new structure in time...
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-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-05 Martin Quinsonpropose two other release goals
2013-11-05 Lucas NussbaumRevert "New G5K platform file generated from the G5K...
2013-11-05 Augustin Degommechange tesh test to account for new structure in time...
2013-11-05 Augustin DegommeTrace buffer is not to be handled by the format-depende...
2013-11-05 Augustin DegommeMake time independent tracing output by default in...
2013-11-05 Arnaud GierschAdd a note about the future removal of Supernovae.
2013-11-05 Arnaud GierschMerge branch 'v3_10_x'
2013-11-05 Arnaud GierschSupernovae builds are deprecated.
2013-11-05 Arnaud GierschUse DBL_MAX for values of type double.
2013-11-05 Arnaud GierschBe consistent: change buf to an array of int.
2013-11-05 Arnaud GierschCheck that table[0].name is defined.
2013-11-05 Arnaud GierschUse xbt_die() for DIE_IMPOSSIBLE.
2013-11-05 Arnaud GierschMPI_Abort can theorically fail. Add a call to exit...
2013-11-05 Arnaud GierschDefine buffer on the stack here.
2013-11-05 Jonathan Rouzaud... New G5K platform file generated from the G5K API
2013-11-04 Arnaud GierschWhitespace cleanup. v3_10_rc1
2013-11-04 Arnaud GierschMerge branch 'v3_10_x'
2013-11-04 Arnaud GierschExclude these tests from memcheck.
2013-11-04 Arnaud GierschNext release will be (at least) 3.10-rc1.
2013-11-04 Arnaud GierschDefine SIMGRID_VERSION_STRING, and add option --version...
2013-11-04 Arnaud GierschMerge commit '78f0dd861a9bb479f33b9494a2b4ed7b977288a4...
2013-11-04 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-11-04 Pierre VeyreAdd some MSG_file function prototypes
2013-11-04 Arnaud GierschDevel branch continues toward version 3.11.
2013-11-04 Arnaud GierschRewrite to avoid compiler warnings about unused variables.
2013-11-04 Arnaud GierschCast operands from both sides of the comparison to...
2013-11-04 Arnaud GierschThese options are specific to gcc (not recognized by...
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-03 Martin Quinsonspell out -classpath with all letters as it seems to...
2013-11-02 Arnaud GierschRename SG_java -> simgrid-java.
2013-11-02 Arnaud Gierschlibsmpi was removed some time ago.
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 GierschMake documentation match the code.
2013-10-31 Arnaud GierschUse infinity (-1) for smpi/cpu_threshold in tesh files.
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 GierschCompare files.
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 Paul BédarideRemove unnecessry files
2013-10-31 Arnaud GierschCosmetics.
2013-10-31 Arnaud GierschDon't rely on assert for error handling.
2013-10-31 Arnaud GierschSimplify error handling.
2013-10-31 Arnaud GierschFix computation of NUMBER_OF_PROCESSORS.
2013-10-30 Arnaud GierschFree process_id, plus reindent.
2013-10-30 Arnaud GierschIgnore memory leaks in any binary from /bin or /usr...
2013-10-30 Augustin Degommeleak-- , potential segfault--
2013-10-30 Arnaud GierschSlightly change the sleep duration.
2013-10-30 Augustin Degommeleaks --
next