Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Align address on page boundary (fails on kfreebsd otherwise).
[simgrid.git] / src /
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...
2013-10-04 Marion Guthmullermodel-checker : restore sequential system state compari...
2013-10-04 Marion Guthmullermodel-checker : fix sort of acceptance pairs
2013-10-04 Marion Guthmullermodel-checker : add debug message
2013-10-04 Marion Guthmullermodel-checker : ignore some information for system...
2013-10-04 Marion Guthmullerinit request real_src
2013-10-04 Marion Guthmullermodel-checker : detect pointers on a part of a fragment
2013-10-04 Marion Guthmullermodel-checker : automaton state comparison removed...
2013-10-04 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-03 Arnaud GierschKill some memory leaks.
2013-10-03 Arnaud GierschTypo: contexte -> context.
2013-10-02 Pierre VeyreAdd MSG_storage_get_size function
2013-10-02 Augustin Degommeparameter order was not changed in java bindings
2013-10-02 Pierre VeyreChange parameters order for msg_file_read, msg_file_wri...
2013-10-02 Arnaud GierschEven printf does not follow the standard on Windows.
2013-10-01 Arnaud GierschFix format specifiers for sg_storage_size_t.
2013-10-01 Arnaud GierschSmall fixes in type names.
2013-10-01 Arnaud GierschUse homogeneous dicts which are more efficient.
2013-10-01 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-01 Pierre VeyreIntroduce sg_storage_size_t type
2013-10-01 Pierre VeyreFix the storage content update after a write action...
2013-10-01 Arnaud GierschTry to exit in a more valgrind friendly manner when...
2013-10-01 Arnaud GierschGuard against jedule being null.
2013-10-01 Arnaud GierschCentralize declaration for _sg_init_status (renamed...
2013-10-01 Arnaud GierschRemove "default" factory. The real default is chosen...
2013-10-01 Arnaud GierschFurther improve help message.
2013-10-01 Arnaud GierschImprove help message about available context factories.
2013-10-01 Arnaud GierschFix default context factory.
2013-10-01 Marion Guthmullermodel-checker : fix memory leak
2013-10-01 Marion Guthmullermodel-checker : fix removal of a visited pair in livene...
2013-10-01 Marion Guthmullermodel-checker : parallel system state comparison for...
2013-10-01 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-30 Arnaud GierschInitialize arrays at declaration, and remove use of...
2013-09-30 Augustin Degommeas win does not support ucontexts, use raw as the defau...
2013-09-30 Pierre VeyreClean up MSG_host_get_storage_content
2013-09-29 Marion Guthmullermodel-checker : fix detection of dangling pointers...
next