Port details |
- flops Floating point benchmark to give your MFLOPS rating
- 2.2 benchmarks =4 2.2Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2005-07-06 10:02:56
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libevent, libexif, icon-naming-utils, e2fsprogs, libglade2
- License: not specified in port
- WWW:
- https://performance.netlib.org/performance/html/flops.html
- Description:
- flops.c is a C program which attempts to estimate your system's floating-
point 'MFLOPS' rating for the FADD, FSUB, FMUL, and FDIV operations based on
specific 'instruction mixes' (discussed below). The program provides an
estimate of PEAK MFLOPS performance by making maximal use of register
variables with minimal interaction with main memory. The execution loops
are all small so that they will fit in any cache. The flops.c execution
modules include various percent weightings of FDIV's (from 0% to 25% FDIV's)
so that the range of performance can be obtained when using FDIV's. FDIV's,
being computationally more intensive than FADD's or FMUL's, can impact
performance considerably on some systems.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/benchmarks/flops/ && make install clean
- To add the package, run one of these commands:
- pkg install benchmarks/flops
- pkg install flops
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: flops
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1599601280
SHA256 (AMDmi3-flops-2.2_GH0.tar.gz) = fab52f3745e164f7ebe40579a0a2676e88be10c99f321f793326231853946aba
SIZE (AMDmi3-flops-2.2_GH0.tar.gz) = 10095
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for flops-2.2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- benchmarks_flops
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.2 20 Jul 2022 14:20:56 |
Tobias C. Berner (tcberner) |
benchmarks: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
* Andrey Zakhvatov <andy@FreeBSD.org>
* Andy Clark <andrewclarkii@gmail.com>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Bill Fumerola <billf@chc-chimes.com>
* Brad Davis <brd@FreeBSD.org>
* Bruce A. Mah <bmah@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2 09 Sep 2020 14:43:27 |
amdmi3 |
- Update to 2.2
- Switch to options helpers |
2.1 21 May 2015 12:45:41 |
amdmi3 |
Revive, rework, unbreak, take maintainership |
2.0 05 Apr 2015 17:29:02 |
bapt |
Mark as broken unfetchable ports |
2.0 05 Jan 2014 01:53:38 |
bapt |
Support stage |
2.0 20 Sep 2013 15:52:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks) |
2.0 04 Feb 2013 08:49:11 |
araujo |
- Fix build using CLANG.
PR: ports/175010
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
2.0 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
2.0 30 Jun 2009 11:38:35 |
danfe |
Simplify, relinquish. |
2.0 07 Sep 2006 10:42:35 |
danfe |
Fix fetching.
PR: ports/100725
Submitted by: Stanislav Sedov |
2.0 22 Jan 2006 08:20:08 |
edwin |
SHA256ify
Approved by: krion@ |
2.0 06 Jul 2005 10:02:08 |
danfe |
Add flops, floating point benchmark to give your MFLOPS rating.
Inspired by: NetBSD pkgsrc |