代码搜索结果
找到约 10,000 项符合
X 的代码
x.all
#!/bin/sh
#
# Execute script for program ping of the EuroBen Efficiency Benchmark.
#
exec 1>> ping.log 2>&1
echo 'start ping at' `date` 'id =' $$
time mpirun -np 2 x.ping
#time mpiexec -n 2 x.ping
ech
x.all
#!/bin/sh
#
# Execute script for program gmxv of the EuroBen Efficiency Benchmark.
#
exec 1>> gmxv.log 2>&1
echo 'start gmxv at' `date` 'id =' $$
time x.gmxv
echo 'end gmxv at' `date` 'id =' $$
x.all
#!/bin/sh
#
# Execute script for program gmxm of the EuroBen Efficiency Benchmark.
#
exec 1>> gmxm.log 2>&1
echo 'start gmxm at' `date` 'id =' $$
time x.gmxm
echo 'end gmxm at' `date` 'id =' $$
x.all
#!/bin/sh
#
# Execute script for program linspar of the EuroBen Efficiency Benchmark.
#
exec 1>> linspar.log 2>&1
echo 'start linspar at' `date` 'id =' $$
time x.linspar
echo 'end linspar at' `date` '
x.all
#!/bin/sh
#
# Execute script for program qsort of the EuroBen Efficiency Benchmark.
#
exec 1>> qsort.log 2>&1
echo 'start qsort at' `date` 'id =' $$
time x.qsort
echo 'end qsort at' `date` 'id =' $$
x.all
#!/bin/sh
#
# Execute script for program fft1d of the EuroBen Efficiency Benchmark.
#
exec 1>> fft1d.log 2>&1
echo 'start fft1d at' `date` 'id =' $$
time x.fft1d
echo 'end fft1d at' `date` 'id =' $$
x.all
#!/bin/sh
#
# Execute script for program commun of the EuroBen Efficiency Benchmark.
#
exec 1>> commun.log 2>&1
echo 'start commun at' `date` 'id =' $$
time mpirun -np 6 x.commun
#time mpiexec -n 6 x.