Compile and run your OpenMP program

The command to compile OpenMP C programs is omcc. The command to compile OpenMP Fortran77 programs is omf77 .

To run the OpenMP program, just execute the compiled executable on your SMP platform. The number of processor (or operating system threads) used is controlled as follows:

Test programs

Several OpenMP test programs are included in "tests" directory. You should make sure that the Omni Compiler is installed correctly by compiling and running these test programs.

You can monitor the parallel execution the following command: