-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
While running using command
g++ -std=c++11 main.cpp
I get
main.cpp:64:10: fatal error: mpi.h: No such file or directory
64 | #include <mpi.h>
| ^~~~~~~
compilation terminated.
When typing make i get
CC -std=c++11 -g -O3 -xHost -fopenmp -DDONT_CREATE_DIAG_FILES -c -o main.o main.cpp
make: CC: Command not found
make: *** [Makefile:47: main.o] Error 127
Metadata
Metadata
Assignees
Labels
No labels