With a budget of 30 yen, we proposed a machine that can run Monte Carlo simulation with a single-thread C program at high speed.
In single thread processing, the number of clocks per core is important. However, since Monte Carlo simulation is generally compatible with parallelization, we proposed two types: a specification that emphasizes expandability that allows you to increase the number of CPU cores and memory later, and a specification that emphasizes single-thread processing capacity. Was ordered with specifications that emphasize expandability. As for OS, CentOS is pre-installed.
■ Click here for details of the case Single-threaded Monte Carlo simulation machine |