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 ...@@ -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 hello1.c -o hello1 $ gcc hello.c -o hello
hello1.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.
... ...
......