Question: Question in high performance computing 5. Consider that you are using the CLHEP library and the Mersenne Twister 1997 generator. Propose 2 C++ codes. .

Question in high performance computing
5. Consider that you are using the CLHEP library and the Mersenne Twister 1997 generator. Propose 2 C++ codes. . The first inputs 'N' as the number of processors and 'MaxL' as the maximum number of drawings for each parallel simulations. This first program creates N files en places MaxL numbers generated by MT in each file using the leap frog technique. (2 pts) The Second program reads a file name and a number Max on the command line, uses this name as an initial status for MT and draws Max numbers with MT correctly initialized. (2 pts) 5. Consider that you are using the CLHEP library and the Mersenne Twister 1997 generator. Propose 2 C++ codes. . The first inputs 'N' as the number of processors and 'MaxL' as the maximum number of drawings for each parallel simulations. This first program creates N files en places MaxL numbers generated by MT in each file using the leap frog technique. (2 pts) The Second program reads a file name and a number Max on the command line, uses this name as an initial status for MT and draws Max numbers with MT correctly initialized. (2 pts)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
