include "images/header.html"; ?>
The Cygwin tools are ports of the popular GNU development tools and utilities for Windows 95, 98, and NT. They function by using the Cygwin library which provides a UNIX-like API on top of the Win32 API.
To get the Cygwin software, please check:
http://cygwin.com
The Cygwin provides a UNIX-like multi-threaded programming environment
on top of the Windows-NT and Windows 2000. Omni OpenMP compiler uses
gcc in the Cygwin as a backend compiler. The runtime library uses POSIX
thread library of the Cygwin for multithreaded execution in Windows
environment.
Platforms
The current version of the Omni OpenMP compiler has been tested on the
following platforms:
gzip -dc Omni-1.6.tar.gz | tar xvf -
cd Omni
% ./configure --enable-gcc --without-jvm"--enable-gcc" option is preferred. The options of configure are described in "Installation Notes".
% make
% make installThe default install directory is "/usr/local".