搜索:mpirun
找到约 2 项符合「mpirun」的查询结果
结果 2
按分类筛选
https://www.eeworm.com/dl/534/337000.html
其他
1. compile: mpicc cjacobi.c -o cjacobi -lm 2. run: mpirun -np 4 cjacobi 3. result: Input of
1. compile:
mpicc cjacobi.c -o cjacobi -lm
2. run:
mpirun -np 4 cjacobi
3. result:
Input of file "dataIn.txt"
https://www.eeworm.com/dl/628/319751.html
编译器/解释器
利用MPI实现并行化的jacobi算法
利用MPI实现并行化的jacobi算法,同时加入串行实现的算法用于对比
编译:mpicc jacobi.c -o jacobi
运行:mpirun -n nodenum jacobi