搜索结果

找到约 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"
https://www.eeworm.com/dl/534/337000.html
下载: 74
查看: 1029

编译器/解释器 利用MPI实现并行化的jacobi算法

利用MPI实现并行化的jacobi算法,同时加入串行实现的算法用于对比 编译:mpicc jacobi.c -o jacobi 运行:mpirun -n nodenum jacobi
https://www.eeworm.com/dl/628/319751.html
下载: 26
查看: 1037