Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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 --
2013-10-30 Augustin Degommerequalify a tesh
2013-10-30 Paul BédarideMerge commit '045db1657e870c721be490b411868f4181a12ced...
2013-10-30 Augustin Degommeset extra data to 0 at allocation time to avoid bad...
2013-10-30 Augustin Degommechange size of sent messages for replay testing, and...
2013-10-30 Augustin DegommeAdd an Inception tesh to test TI output.
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 Degommesort output for reduce tesh
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-30 Arnaud GierschFix another memory leak in chord example.
2013-10-30 Arnaud GierschAvoid code duplication.
2013-10-30 Arnaud GierschDefine symbols for builds w/o MC.
2013-10-29 Arnaud GierschSpurious ~.
2013-10-29 Takahiro HirofuchiAdd comments and disable verbose outputs
2013-10-29 Arnaud GierschFix memory leak in smpi/colls/allgather-SMP-NTS.
2013-10-29 Arnaud GierschOutput of "wc" is not reliable (variable number of...
2013-10-28 Takahiro HirofuchiAdd the affinity database of each VM
2013-10-28 Takahiro HirofuchiAdd the affinity database of each task
2013-10-28 Takahiro HirofuchiFix lmm_shrink() to correctly free var->cnsts[i]
2013-10-28 Arnaud GierschAdd calls to smpi_bench_{end,begin} in PMPI_Wtime.
2013-10-28 Arnaud GierschAlign address on page boundary (fails on kfreebsd other...
2013-10-28 Takahiro HirofuchiAdd the affinity setting function for a VM
2013-10-28 Takahiro HirofuchiFix the wrong macro usage of WITHOUT_ANSWER
2013-10-28 Arnaud GierschTesh sort removes empty lines, do it also with tesh.pl.
2013-10-28 Arnaud GierschAdd suport for sort prefix length in tesh.pl.
2013-10-28 Arnaud GierschTypo.
2013-10-28 Arnaud GierschThere is no reason to trim the output in tesh.pl too.
2013-10-28 Arnaud GierschRemove spurious spaces in tesh output.
2013-10-28 Arnaud GierschAdd some tests for tesh "output sort".
2013-10-28 Arnaud GierschAdd more multiline tests for tesh. Also check for...
2013-10-28 Arnaud GierschRename file for consistency.
2013-10-28 Arnaud GierschPut tests for tesh output sort in a separate file.
2013-10-28 Arnaud GierschRun tesh self tests in ${CMAKE_BINARY_DIR}/bin.
2013-10-28 Arnaud GierschFew updates to INSTALL file.
2013-10-28 Arnaud GierschFix spacing issues in tesh files.
2013-10-28 Arnaud GierschThere is no reason to trim the output.
2013-10-28 Arnaud GierschCorrectly remember when "contexts/stack_size" was not...
2013-10-28 Arnaud GierschImprove xbt_os_thread_setstacksize().
2013-10-25 Takahiro HirofuchiDisallow setting an affinity to multiple cores
2013-10-24 Arnaud GierschMinor corrections in ChangeLog.
2013-10-24 Paul BédarideRemove c surf files
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 Gierschtesh.pl: tesh input can be received on stdin, even...
2013-10-24 Arnaud GierschWith smpiff, give output file a sensible name.
2013-10-24 Arnaud GierschLink fortran programs with libm.
2013-10-24 Arnaud GierschAdd tests for ucontext and raw factory (storage, master...
2013-10-24 Arnaud GierschRemove debug messages from test, allow it to pass even...
2013-10-24 Takahiro HirofuchiClear constraint objects before adding new ones
2013-10-24 Marion Guthmullermodel-checker : update tesh files
2013-10-24 Marion Guthmullermodel-checker : print depth of the counter-example...
2013-10-24 Arnaud GierschDo not use the "debug" loglevel when built with NDEBUG.
2013-10-24 Takahiro HirofuchiAdd the MSG function controlling CPU affinity
2013-10-24 Takahiro HirofuchiExtend simcall_host_execute() for CPU affinity
2013-10-24 Takahiro HirofuchiAdd the simcall setting CPU affinity
2013-10-24 Takahiro HirofuchiAdd the set_affinity callback to the PM/VM models
2013-10-24 Takahiro HirofuchiAdd the affinity control function in the CPU model
2013-10-24 Paul BédarideFix smpi replay issue
2013-10-24 Takahiro Hirofuchiadd lmm_shrink() as the opposite of lmm_expand()
2013-10-24 Takahiro Hirofuchiadd a constraint object for each CPU core
2013-10-22 Paul BédarideFix action remains bug
2013-10-22 Paul BédarideFix unset variables issues
2013-10-22 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
next