Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to activate coverity for simgrid
[simgrid.git] / examples / smpi / NAS / EP-trace / 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.