summaryrefslogtreecommitdiff
path: root/benchmarks/skampi
AgeCommit message (Collapse)AuthorFilesLines
2006-08-10Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removedminskim1-2/+2
shortly.
2006-05-13Remove references to teTeX1.minskim1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-11-11Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULTtonio1-2/+2
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-08convert to use tex.buildlink3.mktonio1-2/+3
Accepts teTeX1, teTeX2 and teTeX3
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-05-15Use ${GZCAT} instead of ${GUNZIP_CMD} -c. The former is more succinct,jlam1-2/+2
and is recognized by the tools framework automatically.
2005-03-30Convert to bl3.wiz1-2/+2
2005-02-22Add RMD160 digests in addition to the SHA1 ones.agc1-1/+4
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2003-12-24Adjust dependancies and bump PKGREVISION due to:jmmv1-2/+3
- teTeX 1.0.x packages have been moved to teTeX1* directories. - teTeX 2.0.x packages have been moved to teTeX* directories and their base name has been changed to teTeX (instead of teTeX2).
2003-11-08Depend on either teTeX or teTeX2 and default to latter.wiz1-2/+2
2003-11-05According to the website, there have been some ``bugfix changes'' aroundjschauma2-11/+13
2003-04-08, but the maintainers did not version the distfile. So make up our own versioning, bump this to 4.0.1 and stick the distfile into a DIST_SUBDIR (as suggested by agc@).
2003-09-01Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.seb1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-04-10Fix COMMENTabs1-2/+2
2003-03-19Initial import of benchmarks/skampijschauma4-0/+404
The SKaMPI-Benchmark is a suite of tests designed to measure the performance of MPI. MPI (Message Passing Interface) is a machine independent standard to provide an efficient interface to message passing libraries of different parallel machines. The goal of SKaMPI is to create a database to illustrate the performance of these different MPI implementations. This database should allow to: 1. Decide how to implement portable and efficient MPI programs. 2. Predict the performance of MPI programs. 3. Describe supercomputers in terms of MPI.