summaryrefslogtreecommitdiff
path: root/parallel
AgeCommit message (Collapse)AuthorFilesLines
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
2003-03-27Update to latest version 1.2.5-1a (pkgversion 1.2.5.1.1)jschauma11-239/+1534
From the packages README: Version 1.2.5 is primarily a bug-fix release. New features include Significantly better collective algorithms are available. Major changes for the globus2 device and the ch_nt device. Information on previous versions -------------------------------- Features new or improved in Version 1.2.4 included: SMP support has been inproved through the use of sched_yield. SMP Systems that are not oversubscribed can consider configuring with --disable-yeild. A number of bugs in the ch_p4, ch_p4mpd, and ch_shmem device hae been fixed. These could cause programs to hang or generate error messages. Features new or improved in Version 1.2.3 included: Bug fixes and improved-portability, particularly in the area of Linux and Mac OS X support. Other new features include better support for Intel compilers, particularly for IA64 Linux, better support for various Fortran compilers, and some fixes for rare race conditions in the ch_p4 device. The documentation on the ch_p4mpd device and the MPD system has been improved. Version 1.2.3 also includes all of the source for both the Unix and Windows versions. Windows users should still use the self-installing version available through the web page. The globus device now supports version 2 of Globus. Features new or improved in Version 1.2.2 included: There are a number of improvements to the ch_p4 device that improve both performance and reliability, particularly on Linux platforms. Significant upgrades have been made to the MPD system of daemons that provide fast startup of MPICH jobs, management of stdio, and a crude parallel debugger based on gdb.
2003-03-20Quote tr arguments. From Jim Bernard in PR 20826.wiz1-2/+2
2003-01-02The lib/pkgconfig has been added to the list of standard directories, so dojmmv1-2/+1
not try to remove it, even if empty.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-2/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-11-20Add distinfo, noted missing by Hiramatsu Yoshifumi on tech-pkg.wiz1-0/+4
2002-11-09Update parallel/pvm3 to pvm-3.4.4is3-7/+9
2002-11-09Update the NetBSD architecture list.is2-1/+60
2002-11-09regenwiz1-2/+2
2002-11-09Add rcs id.is1-0/+2
2002-11-09repair column formatting of pvm console "conf" outputis2-1/+16
2002-10-29if to elifjlam1-2/+2
2002-10-29There was apparently an inadvertant "dj" in vi command mode that killedjlam1-2/+4
two lines, and broke alpha and arm detection on Linux as a result.
2002-10-15- remove unused (and commented out) DEPENDSdmcmahill1-6/+1
- remove redundant do-configure target (perl5/module.mk does that now)
2002-10-13add and enable p5-Parallel-Pvmdmcmahill1-1/+2
2002-10-13initial import of p5-Parallel-Pvm-1.3.0dmcmahill8-0/+134
Parallel::Pvm is a perl extension for the parallel virtual machine (PVM) message-passing system.
2002-10-12add RCS IDdmcmahill1-0/+3
2002-10-08buildlink1 -> buildlink2jlam1-5/+5
2002-10-02Add buildlink2.mk file for use by other package Makefiles (in particular,jlam1-0/+27
math/scilab/Makefile already uses it. Thanks wiz!).
2002-09-30Use buildlink2, and provide a makefile fragment arch.mk to set PVM_ARCH tojlam3-99/+136
the correct value. arch.mk can be used by other Makefiles or by buildlink2.mk files to find the PVM libraries and binaries.
2002-09-24Complete standardization of messages according to latest pkglint.wiz2-6/+6
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz1-1/+2
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-08-20Add and enable linda.agc1-1/+2
2002-08-20Initial import of linda-0.1.1 into the NetBSD Packages Collection.agc3-0/+32
linda is an simple library implementation of Linda parallel programming system (http://www.cs.yale.edu/Linda/linda.html). To write a parallel program with linda, you have to know only 6 functions: spawn, out, in, inp, rd and rdp with linda.
2002-08-08avoid installing a .orig file. Fixes a leftover file found in last bulk builddmcmahill1-1/+5
2002-08-05teach pvm about arm, armeb, and hppa. Should fix recently noted sharkdmcmahill8-1/+140
build problems.
2002-07-17Make sure that we check whether we check whether the distfiles existagc1-2/+6
first in BATCH mode.
2002-07-02Deprecate IS_INTERACTIVEagc1-2/+2
Mark this package as using an interactive fetch stage
2002-02-07Explicitly set PVM_ROOT to fix installation stage. This is due to the change inseb1-1/+2
revision 1.915 of mk/bsd.pkg.mk that removed ${MAKE_ENV} from the environment for a recursive make. May be it is not needed anymore in MAKE_ENV?
2001-10-31Move pkg/ files into package's toplevel directoryzuntum14-11/+11
2001-10-26Move the post-patch custom script into the package Makefile.agc2-21/+13
2001-10-26At present, if there is a pre-<target> or post-<target> script inagc1-1/+7
the scripts/ directory, it will be run automatically as part of the build process, by bsd.pkg.mk. There are now exactly 5 packages in pkgsrc which use this facility, and yet, for every package build, the existence of a script is checked by bsd.pkg.mk once before the target is executed, and once afterwards. This incurs needless overhead. Move the separate pre- and post- script handling out of bsd.pkg.mk into the individual package Makefiles, where it's much more obvious what is happening, anyway.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam3-6/+6
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-08-14Update clusterit to 2.0.garbled3-8/+20
Changes include: Added new dvt command, which allows you to open xterms to multiple hosts and control them all via one input window. Added new jsh command, which allows better job scheduling specifically designed for parallel compiling. Multiple bugfixes and enhancements. Much much faster execution.
2001-05-24forgot to cvs add these first.dmcmahill3-0/+117
2001-05-24- add -DCTIMEISTIMET to all the NetBSD arch definition files. This justdmcmahill14-41/+44
says to use type time_t for ctime(3). - Fix some format strings for 64 bit systems. - use '?=' instead of '='when setting the command used for rsh/ssh so the user can set it in mk.conf (PVM_SSH).
2001-05-24Pass down CFLAGS, FFLAGS and fix the quoting of CC and F77. This ensuresdmcmahill2-1/+24
you can do something like: make CC="gcc -pipe" PKG_FC="f77 -pipe" CFLAGS="-Wformat -g" FFLAGS="-g" and still have pvm compile correctly. Addresses PR pkg/12949 submitted by Thor Simon <tls@cs.stevens-tech.edu>.
2001-04-18Move to sha1 digests, and add distfile sizes.agc4-9/+14
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc9-87/+81
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-10Move cpp-like Makefile (.if exists()) statement after the inclusion ofwennmach1-4/+5
bsd.pkg.mk. Thanks to Alistair Crooks for this fix (and for enlightening me).