A9 Step 4 clarrification

A9 Step 4 clarrification

by Stashu Kozlowski -
Number of replies: 1

Should every MPI process generate a set of 100,000/size random numbers and then send all of those to the root process. 

That is should Every MPI process generate a Z_mini such that Z is the union of all Z_mini. Or does every process just produce a 100,000 random distribution set and we send that to the root?

In reply to Stashu Kozlowski

Re: A9 Step 4 clarrification

by Ramses van Zon -
The first, i.e., every MPI process should generate 100,000/size per batch.