Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update home fixed the compile hello1.c to hello.c
authored
Mar 23, 2020
by
Villerius
Hide whitespace changes
Inline
Side-by-side
home.md
View page @
a58f0cf3
...
@@ -381,8 +381,8 @@ If you are going to compile this program without the correct loaded module(s), y
...
@@ -381,8 +381,8 @@ If you are going to compile this program without the correct loaded module(s), y
```
```
$ module li
$ module li
No modules loaded
No modules loaded
$ gcc hello
1
.c -o hello
1
$ gcc hello.c -o hello
hello
1
.c:2:10: fatal error: mpi.h: No such file or directory
hello.c:2:10: fatal error: mpi.h: No such file or directory
#include <mpi.h>
#include <mpi.h>
^~~~~~~
^~~~~~~
compilation terminated.
compilation terminated.
...
...