Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2018-03-23 Frederic Suteroops
2018-03-23 Frederic Suterthis has been bugging me for a while
2018-03-23 Frederic Sutermore legacy MSG for processes/actors
2018-03-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-23 Augustin Degommefix install
2018-03-23 Augustin Degommebuild a mpi.mod file
2018-03-23 Frederic Sutermake tracing less tightly coupled to MSG
2018-03-22 Martin Quinsonsmpiff: proper handling of non-f77 source files
2018-03-22 Martin Quinsonsmpiff: compile f90 code if asked to
2018-03-22 Martin Quinsonreduce the undue differences between smpiff and smpif90
2018-03-22 Martin QuinsonKill obsolete parts of README.coding, move others to...
2018-03-22 Arnaud GierschMagic: rename variables and make tests succeed with...
2018-03-22 Arnaud GierschRework smpi-mpich3-coll tests.
2018-03-22 Arnaud GierschIndent.
2018-03-22 Arnaud GierschSmpi privatization is already enabled by default.
2018-03-22 Arnaud GierschLast but one parameter should be null here.
2018-03-22 Arnaud GierschMSG_task_isend_internal: remove unused parameters match...
2018-03-22 Arnaud GierschDefine XBT_ATTRIB_DEPRECATED_v323 for next deprecated...
2018-03-22 Arnaud GierschKill features marked deprecated until v3.20.
2018-03-22 Martin QuinsonStart the dev of v3.20 (again)
2018-03-22 Martin Quinsonrelease v3.19.1 v3.19.1
2018-03-22 Martin Quinsonseek and destroy more of MSG out of include/
2018-03-22 Martin Quinsonmore MSG aliases converted to really dumb functions
2018-03-22 degommeHave fortran SMPI compilers output in current folder...
2018-03-22 Martin Quinsontypo
2018-03-22 Martin Quinsonold school legacy wrappers for MSG
2018-03-22 Martin Quinsondoc: fix link to appveyor (and update text)
2018-03-22 Frederic SuterMSG aliasing instead of macro-ization to keep ABI safe
2018-03-21 Martin Quinsonsomehow prepare the next dot release
2018-03-21 Martin QuinsonFix non-smpi builds on Mac OSX
2018-03-21 Martin Quinsondocument how to rebuild the java lib in a chroot while...
2018-03-21 Martin Quinsontry to compile when SMPI is compiled out
2018-03-21 Martin QuinsonStart the dev of v3.20
2018-03-20 Martin QuinsonRelease SimGrid v3.19 (the Moscovitly-cold Spring release) v3.19
2018-03-20 Martin QuinsonSmall doc and changelog improvements
2018-03-20 Martin Quinsontesh: try to fix on windows
2018-03-20 Martin Quinsonwindows: also allow internal includes to the lib
2018-03-20 Martin QuinsonUpdate SimGrid dates in COPYING file
2018-03-20 Martin QuinsonDocument this version [noci]
2018-03-20 Frederic Sutertry to please clang
2018-03-20 Martin Quinsonold clang compiler seem to need that include
2018-03-20 Frederic Suterdo not include msg from s4u and surf
2018-03-20 Frederic Suteradd zone.h and storage.h
2018-03-20 Frederic Sutermove back MSG_host_* macros to msg.h
2018-03-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-20 Martin Quinsonremove the last include of private header from installe...
2018-03-20 Martin Quinsonprefer system-wide headers to project-wide ones in...
2018-03-20 Martin Quinsondo not load a private header from s/k/resource/ headers
2018-03-20 Martin Quinsonmove an internal header out of the public directory
2018-03-20 Frederic Sutercosmetics (reorder)
2018-03-20 Frederic Suterstart to split msg.h into pieces
2018-03-20 Frederic SuterMove last functions in msg_host.cpp to the S4U C interface
2018-03-20 Frederic Sutera bit of simplification
2018-03-20 Frederic Sutermove netzone C API to the right place
2018-03-19 Martin QuinsonDo not load internal headers when compiling the examples
2018-03-19 Martin Quinsononly use public headers from MC examples too
2018-03-19 Martin QuinsonMerge C++ API into simgrid/plugins/file_system.h to...
2018-03-19 Martin Quinsonstop loading private headers from now public NetZoneImp...
2018-03-19 Martin Quinsonmake NetZoneImpl public too
2018-03-19 Arnaud GierschUse an ActorPtr as parameter to smpi_switch_data_segemnt.
2018-03-19 Arnaud GierschUse src_proc/dst_proc to switch data segment.
2018-03-19 Arnaud GierschChangeLog: merge lists of fixed bugs.
2018-03-18 Augustin Degommeupdate changelog
2018-03-16 Arnaud GierschMC: add icc libs to filtered_libraries.
2018-03-16 Arnaud GierschEnable flag with MC too (optCFLAGS was reset before).
2018-03-16 Arnaud GierschAdd explicit cast for negative to unsigned conversion.
2018-03-16 Arnaud GierschIcc: turn error #597 into warning.
2018-03-16 Arnaud GierschCorrect comment.
2018-03-16 degommeshorten and fix message
2018-03-16 degommeno need for \n here
2018-03-16 degommeSMPI - fail when unimplemented MPI calls are used.
2018-03-15 Arnaud GierschUse alternate spelling.
2018-03-15 degommea017dbc05 accidentaly removed mpich and openmpi copyrig...
2018-03-15 degommeactivate tests for subarrays
2018-03-15 degommemove resized to its own method
2018-03-15 degommeSMPI : Implementation of MPI_Type_create_subarray
2018-03-15 degommetypo --
2018-03-15 Arnaud GierschNo need to switch data segment when process is finished.
2018-03-15 Arnaud GierschSlightly move debug message.
2018-03-15 Arnaud GierschRemove almost duplicated file.
2018-03-15 Christian Heinrich[SMPI] Fix mmap bug
2018-03-15 Arnaud GierschReally test mmap privatization and not the default...
2018-03-14 Arnaud GierschAdd explicit specifier (codacy).
2018-03-14 Arnaud GierschMake icc honor parentheses (fix lmm_usage).
2018-03-14 Martin Quinsonlet smpif90 work even with -c without -o
2018-03-14 Arnaud Gierschsmpirun: obey to SMPI_PRIVATIZATION environment variable.
2018-03-14 Arnaud GierschTypo.
2018-03-14 Martin Quinsonjenkins-tsan: use mmap by default, as using RTLD_DEEPBI...
2018-03-14 Martin Quinsondoc: improve advices dealing with FindSimGrid
2018-03-14 Martin QuinsonInstall some kernel header files for the users' plugins...
2018-03-13 Martin Quinsonpublic headers should include simgrid in a system-wide...
2018-03-13 Martin Quinsoncosmetics in comments
2018-03-13 Martin Quinsondocument the right bug number
2018-03-13 Martin Quinsonfix #257: Fix (ab)use of CMake install
2018-03-13 Martin QuinsonRe-add the hinting ability, and some documentation
2018-03-13 Martin Quinsonstart installing some kernel (modern) header files...
2018-03-13 Martin Quinsonmake it clear to our users how SIMGRID_VERSION is computed
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 degommeeven better handling ...
2018-03-13 degommebetter handling of sendrecv when MPI_PROC_NULL is eithe...
next