Terribly slow compilation of POP.F

I have a computer with 4 AMD Opteron processors 2.4 GHz each, and 4Gb RAM.

OS is Debian Linux with kernel 2.6.15
Compiler is PGI version 6.1-2 64-bit target on x86-64 Linux

This file has only 7Kb of a code, but is compiled for about 45-50 minutes.

Is it possible to speed up the compilation?
 

njn01

Member
The POP model compiles very slowly on other platforms, too. If you can compile on more than one processor, that will help somewhat. Check the value of GMAKE_J in your env_mach.xxx script.
 
Back
Top