Site Tools


openmp

**This is an old revision of the document!**

Table of Contents

OpenMP

OpenMP is a standardized API for

// Compile: gcc -fopenmp main.c -o main
// Run:     ./main
#include <stdio.h>
 
int main() {
 
}
openmp.1781126467.txt.gz ยท Last modified: by Ivan Janevski