Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2013-02-26 Takahiro Hirofuchidelete the use of surf_workstation_model more
2013-02-22 Takahiro HirofuchiFix the segfault upon exit
2013-02-22 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-02-22 alebreAdd minor changes - Adrien
2013-02-22 Takahiro Hirofuchiadd debug code
2013-02-21 Takahiro Hirofuchiadd missing declarations to fix compile warnings
2013-02-21 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-02-21 alebreadditional minors changes - Adrien
2013-02-21 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-02-21 alebreminor changes - Adrien /Takahiro
2013-02-21 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-02-21 Takahiro Hirofuchifix compile warnings
2013-02-21 alebreMerge with master and fix conflicts
2013-02-21 alebreminor fixes - Adrien / Takahiro
2013-02-21 Takahiro HirofuchiTo share with Adrien. We have to revisit this commit.
2013-02-20 Takahiro Hirofuchiremove the use of surf_workstation_model at smx_host.c
2013-02-19 Augustin Degommeremove forgotten debug println
2013-02-19 Augustin DegommeJava didn't report the same OS name as Cmake for Window...
2013-02-19 Augustin Degommechange an include, to avoid linking from simgrid to...
2013-02-19 Augustin Degommechange name of the real executed main function to a...
2013-02-19 Augustin Degommeadd smpi to windows installer
2013-02-19 Augustin Degommeforce lib names to stop changing when activating smpi...
2013-02-19 Takahiro HirofuchiFix segmentation faults
2013-02-19 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-19 Takahiro HirofuchiMove VM state definition to a common header file
2013-02-19 alebreWorking session (nothing really news) - Takahiro/Adrien
2013-02-19 Arnaud GierschUse correct log category.
2013-02-18 Arnaud GierschFile was removed.
2013-02-18 Arnaud GierschKill old commented line.
2013-02-18 Arnaud GierschCheck status also with MC.
2013-02-18 Arnaud GierschMove test outside the loop.
2013-02-18 Arnaud GierschSet status in any case.
2013-02-18 Takahiro HirofuchiAdd share_resource code to the VM layer
2013-02-18 Takahiro HirofuchiRecover a wrongly removed line
2013-02-18 Takahiro HirofuchiAdd minor cleanup around model initialization
2013-02-18 Takahiro HirofuchiPrepare the model_private callbacks of ws
2013-02-18 Takahiro HirofuchiCreate a cpu resource object for a virtual machine
2013-02-18 Arnaud GierschRemove declarations for nonexistent functions or variables.
2013-02-18 Arnaud GierschRemove duplicated declaration for xbt_time().
2013-02-18 Arnaud GierschChange regexp to correctly handle types like "short...
2013-02-18 Arnaud GierschRemove duplicated strings.
2013-02-18 Arnaud GierschCosmetics: add space.
2013-02-18 Arnaud GierschAlso set MPI_ERROR in smpi_empty_status.
2013-02-15 Arnaud GierschRemove unused script.
2013-02-15 Takahiro Hirofuchiadd the definition of VM state to the surf layer
2013-02-15 Takahiro Hirofuchiadd the cpu model object in the workstation model object
2013-02-15 Takahiro Hirofuchifix minor issues aroud the msg layer
2013-02-15 Takahiro Hirofuchirefine code around model types and objects
2013-02-15 Takahiro Hirofuchiadd two cpu model objects for physical and virtual
2013-02-15 Augustin Degommebe case insensitive when trying to change main name...
2013-02-15 Augustin Degommeadd mpi_testall binding for fortran
2013-02-15 Arnaud GierschCosmetics: add space before dot.
2013-02-14 Arnaud GierschUsing memcpy looks a bit overkill here.
2013-02-14 Arnaud GierschRemove spurious brace from error message.
2013-02-14 Takahiro Hirofuchiadd a model object to the arguments of callbacks
2013-02-14 Arnaud GierschRemove remaining traces from synchronized dynars.
2013-02-14 Arnaud GierschIncrease tesh timeouts for slow machines.
2013-02-14 Arnaud GierschMake test reproducible on slow machines.
2013-02-14 Takahiro Hirofuchiadd model_list_invoke used for solving a problem
2013-02-14 Arnaud GierschCsmetics: algin braces.
2013-02-14 Arnaud GierschRemove declarations for undefined functions.
2013-02-14 Arnaud GierschUse xbt_XXX_is_empty() instead of testing xbt_XXX_lengt...
2013-02-14 Arnaud GierschSimply say func(...) instead of (*func)(...) when func...
2013-02-14 Arnaud GierschUse CATCH_ANONYMOUS whenever possible.
2013-02-14 Arnaud GierschReplace, when possible, calls to bprintf() by calls...
2013-02-14 Arnaud GierschAlso comment declaration for now unused variable.
2013-02-14 Arnaud GierschRemove unused static functions.
2013-02-14 Arnaud GierschRemove declarations for undefined functions.
2013-02-14 Arnaud GierschDeclaration for static functions in header file does...
2013-02-14 Lucas Schnorr[trace] fix tesh, changes only in event ordering, same...
2013-02-14 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-14 Jonathan Rouzaud... Fix recv/irecv with bounded rate
2013-02-14 Lucas Schnorr[trace] fix simdag tracing tesh (change in event orderi...
2013-02-14 Lucas Schnorr[trace] remove useless if, fix identation
2013-02-14 Lucas Schnorr[trace] correct place to keep route allocation + free
2013-02-14 Lucas Schnorr[trace] add debug messages to debug graph extraction...
2013-02-14 Lucas Schnorr[trace] cosmetics and typos
2013-02-14 Lucas Schnorr[trace] useless declaration
2013-02-14 Jonathan Rouzaud... New version of recv/irecv with bounded rate
2013-02-14 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-02-14 alebreAdd workstation_private.h
2013-02-14 Jonathan Rouzaud... Remove commented code from surf_routing_cluster
2013-02-14 Jonathan Rouzaud... Remove commented code from surf_routing_cluster
2013-02-13 Arnaud GierschCheck if INCLUDE_DIRECTORIES were found.
2013-02-13 Arnaud GierschAdd some debug messages.
2013-02-13 Arnaud GierschAdd option -X to less, to avoid to clear the screen.
2013-02-13 Arnaud GierschAdd missing files to the archive.
2013-02-13 Arnaud GierschFix errors caught by java -Xcheck:jni.
2013-02-13 Arnaud GierschMore long -> intptr_t changes.
2013-02-13 Arnaud GierschAdd missing class initializer for VM.java.
2013-02-13 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-13 suterword was missing, rephrase.
2013-02-13 Martin Quinsonadd another word about the trap of dynar_search with...
2013-02-13 Arnaud GierschTypos: binded -> bound.
2013-02-13 Martin Quinsondocument that it's safe to interrupt a foreach with...
2013-02-13 Martin Quinsondocument that the search function on dynar don't work...
2013-02-12 Arnaud GierschSet correct NATIVE folder for 32bits x86.
2013-02-12 Arnaud GierschSet cmake_minimum_version for the Java bindings.
2013-02-12 Arnaud GierschMove Java build rules in a separate cmake file.
2013-02-12 Arnaud GierschFix build warnings on 32bits archs.
next