Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change default value of maxmin/precision to 1e-3 for smpi. Fix bug [#17132]
authorAugustin Degomme <degomme@idpann.imag.fr>
Tue, 6 May 2014 14:55:59 +0000 (16:55 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Tue, 6 May 2014 14:55:59 +0000 (16:55 +0200)
commit7c290a2f35aea837ef610146cf7b1f1ad5c45455
treeeff3f5b7ea8fedd0e419f5a049dbd1330f060412
parenta1c4487215f6812e365cfa895b1d1324d817022b
change default value of maxmin/precision to 1e-3 for smpi. Fix bug [#17132]
The default one was uselessly low, since the actual computation precision is now surf/precision.
This lead to some bug on 64 bit systems when comparing large values (>1M) with insanely high precision (1e-9).
examples/smpi/energy/energy.tesh
examples/smpi/energy/f77/energy.tesh
examples/smpi/energy/f90/energy.tesh
examples/smpi/replay/smpi_replay.tesh
examples/smpi/tracing/smpi_traced.tesh
teshsuite/bug-17132/bug-17132.tesh