Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sed -i -e 's/\t/ /g' *.[ch] Please people, stop using tabs in your source
[simgrid.git] / examples / smpi / NAS / EP / README
1 This code implements the random-number generator described in the
2 NAS Parallel Benchmark document RNR Technical Report RNR-94-007.
3 The code is "embarrassingly" parallel in that no communication is
4 required for the generation of the random numbers itself. There is
5 no special requirement on the number of processors used for running
6 the benchmark.