Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New actions for the time independent trace replay framework:
authorGeorge Markomanolis <george@markomanolis.com>
Sat, 8 Jun 2013 14:51:53 +0000 (16:51 +0200)
committerGeorge Markomanolis <george@markomanolis.com>
Sat, 8 Jun 2013 14:51:53 +0000 (16:51 +0200)
commit041f6cf28a3d83ee106f4ac7c80fa65809f50a31
tree56746c4c8e0595269624f21463a2b594f81cd83d
parent9d7537a900d7a00156eda13f5fd6ec26b10eb242
New actions for the time independent trace replay framework:
Gather
AllGatherV
ReduceScatter

* I changed some declarations from xbt_new0() to calloc(), I had to use an MPI datatype variable declared as MPI_CURRENT_TYPE and it was not possible with xbt_new0().
* Some new example files for the collectives calls with real values extracted from BigDFT.
examples/smpi/replay/actions_allgatherv.txt [new file with mode: 0644]
examples/smpi/replay/actions_gather.txt [new file with mode: 0644]
examples/smpi/replay/actions_reducescatter.txt [new file with mode: 0644]
src/smpi/smpi_replay.c