Re: gfortran, g95, and dual-core
- From: Tim Prince <timothyprince@xxxxxxxxxxxxx>
- Date: Sat, 29 Sep 2007 19:35:30 GMT
FX wrote:
In my installation of the 64-bit mingw binaries from the wiki, there isgfortran, 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).
no gomp specs file. In my experience of building gcc on windows, this
is a normal consequence of not enabling libgomp in the build.
Evidently, a pthreads-win64 library would be required here. OpenMP
support is not enabled in a default Windows build of gcc, although I do
always include it in my Cygwin builds.
.
- Follow-Ups:
- Re: gfortran, g95, and dual-core
- From: FX
- Re: gfortran, g95, and dual-core
- References:
- gfortran, g95, and dual-core
- From: Charles Russell
- Re: gfortran, g95, and dual-core
- From: Tim Prince
- Re: gfortran, g95, and dual-core
- From: FX
- gfortran, g95, and dual-core
- Prev by Date: Re: gfortran, g95, and dual-core
- Next by Date: Re: gfortran, g95, and dual-core
- Previous by thread: Re: gfortran, g95, and dual-core
- Next by thread: Re: gfortran, g95, and dual-core
- Index(es):
Relevant Pages
|