代码搜索:X
找到约 10,000 项符合「X」的源代码
代码结果 10,000
www.eeworm.com/read/378186/9243016
all 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
www.eeworm.com/read/378186/9243044
all 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 =' $$
www.eeworm.com/read/378186/9243078
all 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 =' $$
www.eeworm.com/read/378186/9243103
all 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` '
www.eeworm.com/read/378186/9243139
all 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 =' $$
www.eeworm.com/read/378186/9243185
all 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 =' $$
www.eeworm.com/read/378186/9243269
all 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.
www.eeworm.com/read/378060/9252694
exe x.exe
www.eeworm.com/read/377225/9287201
jpg x.jpg
www.eeworm.com/read/376559/9314673