summaryrefslogtreecommitdiff
path: root/parallel
AgeCommit message (Collapse)AuthorFilesLines
2004-07-10Make build on 2.0.wiz3-5/+19
2004-06-27correctly detect sparcv9, allows this to get further on Solarisgrant1-2/+6
when running a 64-bit kernel.
2004-06-24make this build on -current again (statfs->statvfs)drochner2-1/+54
2004-06-15add some patches for 64 bit systems from Nicolas Jolydmcmahill4-6/+91
2004-06-03Add jdk14 (and in some cases jdk13)abs1-2/+2
2004-05-31Depend on security/openssh instead of security/ssh for machines thatkristerw3-6/+6
do not have /usr/bin/ssh.
2004-05-23Use option "-r" instead of "-e" for the '[' command since this is notheinz1-2/+2
portable to some operating systems (eg UnixWare or IRIX 5).
2004-05-19make sure we use MACHINE_ARCH (uname -p) instead of MACHINE (uname -m) fordmcmahill2-17/+19
setting the SGE arch. Should fix x86_64 (amd64) as well as others that have a different MACHINE and MACHINE_ARCH. Noted on the SGE developers list by Nicolas Joly
2004-05-03add and enable sgedmcmahill1-1/+2
2004-05-03import sge-5.3p6 (Sun Grid Engine)dmcmahill37-0/+1406
The Grid Engine project is an open source community effort to facilitate the adoption of distributed computing solutions. Sponsored by Sun Microsystems and hosted by CollabNet, the Grid Engine project provides enabling distributed resource management software for wide ranging requirements from compute farms to grid computing.
2004-04-24Convert to bl3.wiz1-4/+4
2004-04-24Unused.wiz1-37/+0
2004-04-24Unused.wiz1-27/+0
2004-04-24Convert to bl3.wiz1-3/+3
2004-04-11Convert to buildlink3.snj1-3/+3
2004-03-25Tell the buildlink3 framework to pass the pvm3/* directories to the compilerjlam1-1/+6
and linker since they lie outside the default of ${PREFIX}/include and ${PREFIX}/lib.
2004-03-12add config files for missing NetBSD MACHINE_ARCH's such as sh5e{b,l},dmcmahill16-17/+307
x86_64, and a few others.
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim2-4/+4
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam2-17/+13
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-26Update dqs to 3.3.2nb1abs3-5/+45
Install documentation undef DEFAULT_HOST so it can run on a box other than lnx4.scri.fsu.edu Add a MESSAGE giving some hint on what you might to use this Consider this a drive-by-slight-cleanup-of-breakage
2004-02-25bl3ify. add bl3 file.dmcmahill2-2/+24
2004-02-18Include "../../mk/compiler.mk" to get the value of CC_VERSION beforejlam1-1/+3
testing it.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-13s/abilty/ability/snj1-1/+1
2004-02-12add buildlink{2,3}.mkrecht2-0/+55
needed for py-Scientific to build
2004-02-10Upgrade this package to clusterit-2.2. Mostly a bugfix release.garbled3-19/+5
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc2-4/+4
2003-12-03Change MAINTAINER to "tech-pkg" instead of the previous "packages".kristerw1-2/+2
2003-12-03Update mpi-ch to 1.2.5.2, released on September 11th, 2003.jschauma10-29/+141
An extensive list of changes since the last release is available online at http://www-unix.mcs.anl.gov/mpi/mpich/r1_2_5changes.html (It's difficult to destill the important changes from that file, which is why I'm not pasting the entire collection in here.)
2003-12-02Disable weak symbols for gcc>3*. While weak symbols do work onwennmach1-7/+15
NetBSD-current, the way mpi-ch test for them and implements them (using the #pragma weak directive) is currently broken. Fixes PR pkg/23267 by Kouichirou Hiratsuka.
2003-11-27o fix syntax error in src/fortran/configurewennmach4-3/+80
o avoid removing non-existent files, resulting in "rm: usage:" errors
2003-11-26Correct the way the endianness is determined.wennmach3-5/+6
(How could this actually ever have worked ???)
2003-10-27Fix compikation with gcc3; still compiles with gcc2 too.wiz2-1/+15
From Harry Waddell in PR 23281.
2003-08-23Add pseudo-category 'java'.jschauma1-2/+2
2003-07-26Make this build for non-i386 NetBSD systems too.kristerw3-1/+27
2003-07-21COMMENT should start with a capital letter.martti2-4/+4
2003-07-17s/netbsd.org/NetBSD.org/grant5-10/+10
2003-07-17Add and enable openpbsagc1-1/+2
2003-07-17Initial import of OpenPBS-2.3.16 into the NetBSD Packages Collection.agc8-0/+326
OpenPBS is a generic network queuing system. The Portable Batch System (PBS) is a flexible batch queueing and workload management system originally developed for NASA. It operates on networked, multi-platform UNIX environments, including heterogeneous clusters of workstations, supercomputers, and massively parallel systems. Development of PBS is provided by Altair Grid Technologies.
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-07-03Add/enable GridSimjschauma1-1/+2
2003-07-03Initial import of the GridSim Toolkit, a java based toolkit for simulationjschauma4-0/+428
of distributed systems: GridSim is a toolkit for modeling and simulation of parallel and distributed systems such as Clusters and Grids. GridSim is part of the Gridbus Project (http://www.gridbus.org/). The GridSim Toolkit includes: * GridBroker: It is Grid scheduler built on top of GridSim for application scheduling on Grid based on Deadline and Budget Constrained Scheduling Algorithms. * GridSim: It is built on top of SimJava. SimJava is a process based discrete event simulation package for Java with animation facilities. * Visual Modeler: It enables the user to create experiments on different Grid testbeds and generate the default Grid Broker source codes (in Java).
2003-06-26Add and enable dqsagc1-1/+2
2003-06-26Initial import of dqs-3.3.2 into the NetBSD Packages Collection.agc7-0/+122
The Distributed Queueing System is designed as a management tool to aid in computational resource distribution across a network. DQS provides architecture transparency for both users and administration across a heterogeneous environment, allowing for seamless interaction for multiple architectures. Highly mutable custom site configurations are possible under DQS. This abilty to customize DQS leads to effective resource distribution and increased network throughput.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma2-4/+4
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv4-10/+10
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-03-31Lots of fixes (bad code in a lot of places) to make this compile and workjmc6-75/+192
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv3-7/+6