搜索结果
找到约 2 项符合
mpirun 的查询结果
按分类筛选
其他 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"
编译器/解释器 利用MPI实现并行化的jacobi算法
利用MPI实现并行化的jacobi算法,同时加入串行实现的算法用于对比
编译:mpicc jacobi.c -o jacobi
运行:mpirun -n nodenum jacobi