diff --git a/JURON.md b/JURON.md index 380541c0f9843abe1933ed25cfb3b7b2331229bf..4e77583bfbb346e755ecd4706bb48863d1b90480 100644 --- a/JURON.md +++ b/JURON.md @@ -42,3 +42,11 @@ JURON uses LSF as its method of running jobs on the GPU-equipped compute nodes. JURON und JURECA both share a common file system (*GPFS*). For working on both machines simultaneously, a dedicated folder for a build on each machine might be helpful. 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`: 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 diff --git a/convert2pdf/JURON.pdf b/convert2pdf/JURON.pdf index b3ec3501f759aa8275c09e4a8428ff7ff57c462e..acd57d8e35bd31d39dde332bd8ad88710a946e81 100644 Binary files a/convert2pdf/JURON.pdf and b/convert2pdf/JURON.pdf differ diff --git a/convert2pdf/Profiling-scorep-Vampir.pdf b/convert2pdf/Profiling-scorep-Vampir.pdf index 0b2bc37fbeafbaf4e900c7906c0a9fb162cfbde1..8bb771416def6a177ebb56060cc5b0bfb96542b4 100644 Binary files a/convert2pdf/Profiling-scorep-Vampir.pdf and b/convert2pdf/Profiling-scorep-Vampir.pdf differ diff --git a/convert2pdf/all.pdf b/convert2pdf/all.pdf index 0e46a60d111e072d79cbf093490669986b3ad227..976531dd6913c6872715b2882975bcad99ac908e 100644 Binary files a/convert2pdf/all.pdf and b/convert2pdf/all.pdf differ