Skip to content
Snippets Groups Projects
Commit 981f1b8b authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update compilers.md

parent 276df082
No related branches found
No related tags found
Loading
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment