Radioss Parallelization
The performance criterion in the computation was always an essential point in the architectural conception of Radioss. At first, the program has been largely optimized for the vectored super-calculators like CRAY. Then, a first parallel version SMP made possible the exploration of shared memory on processors.
- SMP: Shared Memory Processors,
- SPMD: Single Program Multiple Data.
In this section, the principle of Radioss parallelization is described.