Parallel implicit Monte Carlo in C
暂无分享,去创建一个
The authors are developing a parallel C++ Implicit Monte Carlo code in the Draco framework. As a background and motivation for the parallelization strategy, they first present three basic parallelization schemes. They use three hypothetical examples, mimicking the memory constraints of the real world, to examine characteristics of the basic schemes. Next, they present a two-step scheme proposed by Lawrence Livermore National Laboratory (LLNL). The two-step parallelization scheme they develop is based upon LLNL`s two-step scheme. The two-step scheme appears to have greater potential compared to the basic schemes and LLNL`s two-step scheme. Lastly, they explain the code design and describe how the functionality of C++ and the Draco framework assist the development of a parallel code.