[oe] [meta-oe][PATCH v3] linpack_1.0.bb: Add linpack benchmark

Manjukumar Harthikote Matha MANJUKUM at xilinx.com
Fri Nov 17 18:28:39 UTC 2017


Sorry, this was sitting in my outbox and they went out

This has been applied

Thanks,
Manju

> -----Original Message-----
> From: Manjukumar Harthikote Matha
> Sent: Friday, November 17, 2017 10:27 AM
> To: Manjukumar Harthikote Matha <MANJUKUM at xilinx.com>; openembedded-
> devel at lists.openembedded.org
> Subject: RE: [oe][meta-oe][PATCH v3] linpack_1.0.bb: Add linpack benchmark
> 
> Ping?
> 
> Thanks,
> Manju
> 
> > -----Original Message-----
> > From: Manjukumar Matha [mailto:manjukumar.harthikote-matha at xilinx.com]
> > Sent: Wednesday, November 01, 2017 9:27 PM
> > To: openembedded-devel at lists.openembedded.org
> > Cc: Manjukumar Harthikote Matha <MANJUKUM at xilinx.com>
> > Subject: [oe][meta-oe][PATCH v3] linpack_1.0.bb: Add linpack benchmark
> >
> > The LINPACK Benchmarks are a measure of a system's floating point
> > computing power. Introduced by Jack Dongarra, they measure how fast a
> > computer solves a dense n by n system of linear equations Ax = b,
> > which is a common task in engineering.
> >
> > https://en.wikipedia.org/wiki/LINPACK_benchmarks
> >
> > Signed-off-by: Manjukumar Matha
> > <manjukumar.harthikote-matha at xilinx.com>
> > ---
> >  meta-oe/recipes-benchmark/linpack/linpack_1.0.bb | 20
> > ++++++++++++++++++++
> >  1 file changed, 20 insertions(+)
> >  create mode 100644 meta-oe/recipes-benchmark/linpack/linpack_1.0.bb
> >
> > diff --git a/meta-oe/recipes-benchmark/linpack/linpack_1.0.bb
> > b/meta-oe/recipes- benchmark/linpack/linpack_1.0.bb new file mode
> > 100644 index 0000000..aed95cd
> > --- /dev/null
> > +++ b/meta-oe/recipes-benchmark/linpack/linpack_1.0.bb
> > @@ -0,0 +1,20 @@
> > +DESCRIPTION = "LINPACK Benchmarks are a measure of a system's
> > +floating point
> > computing power"
> > +SUMMARY = "LINPACK is a software library for performing numerical
> > +linear algebra
> > on digital computers"
> > +
> > +LICENSE = "PD"
> > +LIC_FILES_CHKSUM
> > ="file://${WORKDIR}/linpacknew.c;beginline=1;endline=23;md5=aa025e3bc4
> > 4190c7
> > 1e4c5e3b084fed87"
> > +
> > +SRC_URI =
> >
> "http://www.netlib.org/benchmark/linpackc.new;downloadfilename=linpacknew.c"
> > +SRC_URI[md5sum] = "1c5d0b6a31264685d2e651c920e3cdf4"
> > +SRC_URI[sha256sum] =
> > "a63f2ec86512959f1fd926bfafb85905b2d7b7402942ffae3af374d48745e97e"
> > +
> > +S = "${WORKDIR}"
> > +
> > +do_compile () {
> > +	${CC} ${CFLAGS} ${LDFLAGS} -o linpack linpacknew.c -lm }
> > +
> > +do_install () {
> > +	install -Dm 0755 linpack ${D}${bindir}/linpack }
> > +
> > --
> > 2.7.4




More information about the Openembedded-devel mailing list