Update home fixed the compile hello1.c to hello.c authored by Villerius's avatar Villerius
......@@ -381,8 +381,8 @@ If you are going to compile this program without the correct loaded module(s), y
```
$ module li
No modules loaded
$ gcc hello1.c -o hello1
hello1.c:2:10: fatal error: mpi.h: No such file or directory
$ gcc hello.c -o hello
hello.c:2:10: fatal error: mpi.h: No such file or directory
#include <mpi.h>
^~~~~~~
compilation terminated.
......
......