代码搜索:efficiency
找到约 451 项符合「efficiency」的源代码
代码结果 451
www.eeworm.com/read/378186/9242989
makeframe
#
# Makefile for distributed 2-D Transpose in EuroBen efficiency Benchmark.
#
OBJECTS = numerics.o distmod.o transp.o check.o cntdpls.o btrans.o \
gendat.o gtrans.o ltrans.o siz
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.
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/9243058
makeframe
#
# Makefile for Matrix multiplication test in the EuroBen Efficiency Benchmark.
#
OBJECTS = numerics.o gmxm.o check.o gendat.o mxm.o \
dgemm.o lsame.o xerbla.o
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/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/360606/10085259
m ex8_11.m
%
% This program generates a plot of efficiency
% as a function of the conduction angle
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%