Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
quick fix that hopefully won't break too much compilation ... the second parameter...
authorAugustin Degomme <degomme@idpann.imag.fr>
Wed, 31 Oct 2012 15:29:16 +0000 (16:29 +0100)
committerAugustin Degomme <degomme@idpann.imag.fr>
Wed, 31 Oct 2012 15:29:16 +0000 (16:29 +0100)
commit2ecf418098cd2c0f6f099b53fd3a66d23d0d06b2
treec06fcb620aee3db75de47a947e885389a297fe4c
parentbcd85ff340028f23723c6203c2985fa55e9d3217
quick fix that hopefully won't break too much compilation ... the second parameter of gettimeofday should never be used, and its type changes on some systems (void* or struct timezone*). As we don't need it, I just removed it from smpi_gettimeofday, which now takes only one parameter
include/smpi/mpi.h
include/smpi/smpi.h
src/smpi/smpi_bench.c