From 981f1b8b8166b234d45f98935266d96d2c423459 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Wed, 15 Apr 2020 10:42:33 +0200 Subject: [PATCH] Update compilers.md --- docs.it4i/software/compilers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.it4i/software/compilers.md b/docs.it4i/software/compilers.md index 2bc1412d1..79ba5b5e8 100644 --- a/docs.it4i/software/compilers.md +++ b/docs.it4i/software/compilers.md @@ -97,13 +97,13 @@ int main() { } ``` -To compile the example use +To compile the example, use: ```console $ gupc -o count.upc.x count.upc ``` -To run the example with 5 threads issue +To run the example with 5 threads, use: ```console $ ./count.upc.x -fupc-threads-5 -- GitLab