Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'surf++'
[simgrid.git] / src / smpi / private.h
2013-11-15 Paul BédarideMerge branch 'surf++'
2013-11-08 Paul BédarideMerge branch 'hypervisor' of git+ssh://scm.gforge.inria...
2013-11-08 Paul BédarideMerge tag 'v3_9_90' into hypervisor
2013-11-06 Arnaud GierschMake functions public, they are need by macros SMPI_SAM...
2013-11-06 Arnaud GierschMake functions public, they are need by macros SMPI_SAM...
2013-10-31 Arnaud GierschThis should be a per process variable.
2013-10-31 Arnaud GierschCache cfg parameters smpi/{cpu_threshold,running_power}.
2013-10-30 Paul BédarideMerge commit '045db1657e870c721be490b411868f4181a12ced...
2013-10-30 Augustin Degommeadd Time independent output trace format ( TI ) to...
2013-10-28 Arnaud GierschAdd calls to smpi_bench_{end,begin} in PMPI_Wtime.
2013-09-26 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-25 Arnaud GierschDig through git history, and update copyright lines.
2013-09-18 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-13 Arnaud GierschMake smpi_process_init public, and avoid errors with...
2013-08-29 Augustin Degommeadd option tracing/smpi/display_sizes to display size...
2013-08-14 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-07-17 Augustin Degommeadd one binding
2013-07-17 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-07-16 Augustin Degommeadd two more functions
2013-07-16 Augustin Degommefix MPI_Initialized
2013-07-15 Augustin Degommeadd "a few" fortran bindings
2013-07-11 Augustin DegommeCopy the group when doing a comm_split, to avoid to...
2013-07-08 Augustin Degommequick and naive implementation of the MPI_Exscan collective
2013-07-08 Augustin Degommeadd a reference counter in order to avoide deleting...
2013-07-08 Augustin Degommehave persistent communications use a PREPARED flag...
2013-07-08 Augustin DegommeMake internal collective flags negative (incorrect...
2013-07-05 acarpenaMerge branch 'dvfs'
2013-07-02 Augustin Degommeunify collective tags
2013-07-01 acarpenaMerge branch 'dvfs'
2013-06-28 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-06-28 Augustin DegommeAdd a huge variety of not yet impelmented functions...
2013-06-19 Paul BédarideMerge branch 'master' into hypervisor
2013-06-13 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-13 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-12 degommeadd reduce scatter collectives from openmpi, and fix...
2013-06-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-11 Augustin DegommeFix bug happening with MPI_Datatypes
2013-06-10 Augustin Degommeactivate commute flag for MPI_Op, adds smpi_op_is_commu...
2013-06-07 degommerename old alltoall selector function, which will proba...
2013-04-15 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-04-11 Paul BédarideRemove mpi alltoall{,w}_pairwise (identical to ring)
2013-04-10 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-04-02 alebreMerge branch 'master' into hypervisor
2013-03-29 Augustin Degommeswitch back from two underscores to one in fortran...
2013-03-29 Augustin Degommeadd a bunch of bindings/new definitions of unimplemente...
2013-03-25 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-03-25 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-03-25 Paul BédarideAdd alltoall collectives from starmpi
2013-02-21 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-02-21 alebreMerge with master and fix conflicts
2013-02-19 Augustin Degommechange an include, to avoid linking from simgrid to...
2013-02-19 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-15 Augustin Degommeadd mpi_testall binding for fortran
2013-02-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-11 Augustin Degommeactivate a bunch of tests using mpi_ssend, and change...
2013-02-11 Augustin Degommeadd support for Ssend/Issend in SMPI
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-16 Jonathan Rouzaud... Merge with master
2012-12-20 Paul BédarideMove module tracing into corresponding modules
2012-12-12 Augustin Degommechange the way we handle MPI_Request termination
2012-12-10 Augustin Degommeadd a bunch of new fortran bindings, to make bigdft...
2012-12-06 Augustin Degommehandle proper cleanup of mpi datatypes with MPI_Type_fr...
2012-12-06 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-12-05 Augustin Degommemodify the way we handle MPI_ANY_SOURCE, MPI_ANY_TAG...
2012-12-03 Augustin Degommeremove sender's side data from mpi_send in the receiver...
2012-11-30 Augustin Degommeadd two functions to fortran bindings, needed by specfem
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-04 degommehandle MPI_UB and MPI_LB for real, activate tests in...
2012-10-27 Arnaud GierschMerge branch 'v3_8_x'
2012-10-27 Arnaud GierschMerge branch 'v3_8_x'
2012-10-26 Augustin Degommeadd a few fortran bindings and types to have better...
2012-10-26 Augustin Degommehave waitall output an error if an issue is encountered...
2012-10-24 alebreMerge branch 'master' into vmtrace
2012-10-19 navarroFix compilation error for smpi.
2012-10-19 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-19 navarroCompil smpi on win32.
2012-10-11 Augustin Degommeadd better support for MPI datatypes extent values...
2012-10-08 Arnaud GierschDeclare the function as static, and make the compiler...
2012-10-08 degommeadd a free method for datatypes
2012-10-05 degommeadd a declaration to remove a warning
2012-10-04 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-04 jean-noel quintin[smpi] reduce the amount of memory used with the detach...
2012-10-04 degommegeneralize non contiguous send method to other MPI...
2012-10-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-10-03 Augustin Degommeremove some warnings
2012-10-03 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-03 jean-noel quintin[smpi] add a gestion of non-contignous data
2012-10-02 Augustin Degommeadd support of MPI_PROC_NULL, correct behavior of waita...
2012-10-02 Augustin Degommeprovide Test and Wait functions with a better MPI_STATU...
2012-10-01 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-09-28 Augustin Degommevarious fixes for probing/testing
2012-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-09-27 jean-noel quintin[beginning smpi non contignous]
2012-09-27 Jonathan Rouzaud... Merge conflicts in instr_routing.c
2012-09-21 Augustin DegommeAdd support for various MPI_Type functions, to handle...
2012-09-20 Augustin Degommeadd support of MPI_Testall
2012-09-20 Augustin Degommeadd MPI_Probe and MPI_Iprobe support, and better handli...
2012-09-10 suteradd a getter to user data attached to a smpi_process
next