相关代码 |
|
#!/bin/sh # # Execute script for program transp of the EuroBen Efficiency Benchmark. # exec 1>> transp.log 2>&1 echo 'start transp at' `date` 'id =' $$ time mpirun -np 8 x.transp #time mpiexec -n 8 x.transp echo 'end transp at' `date` 'id =' $$
相关资源 |
|