MPI程序的的编译与运行-并行程序简介

时间:2024-05-12 13:28:59
【文件属性】:

文件名称:MPI程序的的编译与运行-并行程序简介

文件大小:415KB

文件格式:PPT

更新时间:2024-05-12 13:28:59

并行

MPI程序的的编译与运行 mpif77 hello.f 或 mpicc hello.c 默认生成a.out的可执行代码. mpif77 –o hello hello.f 或 mpicc –o hello hello.c 生成hello的可执行代码. mpirun –np 4 a.out mpirun –np 4 hello 4 指定np的实参,表示进程数,由用户指定. a.out / hello 要运行的MPI并行程序. %小写o np: The number of process.


网友评论