代码搜索结果
找到约 10,000 项符合
X 的代码
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
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
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
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
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
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 ='
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 =' $$
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 ='
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
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.