PCF
Standardization (circa 1993) of shared memory parallelism in Fortran
A PCF program is multithreaded, with explicit synchronization between the threads and shared variables
A PCF program is divided into regions
- Serial regions: Only the master thread executes
- Parallel regions: Work shared by all threads