Hi,
I'm not a Windows developer. I would try with
-static (a gcc option, which can be used with gfortran, I think), based on
http://gcc.gnu.org/onlinedocs/gfortran/ ... NU-Fortranand
http://gcc.gnu.org/onlinedocs/gcc-3.0/gcc_3.htmlAnd, just in case:
-static-libgfortran, based on
http://gcc.gnu.org/onlinedocs/gfortran/ ... nk-OptionsAlso, enable full warning generation. Unfortunately, "this option has no effect" statement/s in the man pages does not help a lot... so I think you will have to try and see by yourself, since it applies to every library used by your source code.
BTW,
AMD processors such as the AMD 16-core bulldozer processors
I've seen that bulldozer is just about 8-core + SMT + replicated integer units, do you have non floating point compute intensive code?
HTH,
Fernando.