代码搜索:X
找到约 10,000 项符合「X」的源代码
代码结果 10,000
www.eeworm.com/read/378188/9242639
all x.all
#!/bin/sh
#
# Execute script for program mod1d of the EuroBen OpenMP Benchmark.
#
if [ ${OMP_NUM_THREADS} -lt 10 ]; then
FILEXT="p0${OMP_NUM_THREADS}"
else
FILEXT="p${OMP_NUM_THREADS}"
fi
ex
www.eeworm.com/read/378188/9242665
all x.all
#!/bin/sh
#
# Execute script for program mod1a of the EuroBen OpenMP Benchmark.
#
if [ ${OMP_NUM_THREADS} -lt 10 ]; then
FILEXT="p0${OMP_NUM_THREADS}"
else
FILEXT="p${OMP_NUM_THREADS}"
fi
ex
www.eeworm.com/read/378188/9242700
all x.all
#!/bin/sh
#
# Execute script for program mod2i of the EuroBen OpenMP Benchmark.
#
if [ ${OMP_NUM_THREADS} -lt 10 ]; then
FILEXT="p0${OMP_NUM_THREADS}"
else
FILEXT="p${OMP_NUM_THREADS}"
fi
ex
www.eeworm.com/read/378188/9242766
all x.all
#!/bin/sh
#
# Execute script for program mod2d of the EuroBen OpenMP Benchmark.
#
if [ ${OMP_NUM_THREADS} -lt 10 ]; then
FILEXT="p0${OMP_NUM_THREADS}"
else
FILEXT="p${OMP_NUM_THREADS}"
fi
ex
www.eeworm.com/read/378186/9242836
all x.all
#!/bin/sh
#
# Execute script for program dddot of the EuroBen Efficiency Benchmark.
#
exec 1>> dddot.log 2>&1
echo 'start dddot at' `date` 'id =' $$
time mpirun -np 16 x.dddot
#time mpiexec -n 16 x.dd
www.eeworm.com/read/378186/9242914
all x.all
#!/bin/sh
#
# Execute script for program wvlt2d of the EuroBen Efficiency Benchmark.
#
exec 1>> wvlt2d.log 2>&1
echo 'start wvlt2d at' `date` 'id =' $$
time x.wvlt2d
echo 'end wvlt2d at' `date` 'id ='
www.eeworm.com/read/378186/9242929
all x.all
#!/bin/sh
#
# Execute script for program smxv of the EuroBen Efficiency Benchmark.
#
exec 1>> smxv.log 2>&1
echo 'start smxv at' `date` 'id =' $$
time x.smxv
echo 'end smxv at' `date` 'id =' $$
www.eeworm.com/read/378186/9242972
all x.all
#!/bin/sh
#
# Execute script for program linful of the EuroBen Efficiency Benchmark.
#
exec 1>> linful.log 2>&1
echo 'start linful at' `date` 'id =' $$
time x.linful
echo 'end linful at' `date` 'id ='
www.eeworm.com/read/378186/9242979
all x.all
#!/bin/sh
#
# Execute script for program pingpong of the EuroBen Efficiency Benchmark.
#
exec 1>> pingpong.log 2>&1
echo 'start pingpong at' `date` 'id =' $$
time mpirun -np 2 x.pingpong
#time mpiexec
www.eeworm.com/read/378186/9243001
all x.all
#!/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.