summaryrefslogtreecommitdiff
path: root/benchmarks/skampi
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for benchmarks categoryagc1-1/+2
Problems found with existing distfile for superpi: distfiles/super_pi-20030927/super_pi.tar.gz No changes were made to the superpi/distinfo file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. distfiles/eagle-lin32-7.4.0.run
2012-10-18"echo -e" is not portable, use printf to generate horizontal tabulation.asau3-2/+41
Reported by Mikhail Danilov on IRC.
2012-09-11"user-destdir" is default these daysasau1-3/+1
2010-05-16gnuplot isn't used, remove it completely.asau1-5/+2
Use common point to depend on MPI (mk/mpi.buildlink3.mk).
2009-12-13Regenerate after DIST_SUBDIR change.asau1-4/+4
2009-12-13Set DIST_SUBDIR.asau1-1/+2
2009-12-13Update to SKaMPI 5.0.4 rev. 355.asau3-383/+58
Changes are unknown. Don't depend on gnuplot, it is not required for functioning.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2009-03-17Correct email address for generic MAINTAINER.darcy1-2/+2
2009-01-23Give up maintainership, as I have not so much as looked at pkgsrc injschauma1-2/+2
well over a year now. Sorry. :-(
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-3/+3
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-03-03Mechanical changes to add full DESTDIR support to packages that installjlam1-13/+15
their files via a custom do-install target.
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.