passing argument 4 of ‘proc_create’ from incompatiable pointer type
时间: 2024-06-12 18:08:28 浏览: 200
MPI.rar_MPI_mpi 读取文件_mpi读取_num_create.exe_李沅衡
"passing argument 4 of 'proc_create' from incompatible pointer type"是编译器错误的提示,表示在调用函数'proc_create'时,第四个参数的指针类型与函数声明的参数类型不兼容。
要解决这个问题,您需要检查函数'proc_create'的声明,并确保传递给它的第四个参数具有与声明中指定的类型相匹配的指针类型。
阅读全文