]> AND Public Git Repository - simgrid.git/blob - examples/smpi/NAS/EP/README
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
this file went public, obviously, so let's document it properly
[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.