fatal error: mpi.h: No such file or directory #include

前端 未结 7 1309
迷失自我
迷失自我 2020-12-08 00:50

when I compile my script with only

#include 

it tells me that there is no such file or directory. But when i include the path

相关标签:
7条回答
  • 2020-12-08 01:32

    On Fedora:

    dnf install openmpi-devel
    
    0 讨论(0)
提交回复
热议问题