代码搜索结果
找到约 59,334 项符合
1 的代码
project.da7
1.01
project.da5
1.00
project.da7
1.01
version
1.31
te3.txt
<mark>1</mark>.35062
-<mark>1</mark>.<mark>1</mark>7602
0.503<mark>1</mark><mark>1</mark><mark>1</mark>
0.4<mark>1</mark>890<mark>1</mark>
<mark>1</mark>.3442
<mark>1</mark>.<mark>1</mark>2988
0.<mark>1</mark>30928
0.22438<mark>1</mark>
<mark>1</mark>
<mark>1</mark>.33859
-<mark>1</mark>.<mark>1</mark>7602
0.<mark>1</mark><mark>1</mark><mark>1</mark>073
0.336825
<mark>1</mark>.33<mark>1</mark>69
<mark>1</mark>. ...
readme.txt
1. compile:
mpicc matrix.c -o matrix
2. run:
mpirun -np 4 matrix
3. result:
Input of file "dataIn.txt"
3 3
1.000000 2.000000 3.000000
4.000000 5.000000 6
readme.txt
1. compile:
mpicc invert.c -o invert
2. run:
mpirun -np 4 invert
3. result( in file dataOut.txt):
Input of file "dataIn.txt"
3 3
1.000000 -1.000000 1.000000
5.000000
readme.txt
1. compile:
mpicc seidel.c -o seidel
2. run:
mpirun -np 4 seidel
3. result:
Input of file "dataIn.txt"
3 4
9.000000 -1.000000 -1.000000 7.000000
-1.000000 8.
readme.txt
1. compile:
mpicc ludep.c -o ludep
2. run:
mpirun -np 3 ludep
3. result:
Input of file "dataIn.txt"
3 3
2.000000 1.000000 2.000000
0.250000 1.250000 1.50
readme.txt
1. compile:
mpicc jacobi.c -o jacobi
2. run:
mpirun -np 4 jacobi
3. result (also in file dataOut.txt):
Input of file "dataIn.txt"
4 5
9.000000 -1.000000 -1.000000 1