When I try to execute code by using this command:
gcc ASD.c -o ASD.out*
I get this:
ASD.c:2:10: fatal error: mpi.h: No such file or directory
2 | #include <mpi.h>
| ^~~~~~~
compilation terminated.
Any help to fix this, please?
ASD.c
, do you have any guides about its compilation? What is your Ubuntu version? – N0rbert Feb 02 '22 at 19:14dpkg -S /usr/include/mpi.h
– waltinator Feb 05 '22 at 23:45