5 The most common installation procedure looks as follows.
7 Unpack the tar archive and change into the unpacked directory.
13 =======================
14 Intel compiler settings
15 =======================
17 The Intel compiler can improve performance by vectorizing certain
18 parts of the code on x86 architectures.
21 make CFLAGS="-O3 -xCORE-AVX2"
23 This assumes that you have a CPU which supports AVX2.