Table of Contents
Parallel programming
Basics to diverent parallel programming Models and Glossary.
Tutorials, Lectures and Practicals with Youtube sessions from the ARCHER Sommer School.
directives based data parallel model (pragma based):
Serial code is made parallel by adding directives (which appear as comments in the serial code) that tell the compiler how to distribute data and work across the several processors and compute clients.