NERSC - National Energy Research Scientific Computing Center#
Introduction#
The National Energy Research Scientific Computing Center (NERSC) is a high-performance computing center that provides computational resources and services to the U.S. Department of Energy’s Office of Science. NERSC supports a wide range of scientific research by offering advanced computing capabilities, data storage, and software tools.
In this section, we will explore how to utilize NERSC’s resources for Fortran programming which incudes parallel computing using OpenMP.
Code can be found at the following link:
Table of Contents#
- Supercomputing Crash Course
- Crash Course in Supercomputing: Compute Pi in a Serial Fashion
- What the code does (high-level)
- File-by-file explanation
- Statistical properties of the estimator (why it works)
- Corrections & precision improvements (recommended)
- Suggested polished version of
compute_pi_serial.f90
- How to build and run
- Further remarks & optional enhancements