Compaq Fortran provides library routines you can use
for directed parallel decomposition (when specifying the -mp
and -omp
compiler options) on Tru64 UNIX systems:
When writing new programs that call the run-time parallel library routines, use the OpenMP Fortran API format.
For a helpful program interface, you should add the following statement to the program unit containing the parallel routines:
INCLUDE '/usr/include/forompdef.f'
For more information on a specific routine, see the appropriate reference page; for example, for more information on omp_set_lock, see omp_set_lock(3f).
For More Information: