Re: gfortran, g95, and dual-core



gfortran, since 4.2, supports OpenMP parallel compilation (but
apparently not for mingw).

Yes it does support OpenMP on Windows, providing that a POSIX thread
library is available. As an example, the Windows binaries of gfortran
regularly built and available at http://gcc.gnu.org/wiki/GFortranBinaries
include OpenMP support (using the pthreads-win32 library, provided in the
installer).

--
FX
.