From 424be8b6a97735067426241902830d45d896826e Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Tue, 17 Mar 2020 09:14:28 +0100 Subject: [PATCH] Update compilers.md --- docs.it4i/software/compilers.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs.it4i/software/compilers.md b/docs.it4i/software/compilers.md index 148d171ef..2bc1412d1 100644 --- a/docs.it4i/software/compilers.md +++ b/docs.it4i/software/compilers.md @@ -55,7 +55,7 @@ For more information, see the [PGI page][a]. ## GNU -For compatibility reasons there are still available the original (old 4.8.5) versions of GNU compilers as part of the OS. These are accessible in the search path by default. +For compatibility reasons, the original (old 4.8.5) versions of GNU compilers as part of the OS are still available. These are accessible in the search path by default. It is strongly recommended to use the up to date version which comes with the module GCC: @@ -66,7 +66,7 @@ $ g++ -v $ gfortran -v ``` -With the module loaded two environment variables are predefined. One for maximum optimizations on the cluster's architecture, and the other for debugging purposes: +With the module loaded, two environment variables are predefined. One for maximum optimizations on the cluster's architecture, and the other for debugging purposes: ```console $ echo $OPTFLAGS @@ -109,15 +109,15 @@ To run the example with 5 threads issue $ ./count.upc.x -fupc-threads-5 ``` -For more information see the man pages. +For more information, see the man pages. ## Java -For information how to use Java (runtime and/or compiler), read the [Java page][2]. +For information on how to use Java (runtime and/or compiler), read the [Java page][2]. ## NVIDIA CUDA -For information how to work with NVIDIA CUDA, read the [NVIDIA CUDA page][3]. +For information on how to work with NVIDIA CUDA, read the [NVIDIA CUDA page][3]. [1]: intel/intel-suite/intel-compilers.md [2]: lang/java.md -- GitLab