SpECTRE
v2024.08.03
|
This set of tutorials will develop a parallel executable in stages, beginning with the simplest possible executable, and then introducing SpECTRE's parallel features one step at a time. At each stage, the tutorials will illustrate what code a user needs to add in order to use a particular feature, and then, for those interested, an explanation of the metaprogramming that turns the user-provided code into an actual SpECTRE parallel executable.
Prior to going through these tutorials, you should have installed SpECTRE and built it successfully.
Tutorial name | Concepts introduced |
---|---|
Parallelism in SpECTRE | SpECTRE and Charm++ |
Minimal executable | Metavariables, Main component |
See also: ParallelInfo Executable See also: RandomAmr Executable