Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
[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.