Skip to content
Snippets Groups Projects
Commit 8eaacc4a authored by Andreas Herten's avatar Andreas Herten
Browse files

Merge branch 'knobloch1/doc-patch-2'

parents e18c3ffa 0c908379
No related branches found
No related tags found
No related merge requests found
......@@ -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
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment