Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to please clang. No idea of why it fails on mac but works on linux...
[simgrid.git] / src / smpi /
2015-09-21 Christian Heinrich[SMPI] Grammar...
2015-09-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-09-07 Gabriel CoronaMerge remote-tracking branch 'origin2/master'
2015-09-07 Gabriel CoronaUse env to find script interpreters
2015-08-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-08-27 Gabriel Corona[smpi] Fix compilation
2015-08-27 Gabriel Corona[smpi] Avoid locking the mutex when it's not needed
2015-08-25 Gabriel Coronasmpirun: Option to run the child in foreground
2015-08-25 Gabriel Coronasmpirun: Raise the same signal we received
2015-08-24 Gabriel Coronasmpirun: cleanup files and children before dying
2015-08-16 Martin Quinsonuniformize simcall_comm_send() and simcall_comm_recv()
2015-08-16 Martin Quinsonspellcheck
2015-08-05 Martin QuinsonUpdate copyright notices
2015-07-24 kbaatiMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-21 Martin QuinsonSimplify the process_execute simcall
2015-07-21 Martin Quinsonmassive rename of simcalls: execution is related to...
2015-07-18 Martin QuinsonGive simgrid's host its own header file and datatype
2015-07-16 degommeprotect against MPI_BOTTOM
2015-07-16 degommeFix fortran mpi_type_struct and mpi_type_create_struct...
2015-07-14 Martin QuinsonMerge pull request #17 from mpoquet/master
2015-06-25 degommefix memory leak
2015-06-23 degommeFind objdump before admitting privatization is possible...
2015-06-18 Martin Quinsonmerge smpi_replay_init and smpi_replay_finalize into...
2015-06-17 Martin Quinsonsome sorting in the [smpi/xbt]_replay stuff
2015-06-16 degommefix unused return value warning
2015-06-15 Martin QuinsonSMPI replay: make sure that the replay is inited even...
2015-06-15 Gabriel CoronaRemove unused variable
2015-06-13 Olivier Richard[SMPI] smpi_process_init: revert to SIMIX_process_count...
2015-06-13 Olivier RichardCosmetics
2015-06-13 Olivier Richard[SMPI] index_to_rank_map must be a xbt_dict, not a...
2015-06-13 Olivier Richard[SMPI] change SIMIX_process_count() by process count
2015-06-13 Olivier Richard[SMPI] reqq must be a xbt_dict not a xbt_dynar
2015-06-13 Olivier Richard[SMPI] Fixed smpi_replay_init()
2015-06-13 Olivier Richard[SMPI] Fixed smpi_replay_init()
2015-06-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-06-09 Martin QuinsonNew: MSG_host_get_pstate() and smpi_get_host_pstate()
2015-06-09 Gabriel CoronaUse xbt_strdup instead of strdup
2015-06-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-06-09 Martin Quinsonfurther energy interface cleanups (see changelog)
2015-06-04 Christian HeinrichAdded xbt_assert statement to smpi_mpi_dt.c
2015-06-04 Christian HeinrichFixed bug in SMPI datatypes, causing SG to segfault.
2015-05-26 Christian Heinrich[SMPI] Fixed portability issues with shm_open.
2015-05-26 Christian Heinrich[SMPI] Added several document blocks for ois, or and ois
2015-05-26 Christian Heinrich[SMPI] Just some cosmetics (indentation), no changes
2015-05-26 Christian Heinrich[SMPI] Improved several comments in the code
2015-05-19 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-04-28 Gabriel Corona[smpi] Better implementation of predefined attributes
2015-04-27 Christian HeinrichRemoved keyword 'register' from files.
2015-04-27 Gabriel CoronaMerge branch 'master' into mc
2015-04-17 Gabriel Corona[mc] Remove standalone mode and remove MC_do_the_modelc...
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
2015-04-08 Adrien LebreMerge before commiting VM changes - Adrien
2015-04-04 Martin Quinsoncleanups and simplifications to our build system
2015-03-17 Gabriel Corona[mc] Read smpi_privatisation_regions from MCed in MC_re...
2015-03-17 Gabriel Corona[smpi] Move start_data_exe and size_data_exe in the...
2015-03-10 Gabriel CoronaMerge branch 'master' into mc-process
2015-02-22 Martin QuinsonSMPI: info message when the collective algorithm is...
2015-02-18 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-02-16 Martin QuinsonHave smpirun, smpicc and friends display the simgrid...
2015-02-16 Martin Quinsonmake smpirun guess the hostfile for cluster tags too
2015-02-12 Gabriel CoronaMerge master into mc-process
2015-01-26 Martin Quinsoneven more informative error message
2015-01-25 Martin Quinsonmore informative error message in some obscure error...
2015-01-20 sutermore verbose output following a weird crash on my laptop
2014-12-19 Gabriel Corona[mc] Add some FIXMEs for cross-process support
2014-12-08 degommebashism -- (fix https://bugs.debian.org/cgi-bin/bugrepo...
2014-12-08 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-12-08 Christian HeinrichFixed return values for several MPI_WIN functions
2014-12-08 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-12-06 Augustin DegommeAdd a mutex to lock access to the SMPI mailboxes when...
2014-12-06 Augustin DegommeRevert "Avoid using simcalls here, as by descheduling...
2014-12-05 Augustin DegommeAdd MPI_Win_post, MPI_Win_start, MPI_Win_complete,...
2014-12-04 Gabriel CoronaMerge branch 'master'
2014-12-02 Augustin DegommeAvoid using simcalls here, as by descheduling the proce...
2014-12-02 Augustin Degommetypos-=2
2014-12-02 Augustin Degommeavoid problem when freeing pointer with lb!=0
2014-12-01 Gabriel Corona[mc] Enable MC specific behaviour in replay mode
2014-12-01 Gabriel CoronaRevert "[mc] Enable MC specific behaviour in replay...
2014-12-01 Gabriel Corona[mc] Enable MC specific behaviour in replay mode
2014-12-01 Gabriel Corona[mc] Initial support MC record/replay
2014-11-28 Adrien Lebremerge msg_vm.c - adrien (please note that there is...
2014-11-18 degommeprotect these calls to smpi_datatype_size as they are...
2014-11-17 degommeFix problem with unknown datatypes in replay/tracing.
2014-11-17 degommeThere should not be msg datatypes here
2014-11-13 Gabriel Corona[mc] Disable timer in MC
2014-11-07 Augustin DegommeSimplify use of dict for smpi attr handling.
2014-11-07 Gabriel Corona[mc] Don't fork another process in the hop spot, MC_get...
2014-11-06 Augustin Degommeadd mpi_info_* support to fortran, and activate relevan...
2014-11-06 Augustin DegommeAdd mpi_info support for rma calls
2014-11-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-11-03 Augustin DegommeAdd preliminary support for MPI_Pack, MPI_Pack_size...
2014-11-03 Augustin DegommeAdd MPI_Info_* support.
2014-11-02 Martin Quinsonrename smx_action_t to smx_synchro_t
2014-10-31 degommeprovide user-friendly errors when replay encounters...
2014-10-30 degommeSomehow .. we forgot to replay allgather.
2014-10-30 degommeroot should be optional for gather replay (as it is...
2014-10-30 degommeAdd tracing for RMA calls
2014-10-30 degommeprevious commit was a mistake. Handle the case more...
next