Re: gfortran, g95, and dual-core
- From: glen herrmannsfeldt <gah@xxxxxxxxxxxxxxxx>
- Date: Sun, 30 Sep 2007 11:05:54 -0800
Tim Prince wrote:
> For example,(with f77 code) if the makefile
runs fsplit on a single source file, causes each subroutine to be
rebuilt separately, then combines individual objects into a single large
object, make doesn't automatically see the possibility of building the
individual objects in parallel.
Many people use nested makefiles. That is, running make from
inside the makefile. It would seem that if you ran fsplit,
then ran make on the resulting files it should be able to build
in parallel.
I wonder, though, if compilers are using so much memory as to
start swapping it wouldn't help much to run them in parallel.
-- glen
.
- Follow-Ups:
- Re: gfortran, g95, and dual-core
- From: Charles Russell
- Re: gfortran, g95, and dual-core
- References:
- gfortran, g95, and dual-core
- From: Charles Russell
- Re: gfortran, g95, and dual-core
- From: FX
- Re: gfortran, g95, and dual-core
- From: Charles Russell
- Re: gfortran, g95, and dual-core
- From: Tim Prince
- gfortran, g95, and dual-core
- Prev by Date: Re: Windows array allocation problem
- Next by Date: Re: Windows array allocation problem
- Previous by thread: Re: gfortran, g95, and dual-core
- Next by thread: Re: gfortran, g95, and dual-core
- Index(es):
Relevant Pages
|