From a8529d4303bb0a4c2101dcce0e8563345ea4dc0f Mon Sep 17 00:00:00 2001 From: Andreas Herten <a.herten@fz-juelich.de> Date: Thu, 9 Mar 2017 10:47:33 +0100 Subject: [PATCH] Minor cosmetic changes --- JURON.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/JURON.md b/JURON.md index f8d9fc0..4e77583 100644 --- a/JURON.md +++ b/JURON.md @@ -43,14 +43,10 @@ JURON und JURECA both share a common file system (*GPFS*). For working on both m JURECA offers `$HOME` and `$WORK` for long-term and short-term (but somewhat faster) storage of data. JURON offers both locations as well, but without any difference in connection speed. -## Useful GCC compiler options - -Ofast - - -flto -- Enable link-time optimization - - -mcpu=power8 -- Set architecture type, register usage, and instruction scheduling parameters for POWER8 - - -mveclibabi=mass -- Use the MASS vector library for vectorization - - - IBM compiler flags for the SPEC CPU benchmarks (P7): https://www.spec.org/cpu2006/results/res2013q3/cpu2006-20130729-26110.txt \ No newline at end of file +## Useful GCC Compiler Options + +* `-Ofast`: Compile with optimizations for speed +* `-flto`: Enable link-time optimization +* `-mcpu=power8`: Set architecture type, register usage, and instruction scheduling parameters for POWER8 +* `-mveclibabi=mass`: Use the MASS vector library for vectorization +* *Further:* IBM compiler flags for the SPEC CPU benchmarks (P7): https://www.spec.org/cpu2006/results/res2013q3/cpu2006-20130729-26110.txt -- GitLab