Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix various build errors.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 25 Mar 2013 21:27:09 +0000 (22:27 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 25 Mar 2013 23:04:00 +0000 (00:04 +0100)
commit25fd5bf34caebe9efb725c743c7c4e0319c46ad2
treed1d7e6f1c400c0c08e0f6cd785e5d780106546ef
parent1b688c83e1d48eda7a3392c2a7f0c3c540e77f7d
Fix various build errors.

Mainly unused variables, or pointer arithmetic with pointers to void.

The builds with compile optimizations are still broken, because of smpi symbols
imported in libsimgrid, but I'm not sure how to fix this properly.
src/include/smpi/smpi_interface.h
src/smpi/colls/alltoall-2dmesh.c
src/smpi/colls/alltoall-3dmesh.c
src/smpi/colls/alltoall-pair.c
src/smpi/colls/alltoall-rdb.c
src/smpi/colls/alltoall-simple.c
src/smpi/smpi_coll.c