代码搜索:Benchmark
找到约 3,891 项符合「Benchmark」的源代码
代码结果 3,891
www.eeworm.com/read/378188/9242475
all x.all
#!/bin/sh
#
# Execute script for program mod2as of the EuroBen OpenMP Benchmark.
#
if [ ${OMP_NUM_THREADS} -lt 10 ]; then
FILEXT="p0${OMP_NUM_THREADS}"
else
FILEXT="p${OMP_NUM_THREADS}"
fi
e
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/167363/9971173
txt readme.txt
TEC_test.m and TEC_test_rot.m are the main functions.
TEC_test.m is for the unrotated problem and TEC_test_rot.m is for the rotated ones.
TEC_test_function.m includes the benchmark functions, an
www.eeworm.com/read/136989/5831652
bor makefile.bor
# Makefile.bor,v 1.3 2004/01/01 18:49:53 jwillemsen Exp
#
# Makefile for building the Smart_Proxies tests
#
DIRS = \
Collocation \
Benchmark \
On_Demand \
Policy
www.eeworm.com/read/216674/14998045
py test_hashes.py
#
# Test script for Crypto.Util.randpool.
#
__revision__ = "$Id: test_hashes.py,v 1.4 2004/08/13 22:23:12 akuchling Exp $"
import time, string, binascii
from sancho.unittest import TestScenario, par
www.eeworm.com/read/169491/5420643
makefile
#!/usr/bin/make
# $Id: Makefile,v 2.1 2002/09/30 15:20:49 tramm Exp $
#################################
#
# All things that we will build
#
LIBS = \
libmat \
TESTS = \
benchma
www.eeworm.com/read/203062/15366285
inp bench1.old.inp
bench1
{
A benchmark of the particle-push.
Run by:
/bin/time xoopic -i -s 200 -nox
or
/bin/time oopic 200
This benchmark is easily scalable to be larger than any cache.
Cha
www.eeworm.com/read/378188/9242292
all x.all
#!/bin/sh
#
# Execute script for program mod1f 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/9242315
all x.all
#!/bin/sh
#
# Execute script for program mod2f 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/9242364
all x.all
#!/bin/sh
#
# Execute script for program mod2b 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