We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5506fe commit d1caff5Copy full SHA for d1caff5
README.md
@@ -43,7 +43,7 @@ openMP is a part of the compiler, so we can use Homebrew to install GNU Compiler
43
$ brew install gcc --without-multilib
44
```
45
46
-and then you can run your .c program for example (helloWorldOMP.c) with this command
+and then you can compile and run your .c program for example (helloWorldOMP.c) with these commands
47
48
gcc-7 -fopenmp -o helloWorldOMP helloWorldOMP.c
49
./helloWorldOMP
0 commit comments