Compiling Applications for BG/L

From Rizzo_Lab
Revision as of 13:31, 18 February 2009 by WikiSysop (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Front End Node

The fen is a PowerPC64 machine with 10 cores running SUSE/Linux. Both gcc and IBM XL compilers are available.

gcc options that work well

-O3 -static -ffast-math -maltivec

For reasons unknown, specifying -mtune=powerpc64 -mpowerpc64 causes DOCK to segfault while running.

Resources