치명적인 오류: mpi.h: 해당 파일 또는 디렉토리 #이(가) 없습니다. 제 대본을 편집하는 데 있어서 #include 그런 파일이나 디렉토리가 없다고 합니다.그러나 mpi.h로의 경로를 포함하면 #include "/usr/include/mpi/mpi.h" (경로가 올바름)이 반환됩니다. In file included from /usr/include/mpi/mpi.h:2087:0, from lbm.cc:7: /usr/include/mpi/openmpi/ompi/mpi/cxx/mpicxx.h:35:17: fatal error: mpi.h: No such file or directory #include "mpi.h" ^ compilation terminated. 이거 고칠 줄 아는 사람?문제는 MPI 컴파..