2013-11-06 |
Arnaud Giersch | Simplify logic, and free loc in all cases.
|
commit | commitdiff | tree |
2013-11-06 |
Arnaud Giersch | Avoid to dereference a null index when HAVE_TRACING.
|
commit | commitdiff | tree |
2013-11-06 |
Arnaud Giersch | Request should not be null here.
|
commit | commitdiff | tree |
2013-11-05 |
Arnaud Giersch | Add a note about the future removal of Supernovae.
|
commit | commitdiff | tree |
2013-11-05 |
Arnaud Giersch | Merge branch 'v3_10_x'
|
commit | commitdiff | tree |
2013-11-05 |
Arnaud Giersch | Supernovae builds are deprecated.
|
commit | commitdiff | tree |
2013-11-05 |
Arnaud Giersch | Use DBL_MAX for values of type double.
|
commit | commitdiff | tree |
2013-11-05 |
Arnaud Giersch | Be consistent: change buf to an array of int.
|
commit | commitdiff | tree |
2013-11-05 |
Arnaud Giersch | Check that table[0].name is defined.
|
commit | commitdiff | tree |
2013-11-05 |
Arnaud Giersch | Use xbt_die() for DIE_IMPOSSIBLE.
|
commit | commitdiff | tree |
2013-11-05 |
Arnaud Giersch | MPI_Abort can theorically fail. Add a call to exit...
|
commit | commitdiff | tree |
2013-11-05 |
Arnaud Giersch | Define buffer on the stack here.
|
commit | commitdiff | tree |
2013-11-04 |
Arnaud Giersch | Whitespace cleanup.
|
commit | commitdiff | tree |
2013-11-04 |
Arnaud Giersch | Merge branch 'v3_10_x'
|
commit | commitdiff | tree |
2013-11-04 |
Arnaud Giersch | Exclude these tests from memcheck.
|
commit | commitdiff | tree |
2013-11-04 |
Arnaud Giersch | Next release will be (at least) 3.10-rc1.
|
commit | commitdiff | tree |
2013-11-04 |
Arnaud Giersch | Define SIMGRID_VERSION_STRING, and add option --version...
|
commit | commitdiff | tree |
2013-11-04 |
Arnaud Giersch | Merge commit '78f0dd861a9bb479f33b9494a2b4ed7b977288a4...
|
commit | commitdiff | tree |
2013-11-04 |
Arnaud Giersch | Devel branch continues toward version 3.11.
|
commit | commitdiff | tree |
2013-11-04 |
Arnaud Giersch | Remove useless test (it's always true).
|
commit | commitdiff | tree |
2013-11-04 |
Arnaud Giersch | Remove useless test (is_homogeneous).
|
commit | commitdiff | tree |
2013-11-02 |
Arnaud Giersch | Rename SG_java -> simgrid-java.
|
commit | commitdiff | tree |
2013-11-02 |
Arnaud Giersch | libsmpi was removed some time ago.
|
commit | commitdiff | tree |
2013-10-31 |
Arnaud Giersch | Prevent user from making call to MPI within a SMPI_SAMPLE_...
|
commit | commitdiff | tree |
2013-10-31 |
Arnaud Giersch | This should be a per process variable.
|
commit | commitdiff | tree |
2013-10-31 |
Arnaud Giersch | Reindent.
|
commit | commitdiff | tree |
2013-10-31 |
Arnaud Giersch | Put larger fields first (reduce total size for struct).
|
commit | commitdiff | tree |
2013-10-31 |
Arnaud Giersch | Make documentation match the code.
|
commit | commitdiff | tree |
2013-10-31 |
Arnaud Giersch | Use infinity (-1) for smpi/cpu_threshold in tesh files.
|
commit | commitdiff | tree |
2013-10-31 |
Arnaud Giersch | A value of -1 for smpi/cpu_threshold means infinity.
|
commit | commitdiff | tree |
2013-10-31 |
Arnaud Giersch | Cache cfg parameters smpi/{cpu_threshold,running_power}.
|
commit | commitdiff | tree |
2013-10-31 |
Arnaud Giersch | Compare files.
|
commit | commitdiff | tree |
2013-10-31 |
Arnaud Giersch | It's ok to pass NULL to xbt_free.
|
commit | commitdiff | tree |
2013-10-31 |
Arnaud Giersch | Connect new log categories.
|
commit | commitdiff | tree |
2013-10-31 |
Arnaud Giersch | Use yes/no for tracing options instead of 1/0.
|
commit | commitdiff | tree |
2013-10-31 |
Arnaud Giersch | Use booleans instead of ints for tracing options.
|
commit | commitdiff | tree |
2013-10-31 |
Arnaud Giersch | Cosmetics.
|
commit | commitdiff | tree |
2013-10-31 |
Arnaud Giersch | Don't rely on assert for error handling.
|
commit | commitdiff | tree |
2013-10-31 |
Arnaud Giersch | Simplify error handling.
|
commit | commitdiff | tree |
2013-10-31 |
Arnaud Giersch | Fix computation of NUMBER_OF_PROCESSORS.
|
commit | commitdiff | tree |
2013-10-30 |
Arnaud Giersch | Free process_id, plus reindent.
|
commit | commitdiff | tree |
2013-10-30 |
Arnaud Giersch | Ignore memory leaks in any binary from /bin or /usr...
|
commit | commitdiff | tree |
2013-10-30 |
Arnaud Giersch | Slightly change the sleep duration.
|
commit | commitdiff | tree |
2013-10-30 |
Arnaud Giersch | Fix another memory leak in chord example.
|
commit | commitdiff | tree |
2013-10-30 |
Arnaud Giersch | Avoid code duplication.
|
commit | commitdiff | tree |
2013-10-30 |
Arnaud Giersch | Define symbols for builds w/o MC.
|
commit | commitdiff | tree |
2013-10-29 |
Arnaud Giersch | Spurious ~.
|
commit | commitdiff | tree |
2013-10-29 |
Arnaud Giersch | Fix memory leak in smpi/colls/allgather-SMP-NTS.
|
commit | commitdiff | tree |
2013-10-29 |
Arnaud Giersch | Output of "wc" is not reliable (variable number of...
|
commit | commitdiff | tree |
2013-10-28 |
Arnaud Giersch | Add calls to smpi_bench_{end,begin} in PMPI_Wtime.
|
commit | commitdiff | tree |
2013-10-28 |
Arnaud Giersch | Align address on page boundary (fails on kfreebsd otherwise).
|
commit | commitdiff | tree |
2013-10-28 |
Arnaud Giersch | Tesh sort removes empty lines, do it also with tesh.pl.
|
commit | commitdiff | tree |
2013-10-28 |
Arnaud Giersch | Add suport for sort prefix length in tesh.pl.
|
commit | commitdiff | tree |
2013-10-28 |
Arnaud Giersch | Typo.
|
commit | commitdiff | tree |
2013-10-28 |
Arnaud Giersch | There is no reason to trim the output in tesh.pl too.
|
commit | commitdiff | tree |
2013-10-28 |
Arnaud Giersch | Remove spurious spaces in tesh output.
|
commit | commitdiff | tree |
2013-10-28 |
Arnaud Giersch | Add some tests for tesh "output sort".
|
commit | commitdiff | tree |
2013-10-28 |
Arnaud Giersch | Add more multiline tests for tesh. Also check for...
|
commit | commitdiff | tree |
2013-10-28 |
Arnaud Giersch | Rename file for consistency.
|
commit | commitdiff | tree |
2013-10-28 |
Arnaud Giersch | Put tests for tesh output sort in a separate file.
|
commit | commitdiff | tree |
2013-10-28 |
Arnaud Giersch | Run tesh self tests in ${CMAKE_BINARY_DIR}/bin.
|
commit | commitdiff | tree |
2013-10-28 |
Arnaud Giersch | Few updates to INSTALL file.
|
commit | commitdiff | tree |
2013-10-28 |
Arnaud Giersch | Fix spacing issues in tesh files.
|
commit | commitdiff | tree |
2013-10-28 |
Arnaud Giersch | There is no reason to trim the output.
|
commit | commitdiff | tree |
2013-10-28 |
Arnaud Giersch | Correctly remember when "contexts/stack_size" was not...
|
commit | commitdiff | tree |
2013-10-28 |
Arnaud Giersch | Improve xbt_os_thread_setstacksize().
|
commit | commitdiff | tree |
2013-10-24 |
Arnaud Giersch | Minor corrections in ChangeLog.
|
commit | commitdiff | tree |
2013-10-24 |
Arnaud Giersch | Add name of failing function in error message.
|
commit | commitdiff | tree |
2013-10-24 |
Arnaud Giersch | Try to fix mess with exit status.
|
commit | commitdiff | tree |
2013-10-24 |
Arnaud Giersch | tesh.pl: tesh input can be received on stdin, even...
|
commit | commitdiff | tree |
2013-10-24 |
Arnaud Giersch | With smpiff, give output file a sensible name.
|
commit | commitdiff | tree |
2013-10-24 |
Arnaud Giersch | Link fortran programs with libm.
|
commit | commitdiff | tree |
2013-10-24 |
Arnaud Giersch | Add tests for ucontext and raw factory (storage, masterslave...
|
commit | commitdiff | tree |
2013-10-24 |
Arnaud Giersch | Remove debug messages from test, allow it to pass even...
|
commit | commitdiff | tree |
2013-10-24 |
Arnaud Giersch | Do not use the "debug" loglevel when built with NDEBUG.
|
commit | commitdiff | tree |
2013-10-10 |
Arnaud Giersch | Forgotten by commit 8c9500c.
|
commit | commitdiff | tree |
2013-10-10 |
Arnaud Giersch | Once again, Linux does not follow the real way of doing...
|
commit | commitdiff | tree |
2013-10-10 |
Arnaud Giersch | Chasing more leaks.
|
commit | commitdiff | tree |
2013-10-09 |
Arnaud Giersch | Length modifier 'l' is indeed wrong in %l[efg] for...
|
commit | commitdiff | tree |
2013-10-09 |
Arnaud Giersch | Use sg_storage_size_t in Java bindings too.
|
commit | commitdiff | tree |
2013-10-09 |
Arnaud Giersch | Revert "Skip message if test is deactivated."
|
commit | commitdiff | tree |
2013-10-08 |
Arnaud Giersch | This looks unused since 2009 (commit b036991). Remove it.
|
commit | commitdiff | tree |
2013-10-08 |
Arnaud Giersch | Oups... forgot to remove this line.
|
commit | commitdiff | tree |
2013-10-08 |
Arnaud Giersch | Add valgrind suppressions for the Lua interpreter.
|
commit | commitdiff | tree |
2013-10-08 |
Arnaud Giersch | Increase valgrind num-callers from 12 (default) to 20.
|
commit | commitdiff | tree |
2013-10-08 |
Arnaud Giersch | Join worker threads on parmap destroy.
|
commit | commitdiff | tree |
2013-10-08 |
Arnaud Giersch | Caught another leak.
|
commit | commitdiff | tree |
2013-10-08 |
Arnaud Giersch | Skip message if test is deactivated.
|
commit | commitdiff | tree |
2013-10-08 |
Arnaud Giersch | Remove unused fields.
|
commit | commitdiff | tree |
2013-10-08 |
Arnaud Giersch | Make this example clean for valgrind.
|
commit | commitdiff | tree |
2013-10-07 |
Arnaud Giersch | Use correct type for found.
|
commit | commitdiff | tree |
2013-10-07 |
Arnaud Giersch | Rather call TRACE_end() at surf level.
|
commit | commitdiff | tree |
2013-10-07 |
Arnaud Giersch | Value stored to 'time' is never read.
|
commit | commitdiff | tree |
2013-10-07 |
Arnaud Giersch | Value stored to 'bandwidth' is never read.
|
commit | commitdiff | tree |
2013-10-07 |
Arnaud Giersch | Remove duplicated initialization (rank).
|
commit | commitdiff | tree |
2013-10-07 |
Arnaud Giersch | There's no need to initialize p here.
|
commit | commitdiff | tree |
2013-10-07 |
Arnaud Giersch | Value is used only when MC_is_active().
|
commit | commitdiff | tree |
2013-10-07 |
Arnaud Giersch | Value stored to 'total_dsize' is never read.
|
commit | commitdiff | tree |
2013-10-07 |
Arnaud Giersch | Value stored to 'size' is never read.
|
commit | commitdiff | tree |
2013-10-07 |
Arnaud Giersch | Verify that request is not NULL (plus reindent).
|
commit | commitdiff | tree |
next |