Typos and correction of LibSCI naming.
Compare changes
@@ -24,7 +24,7 @@ see [Lorenz Compiler performance benchmark][a].
To combine the optimizations for the general CPU code and have the most efficient BLAS routines we recommend the combination of lastest Intel Compiler suite, with Cray's Scientific Library bundle (LIBSCI). When using the Intel Compiler suite includes also support for efficient MPI implementation utilizing Intel MPI library over the Infiniband interconnect.
To combine the optimizations for the general CPU code and have the most efficient BLAS routines we recommend the combination of lastest Intel Compiler suite, with Cray's Scientific Library bundle (LibSci). When using the Intel Compiler suite includes also support for efficient MPI implementation utilizing Intel MPI library over the Infiniband interconnect.
@@ -39,10 +39,10 @@ There are usually two standard situation how to compile and run the code
@@ -55,10 +55,10 @@ This enables effective run over all 128 cores available on a single Karlina comp
@@ -69,7 +69,7 @@ OMP_NUM_THREADS=64 OMP_PROC_BIND=true mpirun -n 2 ${HOME}/BINARY.x