From 7e9524f1017cb18948282b999e45c15b8b9e6dee Mon Sep 17 00:00:00 2001 From: zuntum Date: Wed, 31 Oct 2001 22:52:58 +0000 Subject: Move pkg/ files into package's toplevel directory --- parallel/clusterit/DESCR | 6 + parallel/clusterit/PLIST | 29 ++ parallel/clusterit/pkg/DESCR | 6 - parallel/clusterit/pkg/PLIST | 29 -- parallel/glunix/DEINSTALL | 15 + parallel/glunix/DESCR | 16 + parallel/glunix/INSTALL | 35 ++ parallel/glunix/MESSAGE | 35 ++ parallel/glunix/PLIST | 130 ++++++ parallel/glunix/pkg/DEINSTALL | 15 - parallel/glunix/pkg/DESCR | 16 - parallel/glunix/pkg/INSTALL | 35 -- parallel/glunix/pkg/MESSAGE | 35 -- parallel/glunix/pkg/PLIST | 130 ------ parallel/mpi-ch/DESCR | 5 + parallel/mpi-ch/PLIST | 873 +++++++++++++++++++++++++++++++++++++++++ parallel/mpi-ch/PLIST.java | 3 + parallel/mpi-ch/pkg/DESCR | 5 - parallel/mpi-ch/pkg/PLIST | 873 ----------------------------------------- parallel/mpi-ch/pkg/PLIST.java | 3 - parallel/pvm3/DESCR | 13 + parallel/pvm3/MESSAGE | 14 + parallel/pvm3/PLIST | 322 +++++++++++++++ parallel/pvm3/pkg/DESCR | 13 - parallel/pvm3/pkg/MESSAGE | 14 - parallel/pvm3/pkg/PLIST | 322 --------------- 26 files changed, 1496 insertions(+), 1496 deletions(-) create mode 100644 parallel/clusterit/DESCR create mode 100644 parallel/clusterit/PLIST delete mode 100644 parallel/clusterit/pkg/DESCR delete mode 100644 parallel/clusterit/pkg/PLIST create mode 100644 parallel/glunix/DEINSTALL create mode 100644 parallel/glunix/DESCR create mode 100644 parallel/glunix/INSTALL create mode 100644 parallel/glunix/MESSAGE create mode 100644 parallel/glunix/PLIST delete mode 100644 parallel/glunix/pkg/DEINSTALL delete mode 100644 parallel/glunix/pkg/DESCR delete mode 100644 parallel/glunix/pkg/INSTALL delete mode 100644 parallel/glunix/pkg/MESSAGE delete mode 100644 parallel/glunix/pkg/PLIST create mode 100644 parallel/mpi-ch/DESCR create mode 100644 parallel/mpi-ch/PLIST create mode 100644 parallel/mpi-ch/PLIST.java delete mode 100644 parallel/mpi-ch/pkg/DESCR delete mode 100644 parallel/mpi-ch/pkg/PLIST delete mode 100644 parallel/mpi-ch/pkg/PLIST.java create mode 100644 parallel/pvm3/DESCR create mode 100644 parallel/pvm3/MESSAGE create mode 100644 parallel/pvm3/PLIST delete mode 100644 parallel/pvm3/pkg/DESCR delete mode 100644 parallel/pvm3/pkg/MESSAGE delete mode 100644 parallel/pvm3/pkg/PLIST (limited to 'parallel') diff --git a/parallel/clusterit/DESCR b/parallel/clusterit/DESCR new file mode 100644 index 00000000000..6db71b113c5 --- /dev/null +++ b/parallel/clusterit/DESCR @@ -0,0 +1,6 @@ +This is a collection of clustering tools, to turn your ordinary +everyday pile of UNIX workstations into a speedy parallel beast. + +Initially this work was based on the work of IBM's PSSP, and copied +heavily from the ideas there. Its also lightly based on the work +pioneered in GLUnix. diff --git a/parallel/clusterit/PLIST b/parallel/clusterit/PLIST new file mode 100644 index 00000000000..9176bfcabcd --- /dev/null +++ b/parallel/clusterit/PLIST @@ -0,0 +1,29 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:58:11 zuntum Exp $ +bin/barrier +bin/barrierd +bin/seq +bin/run +bin/dsh +bin/pcp +bin/pdf +bin/prm +bin/dshbak +bin/dvt +bin/rvt +bin/clustersed +bin/jsh +bin/jsd +man/man1/barrier.1 +man/man1/barrierd.1 +man/man1/seq.1 +man/man1/run.1 +man/man1/dsh.1 +man/man1/pcp.1 +man/man1/pdf.1 +man/man1/prm.1 +man/man1/dshbak.1 +man/man1/dvt.1 +man/man1/rvt.1 +man/man1/clustersed.1 +man/man1/jsh.1 +man/man1/jsd.1 diff --git a/parallel/clusterit/pkg/DESCR b/parallel/clusterit/pkg/DESCR deleted file mode 100644 index 6db71b113c5..00000000000 --- a/parallel/clusterit/pkg/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -This is a collection of clustering tools, to turn your ordinary -everyday pile of UNIX workstations into a speedy parallel beast. - -Initially this work was based on the work of IBM's PSSP, and copied -heavily from the ideas there. Its also lightly based on the work -pioneered in GLUnix. diff --git a/parallel/clusterit/pkg/PLIST b/parallel/clusterit/pkg/PLIST deleted file mode 100644 index 2a4d4002d3b..00000000000 --- a/parallel/clusterit/pkg/PLIST +++ /dev/null @@ -1,29 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2001/08/14 08:33:33 garbled Exp $ -bin/barrier -bin/barrierd -bin/seq -bin/run -bin/dsh -bin/pcp -bin/pdf -bin/prm -bin/dshbak -bin/dvt -bin/rvt -bin/clustersed -bin/jsh -bin/jsd -man/man1/barrier.1 -man/man1/barrierd.1 -man/man1/seq.1 -man/man1/run.1 -man/man1/dsh.1 -man/man1/pcp.1 -man/man1/pdf.1 -man/man1/prm.1 -man/man1/dshbak.1 -man/man1/dvt.1 -man/man1/rvt.1 -man/man1/clustersed.1 -man/man1/jsh.1 -man/man1/jsd.1 diff --git a/parallel/glunix/DEINSTALL b/parallel/glunix/DEINSTALL new file mode 100644 index 00000000000..81b7b4a3553 --- /dev/null +++ b/parallel/glunix/DEINSTALL @@ -0,0 +1,15 @@ +# $NetBSD: DEINSTALL,v 1.1 2001/10/31 22:58:14 zuntum Exp $ +# + +if [ "$2" != "POST-DEINSTALL" ]; then + exit 0 +fi + +if ! user del glunix +then + echo Removing user \'glunix\' failed, please remove him manually. +fi +if ! group del glunix +then + echo Removing group \'glunix\' failed, please remove it manually. +fi diff --git a/parallel/glunix/DESCR b/parallel/glunix/DESCR new file mode 100644 index 00000000000..a5c02920fae --- /dev/null +++ b/parallel/glunix/DESCR @@ -0,0 +1,16 @@ +Recent technology trends in high-speed/low-latency local area networks has +lead to a convergence of hardware in massively parallel processors (MPPs) +and Networks of Workstations (NOWs). Relative to traditional MPPs, a NOW +offers the potential for better cost-effectiveness, increased scalability, +and decreased hardware and software development time. The main +differentiating point between NOWs and MPPs will soon be the operating +system software. + +Our system, called GLUnix, is built as a layer on top of existing +operating systems. This strategy makes the system quickly portable, tracks +vendor software upgrades, and reduces development time. Our work is an +example of "higher-order" systems research where new systems can be built +quickly by mapping new services onto the functionality provided by the +layer beneath. + +see: http://now.cs.berkeley.edu diff --git a/parallel/glunix/INSTALL b/parallel/glunix/INSTALL new file mode 100644 index 00000000000..d47a10a8b01 --- /dev/null +++ b/parallel/glunix/INSTALL @@ -0,0 +1,35 @@ +# $NetBSD: INSTALL,v 1.1 2001/10/31 22:58:15 zuntum Exp $ +# + +if [ "$2" != "PRE-INSTALL" ]; then + exit 0 +fi + +if [ -f /usr/sbin/user ] +then + USER_CMD=/usr/sbin/user + GROUP_CMD=/usr/sbin/group +else + if [ -f ${PKG_PREFIX}/sbin/user ] + then + USER_CMD=${PKG_PREFIX}/sbin/user + GROUP_CMD=${PKG_PREFIX}/sbin/group + else + echo + echo Please install the sysutils/user first! + echo + exit 0 + fi +fi + +if `${GROUP_CMD} info -e glunix` ; then \ + ${ECHO} Group \'glunix\' already exists.; \ +else \ + ${GROUP_CMD} add glunix; \ +fi +if `${USER_CMD} info -e glunix` ; then \ + ${ECHO} User \'glunix\' already exists.; \ +else \ + ${USER_CMD} add -g glunix -d /nonexistent -s \ + ${PKG_PREFIX}/now/bin/glush glunix; \ +fi diff --git a/parallel/glunix/MESSAGE b/parallel/glunix/MESSAGE new file mode 100644 index 00000000000..78444ca0739 --- /dev/null +++ b/parallel/glunix/MESSAGE @@ -0,0 +1,35 @@ +====================================================================== +$NetBSD: MESSAGE,v 1.1 2001/10/31 22:58:16 zuntum Exp $ + +QUICK START GUIDE: + +Change your directory to the now installation base, eg: +${NOW_ROOT}/bin. Run ./glupart install as root. + +You must initialize the partition management system to +understand the machines in your cluster. The tool to use is +"glupart". You will need to do a "glupart machine new" for +each new machine. Multiple machines can be added at a time using a +comma-separated list of names. You can also do "glupart -help" for +more detailed information. + +To run GLUnix, you need a single machine which is able to do a root +rsh (or ssh or kerberized rsh) without a password to all of the +machines you want to run GLUnix on. Call this trusted machine the +"master" machine. The scripts that get GLUnix running initially (the +run_glunix_* scripts) need to run an rsh command on each node in order +to set up GLUnix. Log on to the master machine and run "run_glunix +-start " where "" is the list of nodes you want to run +GLUnix on: generally a comma-separated list of machines. (You can do +"run_glunix -help" to see all the options.) If the names of some of +the machines are of the form of some base string followed by +consecutive numbers (our machines are u0, u1, u2, u3, u4), then these +machines can be abbreviated to the run_glunix command as "u0..u4". +Here is a sample run_glunix command: + + run_glunix -start thunk,sparc,u0..u110,pc0..pc9,dawn0..dawn30,cayuse + +Once the run_glunix command has successfully completed, you can run +"glustat" to find out how many nodes came up. + +====================================================================== diff --git a/parallel/glunix/PLIST b/parallel/glunix/PLIST new file mode 100644 index 00000000000..b7e4964288d --- /dev/null +++ b/parallel/glunix/PLIST @@ -0,0 +1,130 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:58:16 zuntum Exp $ +now/include/glib/debug.h +now/include/glib/idle.h +now/include/glib/perf.h +now/include/glib/types.h +now/include/glib.h +now/include/glib_idle.h +now/include/glib_perf.h +now/include/glib_stat.h +now/lib/perl-lib/Time/CTime.pm +now/lib/perl-lib/Time/DaysInMonth.pm +now/lib/perl-lib/Time/JulianDay.pm +now/lib/perl-lib/Time/ParseDate.pm +now/lib/perl-lib/Time/Timezone.pm +now/lib/perl-lib/set.pl +now/lib/libglunix.a +now/lib/libglunix.so +now/lib/libglunix.so.1 +now/lib/libglunix.so.1.0 +now/lib/${MACHINE_ARCH}-${OPSYS}-tcp/.keepme +now/bin/${MACHINE_ARCH}-${OPSYS}-tcp/master +now/bin/${MACHINE_ARCH}-${OPSYS}-tcp/daemon +now/bin/GLUnix-bin +now/bin/GLUnix-bin-script +now/bin/glupart +now/bin/run_glunix +now/bin/S99gluguard-admin +now/bin/S99gluguard-d +now/bin/S99gluguard-m +now/bin/gluadmin +now/bin/glubatch +now/bin/gludebug +now/bin/gluenv +now/bin/gluguard +now/bin/gluguard-admin +now/bin/gluguard-d +now/bin/gluguard-m +now/bin/gluinstall +now/bin/glukill +now/bin/glumake +now/bin/glumonitor +now/bin/glupartInit +now/bin/glupart_script +now/bin/gluperf +now/bin/glups +now/bin/gluptime +now/bin/glurun +now/bin/glush +@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (/usr/bin/grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells +@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (/usr/bin/grep -v %D/%F /etc/shells.bak) >/etc/shells +now/bin/glustat +now/bin/glutestnode +now/bin/mhtml2html +now/bin/msleep +now/bin/run_glunix_agent +now/bin/run_glunix_script +now/bin/sudoas +now/bin/timelimit +now/man/mhtml3/Glib_SetPartition.3 +now/man/mhtml3/Glib_AmIStartup.3 +now/man/mhtml3/Glib_GetHostByVnn.3 +now/man/mhtml3/Glib_GetMyNpid.3 +now/man/mhtml3/Glib_GetMyVnn.3 +now/man/mhtml3/Glib_GetNumAvailableNodes.3 +now/man/mhtml3/Glib_GetParallelDegree.3 +now/man/mhtml3/Glib_GetTotalNodes.3 +now/man/mhtml3/Glib_Initialize.3 +now/man/mhtml3/Glib_Spawn.3 +now/man/mhtml3/Glib_GetPartition.3 +now/man/mhtml3/Glib.3 +now/man/mhtml1/glustat.1 +now/man/mhtml1/gluadmin.1 +now/man/mhtml1/glubatch.1 +now/man/mhtml1/gludebug.1 +now/man/mhtml1/gluenv.1 +now/man/mhtml1/glukill.1 +now/man/mhtml1/glupart.1 +now/man/mhtml1/glupartInit.1 +now/man/mhtml1/gluperf.1 +now/man/mhtml1/glups.1 +now/man/mhtml1/gluptime.1 +now/man/mhtml1/glurun.1 +now/man/mhtml1/MHTML.1 +now/man/mhtml1/glush.1 +now/man/mhtml1/glunix.1 +now/man/man1/glustat.1 +now/man/man1/gluadmin.1 +now/man/man1/glubatch.1 +now/man/man1/gludebug.1 +now/man/man1/gluenv.1 +now/man/man1/glukill.1 +now/man/man1/glupart.1 +now/man/man1/glupartInit.1 +now/man/man1/gluperf.1 +now/man/man1/glups.1 +now/man/man1/gluptime.1 +now/man/man1/glurun.1 +now/man/man1/MHTML.1 +now/man/man1/glush.1 +now/man/man1/glunix.1 +now/man/html1/glustat.html +now/man/html1/gluadmin.html +now/man/html1/glubatch.html +now/man/html1/gludebug.html +now/man/html1/gluenv.html +now/man/html1/glukill.html +now/man/html1/glupart.html +now/man/html1/glupartInit.html +now/man/html1/gluperf.html +now/man/html1/glups.html +now/man/html1/gluptime.html +now/man/html1/glurun.html +now/man/html1/MHTML.html +now/man/html1/glush.html +now/man/html1/glunix.html +@dirrm now/lib/${MACHINE_ARCH}-${OPSYS}-tcp +@dirrm now/lib/perl-lib/Time +@dirrm now/lib/perl-lib +@dirrm now/bin/${MACHINE_ARCH}-${OPSYS}-tcp +@dirrm now/man/mhtml3 +@dirrm now/man/mhtml1 +@dirrm now/man/html1 +@dirrm now/man/man1 +@dirrm now/man +@dirrm now/lib +@dirrm now/bin +@dirrm now/include/glib +@dirrm now/include +@dirrm now +@unexec /bin/rm -rf %D/now/data diff --git a/parallel/glunix/pkg/DEINSTALL b/parallel/glunix/pkg/DEINSTALL deleted file mode 100644 index 89d14b8e1df..00000000000 --- a/parallel/glunix/pkg/DEINSTALL +++ /dev/null @@ -1,15 +0,0 @@ -# $NetBSD: DEINSTALL,v 1.1 2000/05/27 09:53:38 wiz Exp $ -# - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -if ! user del glunix -then - echo Removing user \'glunix\' failed, please remove him manually. -fi -if ! group del glunix -then - echo Removing group \'glunix\' failed, please remove it manually. -fi diff --git a/parallel/glunix/pkg/DESCR b/parallel/glunix/pkg/DESCR deleted file mode 100644 index a5c02920fae..00000000000 --- a/parallel/glunix/pkg/DESCR +++ /dev/null @@ -1,16 +0,0 @@ -Recent technology trends in high-speed/low-latency local area networks has -lead to a convergence of hardware in massively parallel processors (MPPs) -and Networks of Workstations (NOWs). Relative to traditional MPPs, a NOW -offers the potential for better cost-effectiveness, increased scalability, -and decreased hardware and software development time. The main -differentiating point between NOWs and MPPs will soon be the operating -system software. - -Our system, called GLUnix, is built as a layer on top of existing -operating systems. This strategy makes the system quickly portable, tracks -vendor software upgrades, and reduces development time. Our work is an -example of "higher-order" systems research where new systems can be built -quickly by mapping new services onto the functionality provided by the -layer beneath. - -see: http://now.cs.berkeley.edu diff --git a/parallel/glunix/pkg/INSTALL b/parallel/glunix/pkg/INSTALL deleted file mode 100644 index 0c4bc82066c..00000000000 --- a/parallel/glunix/pkg/INSTALL +++ /dev/null @@ -1,35 +0,0 @@ -# $NetBSD: INSTALL,v 1.1 2000/05/27 09:53:38 wiz Exp $ -# - -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi - -if [ -f /usr/sbin/user ] -then - USER_CMD=/usr/sbin/user - GROUP_CMD=/usr/sbin/group -else - if [ -f ${PKG_PREFIX}/sbin/user ] - then - USER_CMD=${PKG_PREFIX}/sbin/user - GROUP_CMD=${PKG_PREFIX}/sbin/group - else - echo - echo Please install the sysutils/user first! - echo - exit 0 - fi -fi - -if `${GROUP_CMD} info -e glunix` ; then \ - ${ECHO} Group \'glunix\' already exists.; \ -else \ - ${GROUP_CMD} add glunix; \ -fi -if `${USER_CMD} info -e glunix` ; then \ - ${ECHO} User \'glunix\' already exists.; \ -else \ - ${USER_CMD} add -g glunix -d /nonexistent -s \ - ${PKG_PREFIX}/now/bin/glush glunix; \ -fi diff --git a/parallel/glunix/pkg/MESSAGE b/parallel/glunix/pkg/MESSAGE deleted file mode 100644 index 4cf2086aa9d..00000000000 --- a/parallel/glunix/pkg/MESSAGE +++ /dev/null @@ -1,35 +0,0 @@ -====================================================================== -$NetBSD: MESSAGE,v 1.2 2001/01/29 11:34:39 wiz Exp $ - -QUICK START GUIDE: - -Change your directory to the now installation base, eg: -${NOW_ROOT}/bin. Run ./glupart install as root. - -You must initialize the partition management system to -understand the machines in your cluster. The tool to use is -"glupart". You will need to do a "glupart machine new" for -each new machine. Multiple machines can be added at a time using a -comma-separated list of names. You can also do "glupart -help" for -more detailed information. - -To run GLUnix, you need a single machine which is able to do a root -rsh (or ssh or kerberized rsh) without a password to all of the -machines you want to run GLUnix on. Call this trusted machine the -"master" machine. The scripts that get GLUnix running initially (the -run_glunix_* scripts) need to run an rsh command on each node in order -to set up GLUnix. Log on to the master machine and run "run_glunix --start " where "" is the list of nodes you want to run -GLUnix on: generally a comma-separated list of machines. (You can do -"run_glunix -help" to see all the options.) If the names of some of -the machines are of the form of some base string followed by -consecutive numbers (our machines are u0, u1, u2, u3, u4), then these -machines can be abbreviated to the run_glunix command as "u0..u4". -Here is a sample run_glunix command: - - run_glunix -start thunk,sparc,u0..u110,pc0..pc9,dawn0..dawn30,cayuse - -Once the run_glunix command has successfully completed, you can run -"glustat" to find out how many nodes came up. - -====================================================================== diff --git a/parallel/glunix/pkg/PLIST b/parallel/glunix/pkg/PLIST deleted file mode 100644 index a54c55262e0..00000000000 --- a/parallel/glunix/pkg/PLIST +++ /dev/null @@ -1,130 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2001/01/04 15:10:53 agc Exp $ -now/include/glib/debug.h -now/include/glib/idle.h -now/include/glib/perf.h -now/include/glib/types.h -now/include/glib.h -now/include/glib_idle.h -now/include/glib_perf.h -now/include/glib_stat.h -now/lib/perl-lib/Time/CTime.pm -now/lib/perl-lib/Time/DaysInMonth.pm -now/lib/perl-lib/Time/JulianDay.pm -now/lib/perl-lib/Time/ParseDate.pm -now/lib/perl-lib/Time/Timezone.pm -now/lib/perl-lib/set.pl -now/lib/libglunix.a -now/lib/libglunix.so -now/lib/libglunix.so.1 -now/lib/libglunix.so.1.0 -now/lib/${MACHINE_ARCH}-${OPSYS}-tcp/.keepme -now/bin/${MACHINE_ARCH}-${OPSYS}-tcp/master -now/bin/${MACHINE_ARCH}-${OPSYS}-tcp/daemon -now/bin/GLUnix-bin -now/bin/GLUnix-bin-script -now/bin/glupart -now/bin/run_glunix -now/bin/S99gluguard-admin -now/bin/S99gluguard-d -now/bin/S99gluguard-m -now/bin/gluadmin -now/bin/glubatch -now/bin/gludebug -now/bin/gluenv -now/bin/gluguard -now/bin/gluguard-admin -now/bin/gluguard-d -now/bin/gluguard-m -now/bin/gluinstall -now/bin/glukill -now/bin/glumake -now/bin/glumonitor -now/bin/glupartInit -now/bin/glupart_script -now/bin/gluperf -now/bin/glups -now/bin/gluptime -now/bin/glurun -now/bin/glush -@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (/usr/bin/grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells -@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (/usr/bin/grep -v %D/%F /etc/shells.bak) >/etc/shells -now/bin/glustat -now/bin/glutestnode -now/bin/mhtml2html -now/bin/msleep -now/bin/run_glunix_agent -now/bin/run_glunix_script -now/bin/sudoas -now/bin/timelimit -now/man/mhtml3/Glib_SetPartition.3 -now/man/mhtml3/Glib_AmIStartup.3 -now/man/mhtml3/Glib_GetHostByVnn.3 -now/man/mhtml3/Glib_GetMyNpid.3 -now/man/mhtml3/Glib_GetMyVnn.3 -now/man/mhtml3/Glib_GetNumAvailableNodes.3 -now/man/mhtml3/Glib_GetParallelDegree.3 -now/man/mhtml3/Glib_GetTotalNodes.3 -now/man/mhtml3/Glib_Initialize.3 -now/man/mhtml3/Glib_Spawn.3 -now/man/mhtml3/Glib_GetPartition.3 -now/man/mhtml3/Glib.3 -now/man/mhtml1/glustat.1 -now/man/mhtml1/gluadmin.1 -now/man/mhtml1/glubatch.1 -now/man/mhtml1/gludebug.1 -now/man/mhtml1/gluenv.1 -now/man/mhtml1/glukill.1 -now/man/mhtml1/glupart.1 -now/man/mhtml1/glupartInit.1 -now/man/mhtml1/gluperf.1 -now/man/mhtml1/glups.1 -now/man/mhtml1/gluptime.1 -now/man/mhtml1/glurun.1 -now/man/mhtml1/MHTML.1 -now/man/mhtml1/glush.1 -now/man/mhtml1/glunix.1 -now/man/man1/glustat.1 -now/man/man1/gluadmin.1 -now/man/man1/glubatch.1 -now/man/man1/gludebug.1 -now/man/man1/gluenv.1 -now/man/man1/glukill.1 -now/man/man1/glupart.1 -now/man/man1/glupartInit.1 -now/man/man1/gluperf.1 -now/man/man1/glups.1 -now/man/man1/gluptime.1 -now/man/man1/glurun.1 -now/man/man1/MHTML.1 -now/man/man1/glush.1 -now/man/man1/glunix.1 -now/man/html1/glustat.html -now/man/html1/gluadmin.html -now/man/html1/glubatch.html -now/man/html1/gludebug.html -now/man/html1/gluenv.html -now/man/html1/glukill.html -now/man/html1/glupart.html -now/man/html1/glupartInit.html -now/man/html1/gluperf.html -now/man/html1/glups.html -now/man/html1/gluptime.html -now/man/html1/glurun.html -now/man/html1/MHTML.html -now/man/html1/glush.html -now/man/html1/glunix.html -@dirrm now/lib/${MACHINE_ARCH}-${OPSYS}-tcp -@dirrm now/lib/perl-lib/Time -@dirrm now/lib/perl-lib -@dirrm now/bin/${MACHINE_ARCH}-${OPSYS}-tcp -@dirrm now/man/mhtml3 -@dirrm now/man/mhtml1 -@dirrm now/man/html1 -@dirrm now/man/man1 -@dirrm now/man -@dirrm now/lib -@dirrm now/bin -@dirrm now/include/glib -@dirrm now/include -@dirrm now -@unexec /bin/rm -rf %D/now/data diff --git a/parallel/mpi-ch/DESCR b/parallel/mpi-ch/DESCR new file mode 100644 index 00000000000..65ad63b2d3a --- /dev/null +++ b/parallel/mpi-ch/DESCR @@ -0,0 +1,5 @@ +MPICH is a freely available, portable implementation of MPI, the new +Standard for message-passing libraries. + +Documentation on installing and using MPICH is available, as well as +manual pages for the routines and commands. diff --git a/parallel/mpi-ch/PLIST b/parallel/mpi-ch/PLIST new file mode 100644 index 00000000000..af6fab2969c --- /dev/null +++ b/parallel/mpi-ch/PLIST @@ -0,0 +1,873 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:58:20 zuntum Exp $ +bin/tarch +bin/tdevice +bin/mpiman +bin/mpirun +bin/mpirun.args +bin/mpirun.ch_p4 +bin/mpirun.ch_p4.args +bin/mpirun.p4shmem +bin/mpirun.pg +bin/mpirun.rand +bin/execer +bin/mpirun_dbg.dbx +bin/mpirun_dbg.ddd +bin/mpireconfig +bin/mpirun_dbg.gdb +bin/mpirun_dbg.totalview +bin/mpirun_dbg.xxgdb +bin/mpireconfig.dat +bin/mpicc +bin/mpif77 +bin/mpiCC +bin/serv_p4 +bin/mpereconfig +bin/mpereconfig.dat +bin/logviewer +bin/upshot +lib/libfmpich.a +lib/libmpe_nompi.a +lib/libmpich.a +lib/libmpichfsup.a +lib/libpmpich++.a +lib/libpmpich.a +lib/libampe.a +lib/liblmpe.a +lib/libmpe.a +lib/libtmpe.a +lib/mpe_prof.o +etc/mpif77.conf +etc/mpichlib.conf +etc/mpichconf.h.dat +include/mpi2c++/comm.h +include/mpi2c++/comm_inln.h +include/mpi2c++/constants.h +include/mpi2c++/datatype.h +include/mpi2c++/datatype_inln.h +include/mpi2c++/errhandler.h +include/mpi2c++/errhandler_inln.h +include/mpi2c++/exception.h +include/mpi2c++/functions.h +include/mpi2c++/functions_inln.h +include/mpi2c++/group.h +include/mpi2c++/group_inln.h +include/mpi2c++/intercomm.h +include/mpi2c++/intercomm_inln.h +include/mpi2c++/intracomm.h +include/mpi2c++/intracomm_inln.h +include/mpi2c++/mpi++.h +include/mpi2c++/mpi2c++_config.h +include/mpi2c++/mpi2c++_list.h +include/mpi2c++/mpi2c++_map.h +include/mpi2c++/op.h +include/mpi2c++/op_inln.h +include/mpi2c++/pcomm.h +include/mpi2c++/pdatatype.h +include/mpi2c++/perrhandler.h +include/mpi2c++/pexception.h +include/mpi2c++/pgroup.h +include/mpi2c++/pgroup_inln.h +include/mpi2c++/pintercomm.h +include/mpi2c++/pintracomm.h +include/mpi2c++/pmpi++.h +include/mpi2c++/pop.h +include/mpi2c++/pop_inln.h +include/mpi2c++/prequest.h +include/mpi2c++/prequest_inln.h +include/mpi2c++/pstatus.h +include/mpi2c++/pstatus_inln.h +include/mpi2c++/ptopology.h +include/mpi2c++/request.h +include/mpi2c++/request_inln.h +include/mpi2c++/status.h +include/mpi2c++/status_inln.h +include/mpi2c++/topology.h +include/mpi2c++/topology_inln.h +include/mpif.h +include/mpi.h +include/mpi_errno.h +include/mpidefs.h +include/mpi_fortdefs.h +include/mpio.h +include/mpiof.h +man/man1/Jumpshots.1 +man/man1/MPI.1 +man/man1/chp4_servs.1 +man/man1/cleanipcs.1 +man/man1/mpiCC.1 +man/man1/mpicc.1 +man/man1/mpif77.1 +man/man1/mpif90.1 +man/man1/mpiman.1 +man/man1/mpireconfig.1 +man/man1/mpirun.1 +man/man1/tstmachines.1 +man/man3/Constants.3 +man/man3/MPIO_Request_c2f.3 +man/man3/MPIO_Request_f2c.3 +man/man3/MPIO_Test.3 +man/man3/MPIO_Wait.3 +man/man3/MPI_2COMPLEX.3 +man/man3/MPI_2DOUBLE_COMPLEX.3 +man/man3/MPI_2DOUBLE_PRECISION.3 +man/man3/MPI_2INT.3 +man/man3/MPI_2INTEGER.3 +man/man3/MPI_2REAL.3 +man/man3/MPI_ANY_SOURCE.3 +man/man3/MPI_ANY_TAG.3 +man/man3/MPI_Abort.3 +man/man3/MPI_Address.3 +man/man3/MPI_Aint.3 +man/man3/MPI_Allgather.3 +man/man3/MPI_Allgatherv.3 +man/man3/MPI_Allreduce.3 +man/man3/MPI_Alltoall.3 +man/man3/MPI_Alltoallv.3 +man/man3/MPI_Attr_delete.3 +man/man3/MPI_Attr_get.3 +man/man3/MPI_Attr_put.3 +man/man3/MPI_BAND.3 +man/man3/MPI_BOR.3 +man/man3/MPI_BOTTOM.3 +man/man3/MPI_BSEND_OVERHEAD.3 +man/man3/MPI_BXOR.3 +man/man3/MPI_BYTE.3 +man/man3/MPI_Barrier.3 +man/man3/MPI_Bcast.3 +man/man3/MPI_Bsend.3 +man/man3/MPI_Bsend_init.3 +man/man3/MPI_Buffer_attach.3 +man/man3/MPI_Buffer_detach.3 +man/man3/MPI_CART.3 +man/man3/MPI_CHAR.3 +man/man3/MPI_COMM_NULL.3 +man/man3/MPI_COMM_SELF.3 +man/man3/MPI_COMM_WORLD.3 +man/man3/MPI_COMPLEX.3 +man/man3/MPI_CONGRUENT.3 +man/man3/MPI_Cancel.3 +man/man3/MPI_Cart_get.3 +man/man3/MPI_Cart_coords.3 +man/man3/MPI_Cart_create.3 +man/man3/MPI_Cart_map.3 +man/man3/MPI_Cart_rank.3 +man/man3/MPI_Cart_shift.3 +man/man3/MPI_Cart_sub.3 +man/man3/MPI_Cartdim_get.3 +man/man3/MPI_Comm_compare.3 +man/man3/MPI_Comm_create.3 +man/man3/MPI_Comm_dup.3 +man/man3/MPI_Comm_free.3 +man/man3/MPI_Comm_group.3 +man/man3/MPI_Comm_rank.3 +man/man3/MPI_Comm_remote_group.3 +man/man3/MPI_Comm_remote_size.3 +man/man3/MPI_Comm_size.3 +man/man3/MPI_Comm_split.3 +man/man3/MPI_Comm_test_inter.3 +man/man3/MPI_DOUBLE.3 +man/man3/MPI_Copy_function.3 +man/man3/MPI_DATATYPE_NULL.3 +man/man3/MPI_DOUBLE_COMPLEX.3 +man/man3/MPI_DOUBLE_INT.3 +man/man3/MPI_DOUBLE_PRECISION.3 +man/man3/MPI_DUP_FN.3 +man/man3/MPI_Delete_function.3 +man/man3/MPI_Dims_create.3 +man/man3/MPI_ERRHANDLER_NULL.3 +man/man3/MPI_ERROR.3 +man/man3/MPI_ERRORS_ARE_FATAL.3 +man/man3/MPI_ERRORS_RETURN.3 +man/man3/MPI_ERR_ARG.3 +man/man3/MPI_ERR_BAD_ARGS.3 +man/man3/MPI_ERR_BUFFER.3 +man/man3/MPI_ERR_BUFFER_EXISTS.3 +man/man3/MPI_ERR_COMM.3 +man/man3/MPI_ERR_COMM_INTER.3 +man/man3/MPI_ERR_COMM_INTRA.3 +man/man3/MPI_ERR_COMM_NULL.3 +man/man3/MPI_ERR_COUNT.3 +man/man3/MPI_ERR_DIMS.3 +man/man3/MPI_ERR_ERRORCODE.3 +man/man3/MPI_ERR_EXHAUSTED.3 +man/man3/MPI_ERR_GROUP.3 +man/man3/MPI_ERR_INIT.3 +man/man3/MPI_ERR_INTERN.3 +man/man3/MPI_ERR_IN_STATUS.3 +man/man3/MPI_ERR_LASTCODE.3 +man/man3/MPI_ERR_LIMIT.3 +man/man3/MPI_ERR_NOMATCH.3 +man/man3/MPI_ERR_NULL.3 +man/man3/MPI_ERR_OP.3 +man/man3/MPI_ERR_OTHER.3 +man/man3/MPI_ERR_PERM_KEY.3 +man/man3/MPI_ERR_PERM_OP.3 +man/man3/MPI_ERR_PERM_TYPE.3 +man/man3/MPI_ERR_PRE_INIT.3 +man/man3/MPI_ERR_RANK.3 +man/man3/MPI_ERR_REQUEST.3 +man/man3/MPI_ERR_ROOT.3 +man/man3/MPI_ERR_TAG.3 +man/man3/MPI_ERR_TOPOLOGY.3 +man/man3/MPI_ERR_TRUNCATE.3 +man/man3/MPI_ERR_TYPE.3 +man/man3/MPI_ERR_UNKNOWN.3 +man/man3/MPI_Errhandler_create.3 +man/man3/MPI_Errhandler_free.3 +man/man3/MPI_Errhandler_get.3 +man/man3/MPI_Errhandler_set.3 +man/man3/MPI_Error_class.3 +man/man3/MPI_Error_string.3 +man/man3/MPI_FLOAT.3 +man/man3/MPI_FLOAT_INT.3 +man/man3/MPI_File_c2f.3 +man/man3/MPI_File_f2c.3 +man/man3/MPI_File_close.3 +man/man3/MPI_File_delete.3 +man/man3/MPI_File_get_amode.3 +man/man3/MPI_File_get_atomicity.3 +man/man3/MPI_File_get_byte_offset.3 +man/man3/MPI_File_get_errhandler.3 +man/man3/MPI_File_get_group.3 +man/man3/MPI_File_get_info.3 +man/man3/MPI_File_get_position.3 +man/man3/MPI_File_get_position_shared.3 +man/man3/MPI_File_get_size.3 +man/man3/MPI_File_get_type_extent.3 +man/man3/MPI_File_get_view.3 +man/man3/MPI_File_iread.3 +man/man3/MPI_File_iread_at.3 +man/man3/MPI_GRAPH.3 +man/man3/MPI_File_iread_shared.3 +man/man3/MPI_File_iwrite.3 +man/man3/MPI_File_iwrite_at.3 +man/man3/MPI_File_open.3 +man/man3/MPI_File_iwrite_shared.3 +man/man3/MPI_File_preallocate.3 +man/man3/MPI_File_read.3 +man/man3/MPI_File_read_all.3 +man/man3/MPI_File_read_all_begin.3 +man/man3/MPI_File_read_all_end.3 +man/man3/MPI_File_read_at.3 +man/man3/MPI_File_read_at_all.3 +man/man3/MPI_File_read_at_all_begin.3 +man/man3/MPI_File_read_at_all_end.3 +man/man3/MPI_File_read_ordered.3 +man/man3/MPI_HOST.3 +man/man3/MPI_File_read_ordered_begin.3 +man/man3/MPI_File_read_ordered_end.3 +man/man3/MPI_File_read_shared.3 +man/man3/MPI_File_seek.3 +man/man3/MPI_File_seek_shared.3 +man/man3/MPI_File_set_atomicity.3 +man/man3/MPI_File_set_errhandler.3 +man/man3/MPI_File_set_info.3 +man/man3/MPI_File_set_size.3 +man/man3/MPI_File_set_view.3 +man/man3/MPI_File_sync.3 +man/man3/MPI_File_write.3 +man/man3/MPI_File_write_all.3 +man/man3/MPI_File_write_all_begin.3 +man/man3/MPI_File_write_all_end.3 +man/man3/MPI_File_write_at.3 +man/man3/MPI_File_write_at_all.3 +man/man3/MPI_File_write_at_all_begin.3 +man/man3/MPI_File_write_at_all_end.3 +man/man3/MPI_File_write_ordered.3 +man/man3/MPI_File_write_ordered_begin.3 +man/man3/MPI_File_write_ordered_end.3 +man/man3/MPI_File_write_shared.3 +man/man3/MPI_Finalize.3 +man/man3/MPI_Finalized.3 +man/man3/MPI_GROUP_EMPTY.3 +man/man3/MPI_GROUP_NULL.3 +man/man3/MPI_Gather.3 +man/man3/MPI_Gatherv.3 +man/man3/MPI_Get_count.3 +man/man3/MPI_Get_elements.3 +man/man3/MPI_Get_processor_name.3 +man/man3/MPI_Get_version.3 +man/man3/MPI_Graph_create.3 +man/man3/MPI_Graph_get.3 +man/man3/MPI_Graph_map.3 +man/man3/MPI_Graph_neighbors.3 +man/man3/MPI_Graph_neighbors_count.3 +man/man3/MPI_Graphdims_get.3 +man/man3/MPI_Group_compare.3 +man/man3/MPI_Group_difference.3 +man/man3/MPI_Group_excl.3 +man/man3/MPI_Group_free.3 +man/man3/MPI_Group_incl.3 +man/man3/MPI_Group_intersection.3 +man/man3/MPI_Group_range_excl.3 +man/man3/MPI_Group_range_incl.3 +man/man3/MPI_Group_rank.3 +man/man3/MPI_Group_size.3 +man/man3/MPI_Group_translate_ranks.3 +man/man3/MPI_Group_union.3 +man/man3/MPI_Handler_function.3 +man/man3/MPI_IDENT.3 +man/man3/MPI_INT.3 +man/man3/MPI_INTEGER.3 +man/man3/MPI_INTEGER1.3 +man/man3/MPI_INTEGER2.3 +man/man3/MPI_INTEGER4.3 +man/man3/MPI_IO.3 +man/man3/MPI_Ibsend.3 +man/man3/MPI_Info_c2f.3 +man/man3/MPI_Info_create.3 +man/man3/MPI_Info_delete.3 +man/man3/MPI_Info_dup.3 +man/man3/MPI_Info_f2c.3 +man/man3/MPI_Info_free.3 +man/man3/MPI_Info_get.3 +man/man3/MPI_Info_get_nkeys.3 +man/man3/MPI_Info_set.3 +man/man3/MPI_Info_get_nthkey.3 +man/man3/MPI_Info_get_valuelen.3 +man/man3/MPI_Init.3 +man/man3/MPI_Init_thread.3 +man/man3/MPI_Initialized.3 +man/man3/MPI_Int2handle.3 +man/man3/MPI_Intercomm_create.3 +man/man3/MPI_Intercomm_merge.3 +man/man3/MPI_Iprobe.3 +man/man3/MPI_Irecv.3 +man/man3/MPI_Irsend.3 +man/man3/MPI_Isend.3 +man/man3/MPI_Issend.3 +man/man3/MPI_KEYVAL_INVALID.3 +man/man3/MPI_Keyval_create.3 +man/man3/MPI_Keyval_free.3 +man/man3/MPI_LAND.3 +man/man3/MPI_LB.3 +man/man3/MPI_LOGICAL.3 +man/man3/MPI_LONG.3 +man/man3/MPI_LONG_DOUBLE.3 +man/man3/MPI_LONG_DOUBLE_INT.3 +man/man3/MPI_LONG_INT.3 +man/man3/MPI_LONG_LONG_INT.3 +man/man3/MPI_LOR.3 +man/man3/MPI_LXOR.3 +man/man3/MPI_MAX.3 +man/man3/MPI_MAXLOC.3 +man/man3/MPI_MAX_ERROR_STRING.3 +man/man3/MPI_MAX_PROCESSOR_NAME.3 +man/man3/MPI_MIN.3 +man/man3/MPI_MINLOC.3 +man/man3/MPI_NULL_COPY_FN.3 +man/man3/MPI_NULL_DELETE_FN.3 +man/man3/MPI_OP_NULL.3 +man/man3/MPI_Op_create.3 +man/man3/MPI_Op_free.3 +man/man3/MPI_PACKED.3 +man/man3/MPI_PROC_NULL.3 +man/man3/MPI_PROD.3 +man/man3/MPI_Pack.3 +man/man3/MPI_Pack_size.3 +man/man3/MPI_Pcontrol.3 +man/man3/MPI_Probe.3 +man/man3/MPI_REAL.3 +man/man3/MPI_REAL4.3 +man/man3/MPI_REAL8.3 +man/man3/MPI_REQUEST_NULL.3 +man/man3/MPI_Recv.3 +man/man3/MPI_Recv_init.3 +man/man3/MPI_Reduce.3 +man/man3/MPI_Reduce_scatter.3 +man/man3/MPI_Request_c2f.3 +man/man3/MPI_Request_free.3 +man/man3/MPI_Rsend.3 +man/man3/MPI_Rsend_init.3 +man/man3/MPI_SHORT.3 +man/man3/MPI_SHORT_INT.3 +man/man3/MPI_SIMILAR.3 +man/man3/MPI_SOURCE.3 +man/man3/MPI_SUM.3 +man/man3/MPI_SUCCESS.3 +man/man3/MPI_Scan.3 +man/man3/MPI_Scatter.3 +man/man3/MPI_Scatterv.3 +man/man3/MPI_Send.3 +man/man3/MPI_Send_init.3 +man/man3/MPI_Sendrecv.3 +man/man3/MPI_Sendrecv_replace.3 +man/man3/MPI_Ssend.3 +man/man3/MPI_Ssend_init.3 +man/man3/MPI_Start.3 +man/man3/MPI_Startall.3 +man/man3/MPI_Status_c2f.3 +man/man3/MPI_Status_set_cancelled.3 +man/man3/MPI_Status_set_elements.3 +man/man3/MPI_TAG.3 +man/man3/MPI_TAG_UB.3 +man/man3/MPI_Test.3 +man/man3/MPI_Test_cancelled.3 +man/man3/MPI_Testall.3 +man/man3/MPI_Testany.3 +man/man3/MPI_Testsome.3 +man/man3/MPI_Topo_test.3 +man/man3/MPI_Type_commit.3 +man/man3/MPI_Type_contiguous.3 +man/man3/MPI_Type_create_darray.3 +man/man3/MPI_Type_create_indexed_block.3 +man/man3/MPI_Type_create_subarray.3 +man/man3/MPI_Type_extent.3 +man/man3/MPI_Type_free.3 +man/man3/MPI_Type_get_contents.3 +man/man3/MPI_Type_get_envelope.3 +man/man3/MPI_Type_hindexed.3 +man/man3/MPI_Type_hvector.3 +man/man3/MPI_Type_indexed.3 +man/man3/MPI_Type_lb.3 +man/man3/MPI_Type_size.3 +man/man3/MPI_Type_struct.3 +man/man3/MPI_Type_ub.3 +man/man3/MPI_Type_vector.3 +man/man3/MPI_UB.3 +man/man3/MPI_UNDEFINED.3 +man/man3/MPI_UNDEFINED_RANK.3 +man/man3/MPI_UNEQUAL.3 +man/man3/MPI_UNSIGNED.3 +man/man3/MPI_UNSIGNED_CHAR.3 +man/man3/MPI_UNSIGNED_LONG.3 +man/man3/MPI_UNSIGNED_SHORT.3 +man/man3/MPI_Unpack.3 +man/man3/MPI_User_function.3 +man/man3/MPI_WTIME_IS_GLOBAL.3 +man/man3/MPI_Wait.3 +man/man3/MPI_Waitall.3 +man/man3/MPI_Waitany.3 +man/man3/MPI_Waitsome.3 +man/man3/MPI_Wtick.3 +man/man3/MPI_Wtime.3 +man/man4/CLOG_Finalize.4 +man/man4/CLOG_Init.4 +man/man4/CLOG_Output.4 +man/man4/CLOG_commtype.4 +man/man4/CLOG_cput.4 +man/man4/CLOG_csync.4 +man/man4/CLOG_get_new_event.4 +man/man4/CLOG_get_new_state.4 +man/man4/CLOG_init_buffers.4 +man/man4/CLOG_mergelogs.4 +man/man4/CLOG_mergend.4 +man/man4/CLOG_msgtype.4 +man/man4/CLOG_newbuff.4 +man/man4/CLOG_nodebuffer2disk.4 +man/man4/CLOG_procbuf.4 +man/man4/CLOG_reclen.4 +man/man4/CLOG_rectype.4 +man/man4/CLOG_reinit_buff.4 +man/man4/CLOG_treesetup.4 +man/man4/MPE.4 +man/man4/MPE_Add_RGB_color.4 +man/man4/MPE_CaptureFile.4 +man/man4/MPE_Close_graphics.4 +man/man4/MPE_Comm_global_rank.4 +man/man4/MPE_Counter_create.4 +man/man4/MPE_Counter_free.4 +man/man4/MPE_Counter_nxtval.4 +man/man4/MPE_Decomp1d.4 +man/man4/MPE_Describe_event.4 +man/man4/MPE_Describe_state.4 +man/man4/MPE_Draw_circle.4 +man/man4/MPE_Draw_line.4 +man/man4/MPE_Draw_logic.4 +man/man4/MPE_Draw_point.4 +man/man4/MPE_Draw_points.4 +man/man4/MPE_Draw_string.4 +man/man4/MPE_Fill_circle.4 +man/man4/MPE_Fill_rectangle.4 +man/man4/MPE_Finish_log.4 +man/man4/MPE_GetTags.4 +man/man4/MPE_Get_mouse_press.4 +man/man4/MPE_IO_Stdout_to_file.4 +man/man4/MPE_Iget_mouse_press.4 +man/man4/MPE_Init_log.4 +man/man4/MPE_Initialized_logging.4 +man/man4/MPE_Line_thickness.4 +man/man4/MPE_Log_event.4 +man/man4/MPE_Log_get_event_number.4 +man/man4/MPE_Log_receive.4 +man/man4/MPE_Log_send.4 +man/man4/MPE_Make_color_array.4 +man/man4/MPE_Num_colors.4 +man/man4/MPE_Open_graphics.4 +man/man4/MPE_Print_datatype_pack_action.4 +man/man4/MPE_Print_datatype_unpack_action.4 +man/man4/MPE_ReturnTags.4 +man/man4/MPE_Seq_begin.4 +man/man4/MPE_Seq_end.4 +man/man4/MPE_Start_log.4 +man/man4/MPE_Stop_log.4 +man/man4/MPE_TagsEnd.4 +man/man4/MPE_Update.4 +sbin/mpiuninstall +sbin/tstmachines +sbin/chp4_servs +sbin/chkserv +sbin/cleanipcs +sbin/mpiuninstall.not +share/doc/mpi-ch/guide.ps.gz +share/doc/mpi-ch/install.ps.gz +share/doc/html/mpi-ch/index.html +share/doc/html/mpi-ch/www1/Jumpshots.html +share/doc/html/mpi-ch/www1/MPI.html +share/doc/html/mpi-ch/www1/chp4_servs.html +share/doc/html/mpi-ch/www1/cleanipcs.html +share/doc/html/mpi-ch/www1/index.html +share/doc/html/mpi-ch/www1/mpiCC.html +share/doc/html/mpi-ch/www1/mpicc.html +share/doc/html/mpi-ch/www1/mpif77.html +share/doc/html/mpi-ch/www1/mpif90.html +share/doc/html/mpi-ch/www1/mpiman.html +share/doc/html/mpi-ch/www1/mpireconfig.html +share/doc/html/mpi-ch/www1/mpirun.html +share/doc/html/mpi-ch/www1/tstmachines.html +share/doc/html/mpi-ch/www3/Constants.html +share/doc/html/mpi-ch/www3/MPIO_Request_c2f.html +share/doc/html/mpi-ch/www3/MPIO_Request_f2c.html +share/doc/html/mpi-ch/www3/MPIO_Test.html +share/doc/html/mpi-ch/www3/MPIO_Wait.html +share/doc/html/mpi-ch/www3/MPI_Abort.html +share/doc/html/mpi-ch/www3/MPI_Address.html +share/doc/html/mpi-ch/www3/MPI_Allgather.html +share/doc/html/mpi-ch/www3/MPI_Allgatherv.html +share/doc/html/mpi-ch/www3/MPI_Allreduce.html +share/doc/html/mpi-ch/www3/MPI_Alltoall.html +share/doc/html/mpi-ch/www3/MPI_Alltoallv.html +share/doc/html/mpi-ch/www3/MPI_Attr_delete.html +share/doc/html/mpi-ch/www3/MPI_Attr_get.html +share/doc/html/mpi-ch/www3/MPI_Attr_put.html +share/doc/html/mpi-ch/www3/MPI_Barrier.html +share/doc/html/mpi-ch/www3/MPI_Bcast.html +share/doc/html/mpi-ch/www3/index.html +share/doc/html/mpi-ch/www3/MPI_Bsend.html +share/doc/html/mpi-ch/www3/MPI_Bsend_init.html +share/doc/html/mpi-ch/www3/MPI_Buffer_attach.html +share/doc/html/mpi-ch/www3/MPI_Buffer_detach.html +share/doc/html/mpi-ch/www3/MPI_CHAR.html +share/doc/html/mpi-ch/www3/MPI_Cancel.html +share/doc/html/mpi-ch/www3/MPI_Cart_coords.html +share/doc/html/mpi-ch/www3/MPI_Cart_create.html +share/doc/html/mpi-ch/www3/MPI_Cart_get.html +share/doc/html/mpi-ch/www3/MPI_Cart_map.html +share/doc/html/mpi-ch/www3/MPI_Cart_rank.html +share/doc/html/mpi-ch/www3/MPI_Cart_shift.html +share/doc/html/mpi-ch/www3/MPI_Cart_sub.html +share/doc/html/mpi-ch/www3/MPI_Cartdim_get.html +share/doc/html/mpi-ch/www3/MPI_Comm_compare.html +share/doc/html/mpi-ch/www3/MPI_Comm_create.html +share/doc/html/mpi-ch/www3/MPI_Comm_dup.html +share/doc/html/mpi-ch/www3/MPI_Comm_free.html +share/doc/html/mpi-ch/www3/MPI_Comm_group.html +share/doc/html/mpi-ch/www3/MPI_Comm_rank.html +share/doc/html/mpi-ch/www3/MPI_Comm_remote_group.html +share/doc/html/mpi-ch/www3/MPI_Comm_remote_size.html +share/doc/html/mpi-ch/www3/MPI_Comm_size.html +share/doc/html/mpi-ch/www3/MPI_Comm_split.html +share/doc/html/mpi-ch/www3/MPI_Comm_test_inter.html +share/doc/html/mpi-ch/www3/MPI_DUP_FN.html +share/doc/html/mpi-ch/www3/MPI_Dims_create.html +share/doc/html/mpi-ch/www3/MPI_Errhandler_create.html +share/doc/html/mpi-ch/www3/MPI_Errhandler_free.html +share/doc/html/mpi-ch/www3/MPI_Errhandler_get.html +share/doc/html/mpi-ch/www3/MPI_Errhandler_set.html +share/doc/html/mpi-ch/www3/MPI_Error_class.html +share/doc/html/mpi-ch/www3/MPI_Error_string.html +share/doc/html/mpi-ch/www3/MPI_File_c2f.html +share/doc/html/mpi-ch/www3/MPI_File_close.html +share/doc/html/mpi-ch/www3/MPI_File_delete.html +share/doc/html/mpi-ch/www3/MPI_File_f2c.html +share/doc/html/mpi-ch/www3/MPI_File_get_amode.html +share/doc/html/mpi-ch/www3/MPI_File_get_atomicity.html +share/doc/html/mpi-ch/www3/MPI_File_get_byte_offset.html +share/doc/html/mpi-ch/www3/MPI_File_get_errhandler.html +share/doc/html/mpi-ch/www3/MPI_File_get_group.html +share/doc/html/mpi-ch/www3/MPI_File_get_info.html +share/doc/html/mpi-ch/www3/MPI_File_get_position.html +share/doc/html/mpi-ch/www3/MPI_File_get_position_shared.html +share/doc/html/mpi-ch/www3/MPI_File_get_size.html +share/doc/html/mpi-ch/www3/MPI_File_get_type_extent.html +share/doc/html/mpi-ch/www3/MPI_File_get_view.html +share/doc/html/mpi-ch/www3/MPI_File_iread.html +share/doc/html/mpi-ch/www3/MPI_File_iread_at.html +share/doc/html/mpi-ch/www3/MPI_File_iread_shared.html +share/doc/html/mpi-ch/www3/MPI_File_iwrite.html +share/doc/html/mpi-ch/www3/MPI_File_iwrite_at.html +share/doc/html/mpi-ch/www3/MPI_File_iwrite_shared.html +share/doc/html/mpi-ch/www3/MPI_File_open.html +share/doc/html/mpi-ch/www3/MPI_File_preallocate.html +share/doc/html/mpi-ch/www3/MPI_File_read.html +share/doc/html/mpi-ch/www3/MPI_File_read_all.html +share/doc/html/mpi-ch/www3/MPI_File_read_all_begin.html +share/doc/html/mpi-ch/www3/MPI_File_read_all_end.html +share/doc/html/mpi-ch/www3/MPI_File_read_at.html +share/doc/html/mpi-ch/www3/MPI_File_read_at_all.html +share/doc/html/mpi-ch/www3/MPI_File_read_at_all_begin.html +share/doc/html/mpi-ch/www3/MPI_File_read_at_all_end.html +share/doc/html/mpi-ch/www3/MPI_File_read_ordered.html +share/doc/html/mpi-ch/www3/MPI_File_read_ordered_begin.html +share/doc/html/mpi-ch/www3/MPI_File_read_ordered_end.html +share/doc/html/mpi-ch/www3/MPI_File_read_shared.html +share/doc/html/mpi-ch/www3/MPI_File_seek.html +share/doc/html/mpi-ch/www3/MPI_File_seek_shared.html +share/doc/html/mpi-ch/www3/MPI_File_set_atomicity.html +share/doc/html/mpi-ch/www3/MPI_File_set_errhandler.html +share/doc/html/mpi-ch/www3/MPI_File_set_info.html +share/doc/html/mpi-ch/www3/MPI_File_set_size.html +share/doc/html/mpi-ch/www3/MPI_File_set_view.html +share/doc/html/mpi-ch/www3/MPI_File_sync.html +share/doc/html/mpi-ch/www3/MPI_File_write.html +share/doc/html/mpi-ch/www3/MPI_Gather.html +share/doc/html/mpi-ch/www3/MPI_File_write_all.html +share/doc/html/mpi-ch/www3/MPI_File_write_all_begin.html +share/doc/html/mpi-ch/www3/MPI_File_write_all_end.html +share/doc/html/mpi-ch/www3/MPI_File_write_at.html +share/doc/html/mpi-ch/www3/MPI_File_write_at_all.html +share/doc/html/mpi-ch/www3/MPI_File_write_at_all_begin.html +share/doc/html/mpi-ch/www3/MPI_File_write_at_all_end.html +share/doc/html/mpi-ch/www3/MPI_File_write_ordered.html +share/doc/html/mpi-ch/www3/MPI_File_write_ordered_begin.html +share/doc/html/mpi-ch/www3/MPI_File_write_ordered_end.html +share/doc/html/mpi-ch/www3/MPI_File_write_shared.html +share/doc/html/mpi-ch/www3/MPI_Finalize.html +share/doc/html/mpi-ch/www3/MPI_Finalized.html +share/doc/html/mpi-ch/www3/MPI_Gatherv.html +share/doc/html/mpi-ch/www3/MPI_Get_count.html +share/doc/html/mpi-ch/www3/MPI_Get_elements.html +share/doc/html/mpi-ch/www3/MPI_Get_processor_name.html +share/doc/html/mpi-ch/www3/MPI_Get_version.html +share/doc/html/mpi-ch/www3/MPI_Graph_create.html +share/doc/html/mpi-ch/www3/MPI_Graph_get.html +share/doc/html/mpi-ch/www3/MPI_Graph_map.html +share/doc/html/mpi-ch/www3/MPI_Graph_neighbors.html +share/doc/html/mpi-ch/www3/MPI_Graph_neighbors_count.html +share/doc/html/mpi-ch/www3/MPI_Graphdims_get.html +share/doc/html/mpi-ch/www3/MPI_Group_compare.html +share/doc/html/mpi-ch/www3/MPI_Group_difference.html +share/doc/html/mpi-ch/www3/MPI_Group_excl.html +share/doc/html/mpi-ch/www3/MPI_Group_free.html +share/doc/html/mpi-ch/www3/MPI_Group_incl.html +share/doc/html/mpi-ch/www3/MPI_Group_intersection.html +share/doc/html/mpi-ch/www3/MPI_Group_range_excl.html +share/doc/html/mpi-ch/www3/MPI_Group_range_incl.html +share/doc/html/mpi-ch/www3/MPI_Group_rank.html +share/doc/html/mpi-ch/www3/MPI_Group_size.html +share/doc/html/mpi-ch/www3/MPI_Group_translate_ranks.html +share/doc/html/mpi-ch/www3/MPI_Group_union.html +share/doc/html/mpi-ch/www3/MPI_Ibsend.html +share/doc/html/mpi-ch/www3/MPI_Info_c2f.html +share/doc/html/mpi-ch/www3/MPI_Info_create.html +share/doc/html/mpi-ch/www3/MPI_Info_delete.html +share/doc/html/mpi-ch/www3/MPI_Info_dup.html +share/doc/html/mpi-ch/www3/MPI_Info_f2c.html +share/doc/html/mpi-ch/www3/MPI_Info_free.html +share/doc/html/mpi-ch/www3/MPI_Info_get.html +share/doc/html/mpi-ch/www3/MPI_Info_get_nkeys.html +share/doc/html/mpi-ch/www3/MPI_Info_get_nthkey.html +share/doc/html/mpi-ch/www3/MPI_Info_get_valuelen.html +share/doc/html/mpi-ch/www3/MPI_Info_set.html +share/doc/html/mpi-ch/www3/MPI_Init.html +share/doc/html/mpi-ch/www3/MPI_Init_thread.html +share/doc/html/mpi-ch/www3/MPI_Initialized.html +share/doc/html/mpi-ch/www3/MPI_Int2handle.html +share/doc/html/mpi-ch/www3/MPI_Intercomm_create.html +share/doc/html/mpi-ch/www3/MPI_Intercomm_merge.html +share/doc/html/mpi-ch/www3/MPI_Iprobe.html +share/doc/html/mpi-ch/www3/MPI_Irecv.html +share/doc/html/mpi-ch/www3/MPI_Irsend.html +share/doc/html/mpi-ch/www3/MPI_Isend.html +share/doc/html/mpi-ch/www3/MPI_Issend.html +share/doc/html/mpi-ch/www3/MPI_Keyval_create.html +share/doc/html/mpi-ch/www3/MPI_Keyval_free.html +share/doc/html/mpi-ch/www3/MPI_NULL_COPY_FN.html +share/doc/html/mpi-ch/www3/MPI_NULL_DELETE_FN.html +share/doc/html/mpi-ch/www3/MPI_Op_create.html +share/doc/html/mpi-ch/www3/MPI_Op_free.html +share/doc/html/mpi-ch/www3/MPI_Pack.html +share/doc/html/mpi-ch/www3/MPI_Pack_size.html +share/doc/html/mpi-ch/www3/MPI_Pcontrol.html +share/doc/html/mpi-ch/www3/MPI_Probe.html +share/doc/html/mpi-ch/www3/MPI_Recv.html +share/doc/html/mpi-ch/www3/MPI_Recv_init.html +share/doc/html/mpi-ch/www3/MPI_Reduce.html +share/doc/html/mpi-ch/www3/MPI_Reduce_scatter.html +share/doc/html/mpi-ch/www3/MPI_Request_c2f.html +share/doc/html/mpi-ch/www3/MPI_Request_free.html +share/doc/html/mpi-ch/www3/MPI_Rsend.html +share/doc/html/mpi-ch/www3/MPI_Rsend_init.html +share/doc/html/mpi-ch/www3/MPI_Scan.html +share/doc/html/mpi-ch/www3/MPI_Scatter.html +share/doc/html/mpi-ch/www3/MPI_Scatterv.html +share/doc/html/mpi-ch/www3/MPI_Send.html +share/doc/html/mpi-ch/www3/MPI_Ssend.html +share/doc/html/mpi-ch/www3/MPI_Send_init.html +share/doc/html/mpi-ch/www3/MPI_Sendrecv.html +share/doc/html/mpi-ch/www3/MPI_Sendrecv_replace.html +share/doc/html/mpi-ch/www3/MPI_Ssend_init.html +share/doc/html/mpi-ch/www3/MPI_Start.html +share/doc/html/mpi-ch/www3/MPI_Startall.html +share/doc/html/mpi-ch/www3/MPI_Status_c2f.html +share/doc/html/mpi-ch/www3/MPI_Status_set_cancelled.html +share/doc/html/mpi-ch/www3/MPI_Status_set_elements.html +share/doc/html/mpi-ch/www3/MPI_Test.html +share/doc/html/mpi-ch/www3/MPI_Test_cancelled.html +share/doc/html/mpi-ch/www3/MPI_Testall.html +share/doc/html/mpi-ch/www3/MPI_Testany.html +share/doc/html/mpi-ch/www3/MPI_Testsome.html +share/doc/html/mpi-ch/www3/MPI_Topo_test.html +share/doc/html/mpi-ch/www3/MPI_Type_commit.html +share/doc/html/mpi-ch/www3/MPI_Type_extent.html +share/doc/html/mpi-ch/www3/MPI_Type_contiguous.html +share/doc/html/mpi-ch/www3/MPI_Type_create_darray.html +share/doc/html/mpi-ch/www3/MPI_Type_create_indexed_block.html +share/doc/html/mpi-ch/www3/MPI_Type_create_subarray.html +share/doc/html/mpi-ch/www3/MPI_Type_free.html +share/doc/html/mpi-ch/www3/MPI_Type_get_contents.html +share/doc/html/mpi-ch/www3/MPI_Type_get_envelope.html +share/doc/html/mpi-ch/www3/MPI_Type_hindexed.html +share/doc/html/mpi-ch/www3/MPI_Type_hvector.html +share/doc/html/mpi-ch/www3/MPI_Type_indexed.html +share/doc/html/mpi-ch/www3/MPI_Type_lb.html +share/doc/html/mpi-ch/www3/MPI_Type_size.html +share/doc/html/mpi-ch/www3/MPI_Type_struct.html +share/doc/html/mpi-ch/www3/MPI_Type_ub.html +share/doc/html/mpi-ch/www3/MPI_Type_vector.html +share/doc/html/mpi-ch/www3/MPI_Unpack.html +share/doc/html/mpi-ch/www3/MPI_Wait.html +share/doc/html/mpi-ch/www3/MPI_Waitall.html +share/doc/html/mpi-ch/www3/MPI_Waitany.html +share/doc/html/mpi-ch/www3/MPI_Waitsome.html +share/doc/html/mpi-ch/www3/MPI_Wtick.html +share/doc/html/mpi-ch/www3/MPI_Wtime.html +share/doc/html/mpi-ch/www4/CLOG_Finalize.html +share/doc/html/mpi-ch/www4/CLOG_Init.html +share/doc/html/mpi-ch/www4/CLOG_Output.html +share/doc/html/mpi-ch/www4/CLOG_commtype.html +share/doc/html/mpi-ch/www4/CLOG_cput.html +share/doc/html/mpi-ch/www4/CLOG_csync.html +share/doc/html/mpi-ch/www4/CLOG_get_new_event.html +share/doc/html/mpi-ch/www4/CLOG_get_new_state.html +share/doc/html/mpi-ch/www4/CLOG_init_buffers.html +share/doc/html/mpi-ch/www4/CLOG_mergelogs.html +share/doc/html/mpi-ch/www4/CLOG_mergend.html +share/doc/html/mpi-ch/www4/CLOG_msgtype.html +share/doc/html/mpi-ch/www4/CLOG_newbuff.html +share/doc/html/mpi-ch/www4/CLOG_nodebuffer2disk.html +share/doc/html/mpi-ch/www4/CLOG_procbuf.html +share/doc/html/mpi-ch/www4/CLOG_reclen.html +share/doc/html/mpi-ch/www4/CLOG_rectype.html +share/doc/html/mpi-ch/www4/CLOG_reinit_buff.html +share/doc/html/mpi-ch/www4/CLOG_treesetup.html +share/doc/html/mpi-ch/www4/MPE.html +share/doc/html/mpi-ch/www4/MPE_Add_RGB_color.html +share/doc/html/mpi-ch/www4/MPE_CaptureFile.html +share/doc/html/mpi-ch/www4/MPE_Close_graphics.html +share/doc/html/mpi-ch/www4/MPE_Comm_global_rank.html +share/doc/html/mpi-ch/www4/MPE_Counter_create.html +share/doc/html/mpi-ch/www4/MPE_Counter_free.html +share/doc/html/mpi-ch/www4/MPE_Counter_nxtval.html +share/doc/html/mpi-ch/www4/MPE_Decomp1d.html +share/doc/html/mpi-ch/www4/MPE_Describe_event.html +share/doc/html/mpi-ch/www4/MPE_Describe_state.html +share/doc/html/mpi-ch/www4/MPE_Draw_circle.html +share/doc/html/mpi-ch/www4/MPE_Draw_line.html +share/doc/html/mpi-ch/www4/MPE_Draw_logic.html +share/doc/html/mpi-ch/www4/MPE_Update.html +share/doc/html/mpi-ch/www4/MPE_Draw_point.html +share/doc/html/mpi-ch/www4/MPE_Draw_points.html +share/doc/html/mpi-ch/www4/MPE_Draw_string.html +share/doc/html/mpi-ch/www4/MPE_Fill_circle.html +share/doc/html/mpi-ch/www4/MPE_Fill_rectangle.html +share/doc/html/mpi-ch/www4/MPE_Finish_log.html +share/doc/html/mpi-ch/www4/MPE_GetTags.html +share/doc/html/mpi-ch/www4/MPE_Get_mouse_press.html +share/doc/html/mpi-ch/www4/MPE_IO_Stdout_to_file.html +share/doc/html/mpi-ch/www4/MPE_Iget_mouse_press.html +share/doc/html/mpi-ch/www4/MPE_Init_log.html +share/doc/html/mpi-ch/www4/MPE_Initialized_logging.html +share/doc/html/mpi-ch/www4/MPE_Line_thickness.html +share/doc/html/mpi-ch/www4/MPE_Log_event.html +share/doc/html/mpi-ch/www4/MPE_Log_get_event_number.html +share/doc/html/mpi-ch/www4/index.html +share/doc/html/mpi-ch/www4/MPE_Log_receive.html +share/doc/html/mpi-ch/www4/MPE_Log_send.html +share/doc/html/mpi-ch/www4/MPE_Make_color_array.html +share/doc/html/mpi-ch/www4/MPE_Num_colors.html +share/doc/html/mpi-ch/www4/MPE_Open_graphics.html +share/doc/html/mpi-ch/www4/MPE_Print_datatype_pack_action.html +share/doc/html/mpi-ch/www4/MPE_Print_datatype_unpack_action.html +share/doc/html/mpi-ch/www4/MPE_ReturnTags.html +share/doc/html/mpi-ch/www4/MPE_Seq_begin.html +share/doc/html/mpi-ch/www4/MPE_Seq_end.html +share/doc/html/mpi-ch/www4/MPE_Start_log.html +share/doc/html/mpi-ch/www4/MPE_Stop_log.html +share/doc/html/mpi-ch/www4/MPE_TagsEnd.html +share/examples/mpi-ch/MPI-2-C++/Makefile.in +share/examples/mpi-ch/MPI-2-C++/Makefile +share/examples/mpi-ch/MPI-2-C++/hello_world.cc +share/examples/mpi-ch/MPI-2-C++/ring.cc +share/examples/mpi-ch/MPI-2-C++/topology.cc +share/examples/mpi-ch/MPI-2-C++/user_bcast.cc +share/examples/mpi-ch/MPI-2-C++/chapter_10_mpi2.cc +share/examples/mpi-ch/MPI-2-C++/pi.cc +share/examples/mpi-ch/MPI-2-C++/README +share/examples/mpi-ch/MPI-2-C++/mpirun +share/examples/mpi-ch/mpe/Makefile +share/examples/mpi-ch/mpe/Makefile.in +share/examples/mpi-ch/mpe/cpi.c +share/examples/mpi-ch/mpe/cpilog.c +share/examples/mpi-ch/mpe/fpi.f +share/examples/mpi-ch/mpe/mpirun +share/examples/mpi-ch/mpe/srtest.c +share/examples/mpi-ch/Makefile.in +share/examples/mpi-ch/Makefile +share/examples/mpi-ch/Makefile.sample +share/examples/mpi-ch/cpi.c +share/examples/mpi-ch/cpip.c +share/examples/mpi-ch/cpilog.c +share/examples/mpi-ch/hello++.cc +share/examples/mpi-ch/pi3.f +share/examples/mpi-ch/pi3p.f +share/examples/mpi-ch/simpleio.c +share/examples/mpi-ch/README +share/examples/mpi-ch/mpirun +share/upshot/bitmaps/2x2 +share/upshot/bitmaps/black +share/upshot/bitmaps/boxes +share/upshot/bitmaps/dimple3 +share/upshot/bitmaps/dllines3 +share/upshot/bitmaps/dllines4 +share/upshot/bitmaps/drlines3 +share/upshot/bitmaps/drlines4 +share/upshot/bitmaps/gray +share/upshot/bitmaps/gray2 +share/upshot/bitmaps/gray3 +share/upshot/bitmaps/hlines2 +share/upshot/bitmaps/hlines3 +share/upshot/bitmaps/hlines4 +share/upshot/bitmaps/light_gray +share/upshot/bitmaps/vlines2 +share/upshot/bitmaps/vlines3 +share/upshot/bitmaps/vlines4 +share/upshot/bitmaps/white +share/upshot/logfiles/fft.trf +share/upshot/logfiles/sam_hyp.16.log +share/util/machines/machines.netbsd +share/util/machines/machines.sample +@dirrm include/mpi2c++ +@dirrm share/doc/mpi-ch +@dirrm share/doc/html/mpi-ch/www1 +@dirrm share/doc/html/mpi-ch/www3 +@dirrm share/doc/html/mpi-ch/www4 +@dirrm share/doc/html/mpi-ch +@dirrm share/examples/mpi-ch/MPI-2-C++ +@dirrm share/examples/mpi-ch/mpe +@dirrm share/examples/mpi-ch +@dirrm share/upshot/bitmaps +@dirrm share/upshot/logfiles +@dirrm share/upshot +@dirrm share/util/machines +@dirrm share/util diff --git a/parallel/mpi-ch/PLIST.java b/parallel/mpi-ch/PLIST.java new file mode 100644 index 00000000000..35ee87712d6 --- /dev/null +++ b/parallel/mpi-ch/PLIST.java @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST.java,v 1.1 2001/10/31 22:59:57 zuntum Exp $ +bin/slog_print +bin/jumpshot diff --git a/parallel/mpi-ch/pkg/DESCR b/parallel/mpi-ch/pkg/DESCR deleted file mode 100644 index 65ad63b2d3a..00000000000 --- a/parallel/mpi-ch/pkg/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -MPICH is a freely available, portable implementation of MPI, the new -Standard for message-passing libraries. - -Documentation on installing and using MPICH is available, as well as -manual pages for the routines and commands. diff --git a/parallel/mpi-ch/pkg/PLIST b/parallel/mpi-ch/pkg/PLIST deleted file mode 100644 index 5e6465c3338..00000000000 --- a/parallel/mpi-ch/pkg/PLIST +++ /dev/null @@ -1,873 +0,0 @@ -@comment $NetBSD: PLIST,v 1.5 2001/04/05 17:56:20 wennmach Exp $ -bin/tarch -bin/tdevice -bin/mpiman -bin/mpirun -bin/mpirun.args -bin/mpirun.ch_p4 -bin/mpirun.ch_p4.args -bin/mpirun.p4shmem -bin/mpirun.pg -bin/mpirun.rand -bin/execer -bin/mpirun_dbg.dbx -bin/mpirun_dbg.ddd -bin/mpireconfig -bin/mpirun_dbg.gdb -bin/mpirun_dbg.totalview -bin/mpirun_dbg.xxgdb -bin/mpireconfig.dat -bin/mpicc -bin/mpif77 -bin/mpiCC -bin/serv_p4 -bin/mpereconfig -bin/mpereconfig.dat -bin/logviewer -bin/upshot -lib/libfmpich.a -lib/libmpe_nompi.a -lib/libmpich.a -lib/libmpichfsup.a -lib/libpmpich++.a -lib/libpmpich.a -lib/libampe.a -lib/liblmpe.a -lib/libmpe.a -lib/libtmpe.a -lib/mpe_prof.o -etc/mpif77.conf -etc/mpichlib.conf -etc/mpichconf.h.dat -include/mpi2c++/comm.h -include/mpi2c++/comm_inln.h -include/mpi2c++/constants.h -include/mpi2c++/datatype.h -include/mpi2c++/datatype_inln.h -include/mpi2c++/errhandler.h -include/mpi2c++/errhandler_inln.h -include/mpi2c++/exception.h -include/mpi2c++/functions.h -include/mpi2c++/functions_inln.h -include/mpi2c++/group.h -include/mpi2c++/group_inln.h -include/mpi2c++/intercomm.h -include/mpi2c++/intercomm_inln.h -include/mpi2c++/intracomm.h -include/mpi2c++/intracomm_inln.h -include/mpi2c++/mpi++.h -include/mpi2c++/mpi2c++_config.h -include/mpi2c++/mpi2c++_list.h -include/mpi2c++/mpi2c++_map.h -include/mpi2c++/op.h -include/mpi2c++/op_inln.h -include/mpi2c++/pcomm.h -include/mpi2c++/pdatatype.h -include/mpi2c++/perrhandler.h -include/mpi2c++/pexception.h -include/mpi2c++/pgroup.h -include/mpi2c++/pgroup_inln.h -include/mpi2c++/pintercomm.h -include/mpi2c++/pintracomm.h -include/mpi2c++/pmpi++.h -include/mpi2c++/pop.h -include/mpi2c++/pop_inln.h -include/mpi2c++/prequest.h -include/mpi2c++/prequest_inln.h -include/mpi2c++/pstatus.h -include/mpi2c++/pstatus_inln.h -include/mpi2c++/ptopology.h -include/mpi2c++/request.h -include/mpi2c++/request_inln.h -include/mpi2c++/status.h -include/mpi2c++/status_inln.h -include/mpi2c++/topology.h -include/mpi2c++/topology_inln.h -include/mpif.h -include/mpi.h -include/mpi_errno.h -include/mpidefs.h -include/mpi_fortdefs.h -include/mpio.h -include/mpiof.h -man/man1/Jumpshots.1 -man/man1/MPI.1 -man/man1/chp4_servs.1 -man/man1/cleanipcs.1 -man/man1/mpiCC.1 -man/man1/mpicc.1 -man/man1/mpif77.1 -man/man1/mpif90.1 -man/man1/mpiman.1 -man/man1/mpireconfig.1 -man/man1/mpirun.1 -man/man1/tstmachines.1 -man/man3/Constants.3 -man/man3/MPIO_Request_c2f.3 -man/man3/MPIO_Request_f2c.3 -man/man3/MPIO_Test.3 -man/man3/MPIO_Wait.3 -man/man3/MPI_2COMPLEX.3 -man/man3/MPI_2DOUBLE_COMPLEX.3 -man/man3/MPI_2DOUBLE_PRECISION.3 -man/man3/MPI_2INT.3 -man/man3/MPI_2INTEGER.3 -man/man3/MPI_2REAL.3 -man/man3/MPI_ANY_SOURCE.3 -man/man3/MPI_ANY_TAG.3 -man/man3/MPI_Abort.3 -man/man3/MPI_Address.3 -man/man3/MPI_Aint.3 -man/man3/MPI_Allgather.3 -man/man3/MPI_Allgatherv.3 -man/man3/MPI_Allreduce.3 -man/man3/MPI_Alltoall.3 -man/man3/MPI_Alltoallv.3 -man/man3/MPI_Attr_delete.3 -man/man3/MPI_Attr_get.3 -man/man3/MPI_Attr_put.3 -man/man3/MPI_BAND.3 -man/man3/MPI_BOR.3 -man/man3/MPI_BOTTOM.3 -man/man3/MPI_BSEND_OVERHEAD.3 -man/man3/MPI_BXOR.3 -man/man3/MPI_BYTE.3 -man/man3/MPI_Barrier.3 -man/man3/MPI_Bcast.3 -man/man3/MPI_Bsend.3 -man/man3/MPI_Bsend_init.3 -man/man3/MPI_Buffer_attach.3 -man/man3/MPI_Buffer_detach.3 -man/man3/MPI_CART.3 -man/man3/MPI_CHAR.3 -man/man3/MPI_COMM_NULL.3 -man/man3/MPI_COMM_SELF.3 -man/man3/MPI_COMM_WORLD.3 -man/man3/MPI_COMPLEX.3 -man/man3/MPI_CONGRUENT.3 -man/man3/MPI_Cancel.3 -man/man3/MPI_Cart_get.3 -man/man3/MPI_Cart_coords.3 -man/man3/MPI_Cart_create.3 -man/man3/MPI_Cart_map.3 -man/man3/MPI_Cart_rank.3 -man/man3/MPI_Cart_shift.3 -man/man3/MPI_Cart_sub.3 -man/man3/MPI_Cartdim_get.3 -man/man3/MPI_Comm_compare.3 -man/man3/MPI_Comm_create.3 -man/man3/MPI_Comm_dup.3 -man/man3/MPI_Comm_free.3 -man/man3/MPI_Comm_group.3 -man/man3/MPI_Comm_rank.3 -man/man3/MPI_Comm_remote_group.3 -man/man3/MPI_Comm_remote_size.3 -man/man3/MPI_Comm_size.3 -man/man3/MPI_Comm_split.3 -man/man3/MPI_Comm_test_inter.3 -man/man3/MPI_DOUBLE.3 -man/man3/MPI_Copy_function.3 -man/man3/MPI_DATATYPE_NULL.3 -man/man3/MPI_DOUBLE_COMPLEX.3 -man/man3/MPI_DOUBLE_INT.3 -man/man3/MPI_DOUBLE_PRECISION.3 -man/man3/MPI_DUP_FN.3 -man/man3/MPI_Delete_function.3 -man/man3/MPI_Dims_create.3 -man/man3/MPI_ERRHANDLER_NULL.3 -man/man3/MPI_ERROR.3 -man/man3/MPI_ERRORS_ARE_FATAL.3 -man/man3/MPI_ERRORS_RETURN.3 -man/man3/MPI_ERR_ARG.3 -man/man3/MPI_ERR_BAD_ARGS.3 -man/man3/MPI_ERR_BUFFER.3 -man/man3/MPI_ERR_BUFFER_EXISTS.3 -man/man3/MPI_ERR_COMM.3 -man/man3/MPI_ERR_COMM_INTER.3 -man/man3/MPI_ERR_COMM_INTRA.3 -man/man3/MPI_ERR_COMM_NULL.3 -man/man3/MPI_ERR_COUNT.3 -man/man3/MPI_ERR_DIMS.3 -man/man3/MPI_ERR_ERRORCODE.3 -man/man3/MPI_ERR_EXHAUSTED.3 -man/man3/MPI_ERR_GROUP.3 -man/man3/MPI_ERR_INIT.3 -man/man3/MPI_ERR_INTERN.3 -man/man3/MPI_ERR_IN_STATUS.3 -man/man3/MPI_ERR_LASTCODE.3 -man/man3/MPI_ERR_LIMIT.3 -man/man3/MPI_ERR_NOMATCH.3 -man/man3/MPI_ERR_NULL.3 -man/man3/MPI_ERR_OP.3 -man/man3/MPI_ERR_OTHER.3 -man/man3/MPI_ERR_PERM_KEY.3 -man/man3/MPI_ERR_PERM_OP.3 -man/man3/MPI_ERR_PERM_TYPE.3 -man/man3/MPI_ERR_PRE_INIT.3 -man/man3/MPI_ERR_RANK.3 -man/man3/MPI_ERR_REQUEST.3 -man/man3/MPI_ERR_ROOT.3 -man/man3/MPI_ERR_TAG.3 -man/man3/MPI_ERR_TOPOLOGY.3 -man/man3/MPI_ERR_TRUNCATE.3 -man/man3/MPI_ERR_TYPE.3 -man/man3/MPI_ERR_UNKNOWN.3 -man/man3/MPI_Errhandler_create.3 -man/man3/MPI_Errhandler_free.3 -man/man3/MPI_Errhandler_get.3 -man/man3/MPI_Errhandler_set.3 -man/man3/MPI_Error_class.3 -man/man3/MPI_Error_string.3 -man/man3/MPI_FLOAT.3 -man/man3/MPI_FLOAT_INT.3 -man/man3/MPI_File_c2f.3 -man/man3/MPI_File_f2c.3 -man/man3/MPI_File_close.3 -man/man3/MPI_File_delete.3 -man/man3/MPI_File_get_amode.3 -man/man3/MPI_File_get_atomicity.3 -man/man3/MPI_File_get_byte_offset.3 -man/man3/MPI_File_get_errhandler.3 -man/man3/MPI_File_get_group.3 -man/man3/MPI_File_get_info.3 -man/man3/MPI_File_get_position.3 -man/man3/MPI_File_get_position_shared.3 -man/man3/MPI_File_get_size.3 -man/man3/MPI_File_get_type_extent.3 -man/man3/MPI_File_get_view.3 -man/man3/MPI_File_iread.3 -man/man3/MPI_File_iread_at.3 -man/man3/MPI_GRAPH.3 -man/man3/MPI_File_iread_shared.3 -man/man3/MPI_File_iwrite.3 -man/man3/MPI_File_iwrite_at.3 -man/man3/MPI_File_open.3 -man/man3/MPI_File_iwrite_shared.3 -man/man3/MPI_File_preallocate.3 -man/man3/MPI_File_read.3 -man/man3/MPI_File_read_all.3 -man/man3/MPI_File_read_all_begin.3 -man/man3/MPI_File_read_all_end.3 -man/man3/MPI_File_read_at.3 -man/man3/MPI_File_read_at_all.3 -man/man3/MPI_File_read_at_all_begin.3 -man/man3/MPI_File_read_at_all_end.3 -man/man3/MPI_File_read_ordered.3 -man/man3/MPI_HOST.3 -man/man3/MPI_File_read_ordered_begin.3 -man/man3/MPI_File_read_ordered_end.3 -man/man3/MPI_File_read_shared.3 -man/man3/MPI_File_seek.3 -man/man3/MPI_File_seek_shared.3 -man/man3/MPI_File_set_atomicity.3 -man/man3/MPI_File_set_errhandler.3 -man/man3/MPI_File_set_info.3 -man/man3/MPI_File_set_size.3 -man/man3/MPI_File_set_view.3 -man/man3/MPI_File_sync.3 -man/man3/MPI_File_write.3 -man/man3/MPI_File_write_all.3 -man/man3/MPI_File_write_all_begin.3 -man/man3/MPI_File_write_all_end.3 -man/man3/MPI_File_write_at.3 -man/man3/MPI_File_write_at_all.3 -man/man3/MPI_File_write_at_all_begin.3 -man/man3/MPI_File_write_at_all_end.3 -man/man3/MPI_File_write_ordered.3 -man/man3/MPI_File_write_ordered_begin.3 -man/man3/MPI_File_write_ordered_end.3 -man/man3/MPI_File_write_shared.3 -man/man3/MPI_Finalize.3 -man/man3/MPI_Finalized.3 -man/man3/MPI_GROUP_EMPTY.3 -man/man3/MPI_GROUP_NULL.3 -man/man3/MPI_Gather.3 -man/man3/MPI_Gatherv.3 -man/man3/MPI_Get_count.3 -man/man3/MPI_Get_elements.3 -man/man3/MPI_Get_processor_name.3 -man/man3/MPI_Get_version.3 -man/man3/MPI_Graph_create.3 -man/man3/MPI_Graph_get.3 -man/man3/MPI_Graph_map.3 -man/man3/MPI_Graph_neighbors.3 -man/man3/MPI_Graph_neighbors_count.3 -man/man3/MPI_Graphdims_get.3 -man/man3/MPI_Group_compare.3 -man/man3/MPI_Group_difference.3 -man/man3/MPI_Group_excl.3 -man/man3/MPI_Group_free.3 -man/man3/MPI_Group_incl.3 -man/man3/MPI_Group_intersection.3 -man/man3/MPI_Group_range_excl.3 -man/man3/MPI_Group_range_incl.3 -man/man3/MPI_Group_rank.3 -man/man3/MPI_Group_size.3 -man/man3/MPI_Group_translate_ranks.3 -man/man3/MPI_Group_union.3 -man/man3/MPI_Handler_function.3 -man/man3/MPI_IDENT.3 -man/man3/MPI_INT.3 -man/man3/MPI_INTEGER.3 -man/man3/MPI_INTEGER1.3 -man/man3/MPI_INTEGER2.3 -man/man3/MPI_INTEGER4.3 -man/man3/MPI_IO.3 -man/man3/MPI_Ibsend.3 -man/man3/MPI_Info_c2f.3 -man/man3/MPI_Info_create.3 -man/man3/MPI_Info_delete.3 -man/man3/MPI_Info_dup.3 -man/man3/MPI_Info_f2c.3 -man/man3/MPI_Info_free.3 -man/man3/MPI_Info_get.3 -man/man3/MPI_Info_get_nkeys.3 -man/man3/MPI_Info_set.3 -man/man3/MPI_Info_get_nthkey.3 -man/man3/MPI_Info_get_valuelen.3 -man/man3/MPI_Init.3 -man/man3/MPI_Init_thread.3 -man/man3/MPI_Initialized.3 -man/man3/MPI_Int2handle.3 -man/man3/MPI_Intercomm_create.3 -man/man3/MPI_Intercomm_merge.3 -man/man3/MPI_Iprobe.3 -man/man3/MPI_Irecv.3 -man/man3/MPI_Irsend.3 -man/man3/MPI_Isend.3 -man/man3/MPI_Issend.3 -man/man3/MPI_KEYVAL_INVALID.3 -man/man3/MPI_Keyval_create.3 -man/man3/MPI_Keyval_free.3 -man/man3/MPI_LAND.3 -man/man3/MPI_LB.3 -man/man3/MPI_LOGICAL.3 -man/man3/MPI_LONG.3 -man/man3/MPI_LONG_DOUBLE.3 -man/man3/MPI_LONG_DOUBLE_INT.3 -man/man3/MPI_LONG_INT.3 -man/man3/MPI_LONG_LONG_INT.3 -man/man3/MPI_LOR.3 -man/man3/MPI_LXOR.3 -man/man3/MPI_MAX.3 -man/man3/MPI_MAXLOC.3 -man/man3/MPI_MAX_ERROR_STRING.3 -man/man3/MPI_MAX_PROCESSOR_NAME.3 -man/man3/MPI_MIN.3 -man/man3/MPI_MINLOC.3 -man/man3/MPI_NULL_COPY_FN.3 -man/man3/MPI_NULL_DELETE_FN.3 -man/man3/MPI_OP_NULL.3 -man/man3/MPI_Op_create.3 -man/man3/MPI_Op_free.3 -man/man3/MPI_PACKED.3 -man/man3/MPI_PROC_NULL.3 -man/man3/MPI_PROD.3 -man/man3/MPI_Pack.3 -man/man3/MPI_Pack_size.3 -man/man3/MPI_Pcontrol.3 -man/man3/MPI_Probe.3 -man/man3/MPI_REAL.3 -man/man3/MPI_REAL4.3 -man/man3/MPI_REAL8.3 -man/man3/MPI_REQUEST_NULL.3 -man/man3/MPI_Recv.3 -man/man3/MPI_Recv_init.3 -man/man3/MPI_Reduce.3 -man/man3/MPI_Reduce_scatter.3 -man/man3/MPI_Request_c2f.3 -man/man3/MPI_Request_free.3 -man/man3/MPI_Rsend.3 -man/man3/MPI_Rsend_init.3 -man/man3/MPI_SHORT.3 -man/man3/MPI_SHORT_INT.3 -man/man3/MPI_SIMILAR.3 -man/man3/MPI_SOURCE.3 -man/man3/MPI_SUM.3 -man/man3/MPI_SUCCESS.3 -man/man3/MPI_Scan.3 -man/man3/MPI_Scatter.3 -man/man3/MPI_Scatterv.3 -man/man3/MPI_Send.3 -man/man3/MPI_Send_init.3 -man/man3/MPI_Sendrecv.3 -man/man3/MPI_Sendrecv_replace.3 -man/man3/MPI_Ssend.3 -man/man3/MPI_Ssend_init.3 -man/man3/MPI_Start.3 -man/man3/MPI_Startall.3 -man/man3/MPI_Status_c2f.3 -man/man3/MPI_Status_set_cancelled.3 -man/man3/MPI_Status_set_elements.3 -man/man3/MPI_TAG.3 -man/man3/MPI_TAG_UB.3 -man/man3/MPI_Test.3 -man/man3/MPI_Test_cancelled.3 -man/man3/MPI_Testall.3 -man/man3/MPI_Testany.3 -man/man3/MPI_Testsome.3 -man/man3/MPI_Topo_test.3 -man/man3/MPI_Type_commit.3 -man/man3/MPI_Type_contiguous.3 -man/man3/MPI_Type_create_darray.3 -man/man3/MPI_Type_create_indexed_block.3 -man/man3/MPI_Type_create_subarray.3 -man/man3/MPI_Type_extent.3 -man/man3/MPI_Type_free.3 -man/man3/MPI_Type_get_contents.3 -man/man3/MPI_Type_get_envelope.3 -man/man3/MPI_Type_hindexed.3 -man/man3/MPI_Type_hvector.3 -man/man3/MPI_Type_indexed.3 -man/man3/MPI_Type_lb.3 -man/man3/MPI_Type_size.3 -man/man3/MPI_Type_struct.3 -man/man3/MPI_Type_ub.3 -man/man3/MPI_Type_vector.3 -man/man3/MPI_UB.3 -man/man3/MPI_UNDEFINED.3 -man/man3/MPI_UNDEFINED_RANK.3 -man/man3/MPI_UNEQUAL.3 -man/man3/MPI_UNSIGNED.3 -man/man3/MPI_UNSIGNED_CHAR.3 -man/man3/MPI_UNSIGNED_LONG.3 -man/man3/MPI_UNSIGNED_SHORT.3 -man/man3/MPI_Unpack.3 -man/man3/MPI_User_function.3 -man/man3/MPI_WTIME_IS_GLOBAL.3 -man/man3/MPI_Wait.3 -man/man3/MPI_Waitall.3 -man/man3/MPI_Waitany.3 -man/man3/MPI_Waitsome.3 -man/man3/MPI_Wtick.3 -man/man3/MPI_Wtime.3 -man/man4/CLOG_Finalize.4 -man/man4/CLOG_Init.4 -man/man4/CLOG_Output.4 -man/man4/CLOG_commtype.4 -man/man4/CLOG_cput.4 -man/man4/CLOG_csync.4 -man/man4/CLOG_get_new_event.4 -man/man4/CLOG_get_new_state.4 -man/man4/CLOG_init_buffers.4 -man/man4/CLOG_mergelogs.4 -man/man4/CLOG_mergend.4 -man/man4/CLOG_msgtype.4 -man/man4/CLOG_newbuff.4 -man/man4/CLOG_nodebuffer2disk.4 -man/man4/CLOG_procbuf.4 -man/man4/CLOG_reclen.4 -man/man4/CLOG_rectype.4 -man/man4/CLOG_reinit_buff.4 -man/man4/CLOG_treesetup.4 -man/man4/MPE.4 -man/man4/MPE_Add_RGB_color.4 -man/man4/MPE_CaptureFile.4 -man/man4/MPE_Close_graphics.4 -man/man4/MPE_Comm_global_rank.4 -man/man4/MPE_Counter_create.4 -man/man4/MPE_Counter_free.4 -man/man4/MPE_Counter_nxtval.4 -man/man4/MPE_Decomp1d.4 -man/man4/MPE_Describe_event.4 -man/man4/MPE_Describe_state.4 -man/man4/MPE_Draw_circle.4 -man/man4/MPE_Draw_line.4 -man/man4/MPE_Draw_logic.4 -man/man4/MPE_Draw_point.4 -man/man4/MPE_Draw_points.4 -man/man4/MPE_Draw_string.4 -man/man4/MPE_Fill_circle.4 -man/man4/MPE_Fill_rectangle.4 -man/man4/MPE_Finish_log.4 -man/man4/MPE_GetTags.4 -man/man4/MPE_Get_mouse_press.4 -man/man4/MPE_IO_Stdout_to_file.4 -man/man4/MPE_Iget_mouse_press.4 -man/man4/MPE_Init_log.4 -man/man4/MPE_Initialized_logging.4 -man/man4/MPE_Line_thickness.4 -man/man4/MPE_Log_event.4 -man/man4/MPE_Log_get_event_number.4 -man/man4/MPE_Log_receive.4 -man/man4/MPE_Log_send.4 -man/man4/MPE_Make_color_array.4 -man/man4/MPE_Num_colors.4 -man/man4/MPE_Open_graphics.4 -man/man4/MPE_Print_datatype_pack_action.4 -man/man4/MPE_Print_datatype_unpack_action.4 -man/man4/MPE_ReturnTags.4 -man/man4/MPE_Seq_begin.4 -man/man4/MPE_Seq_end.4 -man/man4/MPE_Start_log.4 -man/man4/MPE_Stop_log.4 -man/man4/MPE_TagsEnd.4 -man/man4/MPE_Update.4 -sbin/mpiuninstall -sbin/tstmachines -sbin/chp4_servs -sbin/chkserv -sbin/cleanipcs -sbin/mpiuninstall.not -share/doc/mpi-ch/guide.ps.gz -share/doc/mpi-ch/install.ps.gz -share/doc/html/mpi-ch/index.html -share/doc/html/mpi-ch/www1/Jumpshots.html -share/doc/html/mpi-ch/www1/MPI.html -share/doc/html/mpi-ch/www1/chp4_servs.html -share/doc/html/mpi-ch/www1/cleanipcs.html -share/doc/html/mpi-ch/www1/index.html -share/doc/html/mpi-ch/www1/mpiCC.html -share/doc/html/mpi-ch/www1/mpicc.html -share/doc/html/mpi-ch/www1/mpif77.html -share/doc/html/mpi-ch/www1/mpif90.html -share/doc/html/mpi-ch/www1/mpiman.html -share/doc/html/mpi-ch/www1/mpireconfig.html -share/doc/html/mpi-ch/www1/mpirun.html -share/doc/html/mpi-ch/www1/tstmachines.html -share/doc/html/mpi-ch/www3/Constants.html -share/doc/html/mpi-ch/www3/MPIO_Request_c2f.html -share/doc/html/mpi-ch/www3/MPIO_Request_f2c.html -share/doc/html/mpi-ch/www3/MPIO_Test.html -share/doc/html/mpi-ch/www3/MPIO_Wait.html -share/doc/html/mpi-ch/www3/MPI_Abort.html -share/doc/html/mpi-ch/www3/MPI_Address.html -share/doc/html/mpi-ch/www3/MPI_Allgather.html -share/doc/html/mpi-ch/www3/MPI_Allgatherv.html -share/doc/html/mpi-ch/www3/MPI_Allreduce.html -share/doc/html/mpi-ch/www3/MPI_Alltoall.html -share/doc/html/mpi-ch/www3/MPI_Alltoallv.html -share/doc/html/mpi-ch/www3/MPI_Attr_delete.html -share/doc/html/mpi-ch/www3/MPI_Attr_get.html -share/doc/html/mpi-ch/www3/MPI_Attr_put.html -share/doc/html/mpi-ch/www3/MPI_Barrier.html -share/doc/html/mpi-ch/www3/MPI_Bcast.html -share/doc/html/mpi-ch/www3/index.html -share/doc/html/mpi-ch/www3/MPI_Bsend.html -share/doc/html/mpi-ch/www3/MPI_Bsend_init.html -share/doc/html/mpi-ch/www3/MPI_Buffer_attach.html -share/doc/html/mpi-ch/www3/MPI_Buffer_detach.html -share/doc/html/mpi-ch/www3/MPI_CHAR.html -share/doc/html/mpi-ch/www3/MPI_Cancel.html -share/doc/html/mpi-ch/www3/MPI_Cart_coords.html -share/doc/html/mpi-ch/www3/MPI_Cart_create.html -share/doc/html/mpi-ch/www3/MPI_Cart_get.html -share/doc/html/mpi-ch/www3/MPI_Cart_map.html -share/doc/html/mpi-ch/www3/MPI_Cart_rank.html -share/doc/html/mpi-ch/www3/MPI_Cart_shift.html -share/doc/html/mpi-ch/www3/MPI_Cart_sub.html -share/doc/html/mpi-ch/www3/MPI_Cartdim_get.html -share/doc/html/mpi-ch/www3/MPI_Comm_compare.html -share/doc/html/mpi-ch/www3/MPI_Comm_create.html -share/doc/html/mpi-ch/www3/MPI_Comm_dup.html -share/doc/html/mpi-ch/www3/MPI_Comm_free.html -share/doc/html/mpi-ch/www3/MPI_Comm_group.html -share/doc/html/mpi-ch/www3/MPI_Comm_rank.html -share/doc/html/mpi-ch/www3/MPI_Comm_remote_group.html -share/doc/html/mpi-ch/www3/MPI_Comm_remote_size.html -share/doc/html/mpi-ch/www3/MPI_Comm_size.html -share/doc/html/mpi-ch/www3/MPI_Comm_split.html -share/doc/html/mpi-ch/www3/MPI_Comm_test_inter.html -share/doc/html/mpi-ch/www3/MPI_DUP_FN.html -share/doc/html/mpi-ch/www3/MPI_Dims_create.html -share/doc/html/mpi-ch/www3/MPI_Errhandler_create.html -share/doc/html/mpi-ch/www3/MPI_Errhandler_free.html -share/doc/html/mpi-ch/www3/MPI_Errhandler_get.html -share/doc/html/mpi-ch/www3/MPI_Errhandler_set.html -share/doc/html/mpi-ch/www3/MPI_Error_class.html -share/doc/html/mpi-ch/www3/MPI_Error_string.html -share/doc/html/mpi-ch/www3/MPI_File_c2f.html -share/doc/html/mpi-ch/www3/MPI_File_close.html -share/doc/html/mpi-ch/www3/MPI_File_delete.html -share/doc/html/mpi-ch/www3/MPI_File_f2c.html -share/doc/html/mpi-ch/www3/MPI_File_get_amode.html -share/doc/html/mpi-ch/www3/MPI_File_get_atomicity.html -share/doc/html/mpi-ch/www3/MPI_File_get_byte_offset.html -share/doc/html/mpi-ch/www3/MPI_File_get_errhandler.html -share/doc/html/mpi-ch/www3/MPI_File_get_group.html -share/doc/html/mpi-ch/www3/MPI_File_get_info.html -share/doc/html/mpi-ch/www3/MPI_File_get_position.html -share/doc/html/mpi-ch/www3/MPI_File_get_position_shared.html -share/doc/html/mpi-ch/www3/MPI_File_get_size.html -share/doc/html/mpi-ch/www3/MPI_File_get_type_extent.html -share/doc/html/mpi-ch/www3/MPI_File_get_view.html -share/doc/html/mpi-ch/www3/MPI_File_iread.html -share/doc/html/mpi-ch/www3/MPI_File_iread_at.html -share/doc/html/mpi-ch/www3/MPI_File_iread_shared.html -share/doc/html/mpi-ch/www3/MPI_File_iwrite.html -share/doc/html/mpi-ch/www3/MPI_File_iwrite_at.html -share/doc/html/mpi-ch/www3/MPI_File_iwrite_shared.html -share/doc/html/mpi-ch/www3/MPI_File_open.html -share/doc/html/mpi-ch/www3/MPI_File_preallocate.html -share/doc/html/mpi-ch/www3/MPI_File_read.html -share/doc/html/mpi-ch/www3/MPI_File_read_all.html -share/doc/html/mpi-ch/www3/MPI_File_read_all_begin.html -share/doc/html/mpi-ch/www3/MPI_File_read_all_end.html -share/doc/html/mpi-ch/www3/MPI_File_read_at.html -share/doc/html/mpi-ch/www3/MPI_File_read_at_all.html -share/doc/html/mpi-ch/www3/MPI_File_read_at_all_begin.html -share/doc/html/mpi-ch/www3/MPI_File_read_at_all_end.html -share/doc/html/mpi-ch/www3/MPI_File_read_ordered.html -share/doc/html/mpi-ch/www3/MPI_File_read_ordered_begin.html -share/doc/html/mpi-ch/www3/MPI_File_read_ordered_end.html -share/doc/html/mpi-ch/www3/MPI_File_read_shared.html -share/doc/html/mpi-ch/www3/MPI_File_seek.html -share/doc/html/mpi-ch/www3/MPI_File_seek_shared.html -share/doc/html/mpi-ch/www3/MPI_File_set_atomicity.html -share/doc/html/mpi-ch/www3/MPI_File_set_errhandler.html -share/doc/html/mpi-ch/www3/MPI_File_set_info.html -share/doc/html/mpi-ch/www3/MPI_File_set_size.html -share/doc/html/mpi-ch/www3/MPI_File_set_view.html -share/doc/html/mpi-ch/www3/MPI_File_sync.html -share/doc/html/mpi-ch/www3/MPI_File_write.html -share/doc/html/mpi-ch/www3/MPI_Gather.html -share/doc/html/mpi-ch/www3/MPI_File_write_all.html -share/doc/html/mpi-ch/www3/MPI_File_write_all_begin.html -share/doc/html/mpi-ch/www3/MPI_File_write_all_end.html -share/doc/html/mpi-ch/www3/MPI_File_write_at.html -share/doc/html/mpi-ch/www3/MPI_File_write_at_all.html -share/doc/html/mpi-ch/www3/MPI_File_write_at_all_begin.html -share/doc/html/mpi-ch/www3/MPI_File_write_at_all_end.html -share/doc/html/mpi-ch/www3/MPI_File_write_ordered.html -share/doc/html/mpi-ch/www3/MPI_File_write_ordered_begin.html -share/doc/html/mpi-ch/www3/MPI_File_write_ordered_end.html -share/doc/html/mpi-ch/www3/MPI_File_write_shared.html -share/doc/html/mpi-ch/www3/MPI_Finalize.html -share/doc/html/mpi-ch/www3/MPI_Finalized.html -share/doc/html/mpi-ch/www3/MPI_Gatherv.html -share/doc/html/mpi-ch/www3/MPI_Get_count.html -share/doc/html/mpi-ch/www3/MPI_Get_elements.html -share/doc/html/mpi-ch/www3/MPI_Get_processor_name.html -share/doc/html/mpi-ch/www3/MPI_Get_version.html -share/doc/html/mpi-ch/www3/MPI_Graph_create.html -share/doc/html/mpi-ch/www3/MPI_Graph_get.html -share/doc/html/mpi-ch/www3/MPI_Graph_map.html -share/doc/html/mpi-ch/www3/MPI_Graph_neighbors.html -share/doc/html/mpi-ch/www3/MPI_Graph_neighbors_count.html -share/doc/html/mpi-ch/www3/MPI_Graphdims_get.html -share/doc/html/mpi-ch/www3/MPI_Group_compare.html -share/doc/html/mpi-ch/www3/MPI_Group_difference.html -share/doc/html/mpi-ch/www3/MPI_Group_excl.html -share/doc/html/mpi-ch/www3/MPI_Group_free.html -share/doc/html/mpi-ch/www3/MPI_Group_incl.html -share/doc/html/mpi-ch/www3/MPI_Group_intersection.html -share/doc/html/mpi-ch/www3/MPI_Group_range_excl.html -share/doc/html/mpi-ch/www3/MPI_Group_range_incl.html -share/doc/html/mpi-ch/www3/MPI_Group_rank.html -share/doc/html/mpi-ch/www3/MPI_Group_size.html -share/doc/html/mpi-ch/www3/MPI_Group_translate_ranks.html -share/doc/html/mpi-ch/www3/MPI_Group_union.html -share/doc/html/mpi-ch/www3/MPI_Ibsend.html -share/doc/html/mpi-ch/www3/MPI_Info_c2f.html -share/doc/html/mpi-ch/www3/MPI_Info_create.html -share/doc/html/mpi-ch/www3/MPI_Info_delete.html -share/doc/html/mpi-ch/www3/MPI_Info_dup.html -share/doc/html/mpi-ch/www3/MPI_Info_f2c.html -share/doc/html/mpi-ch/www3/MPI_Info_free.html -share/doc/html/mpi-ch/www3/MPI_Info_get.html -share/doc/html/mpi-ch/www3/MPI_Info_get_nkeys.html -share/doc/html/mpi-ch/www3/MPI_Info_get_nthkey.html -share/doc/html/mpi-ch/www3/MPI_Info_get_valuelen.html -share/doc/html/mpi-ch/www3/MPI_Info_set.html -share/doc/html/mpi-ch/www3/MPI_Init.html -share/doc/html/mpi-ch/www3/MPI_Init_thread.html -share/doc/html/mpi-ch/www3/MPI_Initialized.html -share/doc/html/mpi-ch/www3/MPI_Int2handle.html -share/doc/html/mpi-ch/www3/MPI_Intercomm_create.html -share/doc/html/mpi-ch/www3/MPI_Intercomm_merge.html -share/doc/html/mpi-ch/www3/MPI_Iprobe.html -share/doc/html/mpi-ch/www3/MPI_Irecv.html -share/doc/html/mpi-ch/www3/MPI_Irsend.html -share/doc/html/mpi-ch/www3/MPI_Isend.html -share/doc/html/mpi-ch/www3/MPI_Issend.html -share/doc/html/mpi-ch/www3/MPI_Keyval_create.html -share/doc/html/mpi-ch/www3/MPI_Keyval_free.html -share/doc/html/mpi-ch/www3/MPI_NULL_COPY_FN.html -share/doc/html/mpi-ch/www3/MPI_NULL_DELETE_FN.html -share/doc/html/mpi-ch/www3/MPI_Op_create.html -share/doc/html/mpi-ch/www3/MPI_Op_free.html -share/doc/html/mpi-ch/www3/MPI_Pack.html -share/doc/html/mpi-ch/www3/MPI_Pack_size.html -share/doc/html/mpi-ch/www3/MPI_Pcontrol.html -share/doc/html/mpi-ch/www3/MPI_Probe.html -share/doc/html/mpi-ch/www3/MPI_Recv.html -share/doc/html/mpi-ch/www3/MPI_Recv_init.html -share/doc/html/mpi-ch/www3/MPI_Reduce.html -share/doc/html/mpi-ch/www3/MPI_Reduce_scatter.html -share/doc/html/mpi-ch/www3/MPI_Request_c2f.html -share/doc/html/mpi-ch/www3/MPI_Request_free.html -share/doc/html/mpi-ch/www3/MPI_Rsend.html -share/doc/html/mpi-ch/www3/MPI_Rsend_init.html -share/doc/html/mpi-ch/www3/MPI_Scan.html -share/doc/html/mpi-ch/www3/MPI_Scatter.html -share/doc/html/mpi-ch/www3/MPI_Scatterv.html -share/doc/html/mpi-ch/www3/MPI_Send.html -share/doc/html/mpi-ch/www3/MPI_Ssend.html -share/doc/html/mpi-ch/www3/MPI_Send_init.html -share/doc/html/mpi-ch/www3/MPI_Sendrecv.html -share/doc/html/mpi-ch/www3/MPI_Sendrecv_replace.html -share/doc/html/mpi-ch/www3/MPI_Ssend_init.html -share/doc/html/mpi-ch/www3/MPI_Start.html -share/doc/html/mpi-ch/www3/MPI_Startall.html -share/doc/html/mpi-ch/www3/MPI_Status_c2f.html -share/doc/html/mpi-ch/www3/MPI_Status_set_cancelled.html -share/doc/html/mpi-ch/www3/MPI_Status_set_elements.html -share/doc/html/mpi-ch/www3/MPI_Test.html -share/doc/html/mpi-ch/www3/MPI_Test_cancelled.html -share/doc/html/mpi-ch/www3/MPI_Testall.html -share/doc/html/mpi-ch/www3/MPI_Testany.html -share/doc/html/mpi-ch/www3/MPI_Testsome.html -share/doc/html/mpi-ch/www3/MPI_Topo_test.html -share/doc/html/mpi-ch/www3/MPI_Type_commit.html -share/doc/html/mpi-ch/www3/MPI_Type_extent.html -share/doc/html/mpi-ch/www3/MPI_Type_contiguous.html -share/doc/html/mpi-ch/www3/MPI_Type_create_darray.html -share/doc/html/mpi-ch/www3/MPI_Type_create_indexed_block.html -share/doc/html/mpi-ch/www3/MPI_Type_create_subarray.html -share/doc/html/mpi-ch/www3/MPI_Type_free.html -share/doc/html/mpi-ch/www3/MPI_Type_get_contents.html -share/doc/html/mpi-ch/www3/MPI_Type_get_envelope.html -share/doc/html/mpi-ch/www3/MPI_Type_hindexed.html -share/doc/html/mpi-ch/www3/MPI_Type_hvector.html -share/doc/html/mpi-ch/www3/MPI_Type_indexed.html -share/doc/html/mpi-ch/www3/MPI_Type_lb.html -share/doc/html/mpi-ch/www3/MPI_Type_size.html -share/doc/html/mpi-ch/www3/MPI_Type_struct.html -share/doc/html/mpi-ch/www3/MPI_Type_ub.html -share/doc/html/mpi-ch/www3/MPI_Type_vector.html -share/doc/html/mpi-ch/www3/MPI_Unpack.html -share/doc/html/mpi-ch/www3/MPI_Wait.html -share/doc/html/mpi-ch/www3/MPI_Waitall.html -share/doc/html/mpi-ch/www3/MPI_Waitany.html -share/doc/html/mpi-ch/www3/MPI_Waitsome.html -share/doc/html/mpi-ch/www3/MPI_Wtick.html -share/doc/html/mpi-ch/www3/MPI_Wtime.html -share/doc/html/mpi-ch/www4/CLOG_Finalize.html -share/doc/html/mpi-ch/www4/CLOG_Init.html -share/doc/html/mpi-ch/www4/CLOG_Output.html -share/doc/html/mpi-ch/www4/CLOG_commtype.html -share/doc/html/mpi-ch/www4/CLOG_cput.html -share/doc/html/mpi-ch/www4/CLOG_csync.html -share/doc/html/mpi-ch/www4/CLOG_get_new_event.html -share/doc/html/mpi-ch/www4/CLOG_get_new_state.html -share/doc/html/mpi-ch/www4/CLOG_init_buffers.html -share/doc/html/mpi-ch/www4/CLOG_mergelogs.html -share/doc/html/mpi-ch/www4/CLOG_mergend.html -share/doc/html/mpi-ch/www4/CLOG_msgtype.html -share/doc/html/mpi-ch/www4/CLOG_newbuff.html -share/doc/html/mpi-ch/www4/CLOG_nodebuffer2disk.html -share/doc/html/mpi-ch/www4/CLOG_procbuf.html -share/doc/html/mpi-ch/www4/CLOG_reclen.html -share/doc/html/mpi-ch/www4/CLOG_rectype.html -share/doc/html/mpi-ch/www4/CLOG_reinit_buff.html -share/doc/html/mpi-ch/www4/CLOG_treesetup.html -share/doc/html/mpi-ch/www4/MPE.html -share/doc/html/mpi-ch/www4/MPE_Add_RGB_color.html -share/doc/html/mpi-ch/www4/MPE_CaptureFile.html -share/doc/html/mpi-ch/www4/MPE_Close_graphics.html -share/doc/html/mpi-ch/www4/MPE_Comm_global_rank.html -share/doc/html/mpi-ch/www4/MPE_Counter_create.html -share/doc/html/mpi-ch/www4/MPE_Counter_free.html -share/doc/html/mpi-ch/www4/MPE_Counter_nxtval.html -share/doc/html/mpi-ch/www4/MPE_Decomp1d.html -share/doc/html/mpi-ch/www4/MPE_Describe_event.html -share/doc/html/mpi-ch/www4/MPE_Describe_state.html -share/doc/html/mpi-ch/www4/MPE_Draw_circle.html -share/doc/html/mpi-ch/www4/MPE_Draw_line.html -share/doc/html/mpi-ch/www4/MPE_Draw_logic.html -share/doc/html/mpi-ch/www4/MPE_Update.html -share/doc/html/mpi-ch/www4/MPE_Draw_point.html -share/doc/html/mpi-ch/www4/MPE_Draw_points.html -share/doc/html/mpi-ch/www4/MPE_Draw_string.html -share/doc/html/mpi-ch/www4/MPE_Fill_circle.html -share/doc/html/mpi-ch/www4/MPE_Fill_rectangle.html -share/doc/html/mpi-ch/www4/MPE_Finish_log.html -share/doc/html/mpi-ch/www4/MPE_GetTags.html -share/doc/html/mpi-ch/www4/MPE_Get_mouse_press.html -share/doc/html/mpi-ch/www4/MPE_IO_Stdout_to_file.html -share/doc/html/mpi-ch/www4/MPE_Iget_mouse_press.html -share/doc/html/mpi-ch/www4/MPE_Init_log.html -share/doc/html/mpi-ch/www4/MPE_Initialized_logging.html -share/doc/html/mpi-ch/www4/MPE_Line_thickness.html -share/doc/html/mpi-ch/www4/MPE_Log_event.html -share/doc/html/mpi-ch/www4/MPE_Log_get_event_number.html -share/doc/html/mpi-ch/www4/index.html -share/doc/html/mpi-ch/www4/MPE_Log_receive.html -share/doc/html/mpi-ch/www4/MPE_Log_send.html -share/doc/html/mpi-ch/www4/MPE_Make_color_array.html -share/doc/html/mpi-ch/www4/MPE_Num_colors.html -share/doc/html/mpi-ch/www4/MPE_Open_graphics.html -share/doc/html/mpi-ch/www4/MPE_Print_datatype_pack_action.html -share/doc/html/mpi-ch/www4/MPE_Print_datatype_unpack_action.html -share/doc/html/mpi-ch/www4/MPE_ReturnTags.html -share/doc/html/mpi-ch/www4/MPE_Seq_begin.html -share/doc/html/mpi-ch/www4/MPE_Seq_end.html -share/doc/html/mpi-ch/www4/MPE_Start_log.html -share/doc/html/mpi-ch/www4/MPE_Stop_log.html -share/doc/html/mpi-ch/www4/MPE_TagsEnd.html -share/examples/mpi-ch/MPI-2-C++/Makefile.in -share/examples/mpi-ch/MPI-2-C++/Makefile -share/examples/mpi-ch/MPI-2-C++/hello_world.cc -share/examples/mpi-ch/MPI-2-C++/ring.cc -share/examples/mpi-ch/MPI-2-C++/topology.cc -share/examples/mpi-ch/MPI-2-C++/user_bcast.cc -share/examples/mpi-ch/MPI-2-C++/chapter_10_mpi2.cc -share/examples/mpi-ch/MPI-2-C++/pi.cc -share/examples/mpi-ch/MPI-2-C++/README -share/examples/mpi-ch/MPI-2-C++/mpirun -share/examples/mpi-ch/mpe/Makefile -share/examples/mpi-ch/mpe/Makefile.in -share/examples/mpi-ch/mpe/cpi.c -share/examples/mpi-ch/mpe/cpilog.c -share/examples/mpi-ch/mpe/fpi.f -share/examples/mpi-ch/mpe/mpirun -share/examples/mpi-ch/mpe/srtest.c -share/examples/mpi-ch/Makefile.in -share/examples/mpi-ch/Makefile -share/examples/mpi-ch/Makefile.sample -share/examples/mpi-ch/cpi.c -share/examples/mpi-ch/cpip.c -share/examples/mpi-ch/cpilog.c -share/examples/mpi-ch/hello++.cc -share/examples/mpi-ch/pi3.f -share/examples/mpi-ch/pi3p.f -share/examples/mpi-ch/simpleio.c -share/examples/mpi-ch/README -share/examples/mpi-ch/mpirun -share/upshot/bitmaps/2x2 -share/upshot/bitmaps/black -share/upshot/bitmaps/boxes -share/upshot/bitmaps/dimple3 -share/upshot/bitmaps/dllines3 -share/upshot/bitmaps/dllines4 -share/upshot/bitmaps/drlines3 -share/upshot/bitmaps/drlines4 -share/upshot/bitmaps/gray -share/upshot/bitmaps/gray2 -share/upshot/bitmaps/gray3 -share/upshot/bitmaps/hlines2 -share/upshot/bitmaps/hlines3 -share/upshot/bitmaps/hlines4 -share/upshot/bitmaps/light_gray -share/upshot/bitmaps/vlines2 -share/upshot/bitmaps/vlines3 -share/upshot/bitmaps/vlines4 -share/upshot/bitmaps/white -share/upshot/logfiles/fft.trf -share/upshot/logfiles/sam_hyp.16.log -share/util/machines/machines.netbsd -share/util/machines/machines.sample -@dirrm include/mpi2c++ -@dirrm share/doc/mpi-ch -@dirrm share/doc/html/mpi-ch/www1 -@dirrm share/doc/html/mpi-ch/www3 -@dirrm share/doc/html/mpi-ch/www4 -@dirrm share/doc/html/mpi-ch -@dirrm share/examples/mpi-ch/MPI-2-C++ -@dirrm share/examples/mpi-ch/mpe -@dirrm share/examples/mpi-ch -@dirrm share/upshot/bitmaps -@dirrm share/upshot/logfiles -@dirrm share/upshot -@dirrm share/util/machines -@dirrm share/util diff --git a/parallel/mpi-ch/pkg/PLIST.java b/parallel/mpi-ch/pkg/PLIST.java deleted file mode 100644 index 74b1bcc4618..00000000000 --- a/parallel/mpi-ch/pkg/PLIST.java +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST.java,v 1.1 2001/04/05 17:56:20 wennmach Exp $ -bin/slog_print -bin/jumpshot diff --git a/parallel/pvm3/DESCR b/parallel/pvm3/DESCR new file mode 100644 index 00000000000..2aee3f6b023 --- /dev/null +++ b/parallel/pvm3/DESCR @@ -0,0 +1,13 @@ +PVM (Parallel Virtual Machine) is a portable message-passing programming +system, designed to link separate host machines to form a ``virtual +machine'' which is a single, manageable computing resource. + +The virtual machine can be composed of hosts of varying types, in +physically remote locations. PVM applications can be composed of any +number of separate processes, or components, written in a mixture of C, +C++ and Fortran. The system is portable to a wide variety of +architectures, including workstations, multiprocessors, supercomputers and +PCs. + +PVM is a byproduct of ongoing research at several institutions, and is +made available to the public free of charge. diff --git a/parallel/pvm3/MESSAGE b/parallel/pvm3/MESSAGE new file mode 100644 index 00000000000..af2ee2ec511 --- /dev/null +++ b/parallel/pvm3/MESSAGE @@ -0,0 +1,14 @@ +====================================================================== +$NetBSD: MESSAGE,v 1.1 2001/10/31 22:58:23 zuntum Exp $ + +You must set the environment variable PVM_ROOT to ${PREFIX}/pvm3 in your +startup files (.cshrc, .profile) on all machines in the cluster. In +addition, you may want to add the lines contained in +${PREFIX}/pvm3/lib/cshrc.stub to the system .cshrc. + +You can specify each host's run path in your pvmhosts file like so: +hostname ep=${PREFIX}/bin +This allows you to point different architecture types to various sets of +shared or local binaries. See pvmd(1) for more information. + +====================================================================== diff --git a/parallel/pvm3/PLIST b/parallel/pvm3/PLIST new file mode 100644 index 00000000000..6e18b587d0a --- /dev/null +++ b/parallel/pvm3/PLIST @@ -0,0 +1,322 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:58:23 zuntum Exp $ +pvm3/bin/@pvmarch@/dbwtest +pvm3/bin/@pvmarch@/fgexample +pvm3/bin/@pvmarch@/fmaster1 +pvm3/bin/@pvmarch@/frsg +pvm3/bin/@pvmarch@/fslave1 +pvm3/bin/@pvmarch@/fspmd +pvm3/bin/@pvmarch@/ge +pvm3/bin/@pvmarch@/gexamp +pvm3/bin/@pvmarch@/gexample +pvm3/bin/@pvmarch@/gmbi +pvm3/bin/@pvmarch@/gs +pvm3/bin/@pvmarch@/hello +pvm3/bin/@pvmarch@/hello_other +pvm3/bin/@pvmarch@/hitc +pvm3/bin/@pvmarch@/hitc_slave +pvm3/bin/@pvmarch@/ibwtest +pvm3/bin/@pvmarch@/inherit1 +pvm3/bin/@pvmarch@/inherit2 +pvm3/bin/@pvmarch@/inherit3 +pvm3/bin/@pvmarch@/inherita +pvm3/bin/@pvmarch@/inheritb +pvm3/bin/@pvmarch@/joinleave +pvm3/bin/@pvmarch@/lmbi +pvm3/bin/@pvmarch@/master1 +pvm3/bin/@pvmarch@/mhf_server +pvm3/bin/@pvmarch@/mhf_tickle +pvm3/bin/@pvmarch@/mtile +pvm3/bin/@pvmarch@/pbwtest +pvm3/bin/@pvmarch@/pvm_gstat +pvm3/bin/@pvmarch@/pvmgroups +pvm3/bin/@pvmarch@/pvmgs +pvm3/bin/@pvmarch@/rbwtest +pvm3/bin/@pvmarch@/rme +pvm3/bin/@pvmarch@/slave1 +pvm3/bin/@pvmarch@/spmd +pvm3/bin/@pvmarch@/srm +pvm3/bin/@pvmarch@/task0 +pvm3/bin/@pvmarch@/task1 +pvm3/bin/@pvmarch@/task_end +pvm3/bin/@pvmarch@/thb +pvm3/bin/@pvmarch@/timing +pvm3/bin/@pvmarch@/timing_slave +pvm3/bin/@pvmarch@/tjf +pvm3/bin/@pvmarch@/tjl +pvm3/bin/@pvmarch@/tnb +pvm3/bin/@pvmarch@/tracer +pvm3/bin/@pvmarch@/trcsort +pvm3/bin/@pvmarch@/trsg +pvm3/bin/@pvmarch@/tst +pvm3/bin/@pvmarch@/xep +pvm3/conf/@pvmarch@.def +pvm3/conf/@pvmarch@.m4 +pvm3/examples/Makefile.aimk +pvm3/examples/Readme +pvm3/examples/bwtest.c +pvm3/examples/gexample.c +pvm3/examples/gexample.f +pvm3/examples/gmbi.c +pvm3/examples/hello.c +pvm3/examples/hello_other.c +pvm3/examples/hitc.f +pvm3/examples/hitc_slave.f +pvm3/examples/inherit1.c +pvm3/examples/inherit2.c +pvm3/examples/inherit3.c +pvm3/examples/inherita.c +pvm3/examples/inheritb.c +pvm3/examples/lmbi.c +pvm3/examples/master1.c +pvm3/examples/master1.f +pvm3/examples/mbox.c +pvm3/examples/mhf_server.c +pvm3/examples/mhf_tickle.c +pvm3/examples/ptest.c +pvm3/examples/rme.c +pvm3/examples/slave1.c +pvm3/examples/slave1.f +pvm3/examples/spmd.c +pvm3/examples/spmd.f +pvm3/examples/starter.c +pvm3/examples/task0.c +pvm3/examples/task1.c +pvm3/examples/task_end.c +pvm3/examples/taskf.c +pvm3/examples/timing.c +pvm3/examples/timing_slave.c +pvm3/gexamples/Makefile +pvm3/gexamples/Makefile.aimk +pvm3/gexamples/Readme +pvm3/gexamples/frsg.f +pvm3/gexamples/ge.c +pvm3/gexamples/gexamp.c +pvm3/gexamples/gs.c +pvm3/gexamples/joinleave.c +pvm3/gexamples/thb.c +pvm3/gexamples/tjf.c +pvm3/gexamples/tjl.c +pvm3/gexamples/tnb.c +pvm3/gexamples/trsg.c +pvm3/gexamples/tst.c +pvm3/include/fpvm3.h +pvm3/include/fpvm3_watcom.h +pvm3/include/pvm3.h +pvm3/include/pvmproto.h +pvm3/include/pvmtev.h +pvm3/lib/aimk +pvm3/lib/bashrc.stub +pvm3/lib/cshrc.stub +pvm3/lib/debugger +pvm3/lib/debugger2 +pvm3/lib/ipcfree +pvm3/lib/kshrc.stub +pvm3/lib/pvm +pvm3/lib/pvm.bat +pvm3/lib/pvm.cmd +pvm3/lib/pvmd +pvm3/lib/pvmd.bat +pvm3/lib/pvmd.cmd +pvm3/lib/pvmgetarch +pvm3/lib/pvmgetarch.cmd +pvm3/lib/pvmtmparch +pvm3/lib/xpvm +pvm3/lib/@pvmarch@/libfpvm3.a +pvm3/lib/@pvmarch@/libgpvm3.a +pvm3/lib/@pvmarch@/libpvm3.a +pvm3/lib/@pvmarch@/libpvmtrc.a +pvm3/lib/@pvmarch@/pvm +pvm3/lib/@pvmarch@/pvmd3 +pvm3/lib/@pvmarch@/pvmgs +man/man1/PVM.1 +man/man1/aimk.1 +man/man1/pvm.1 +man/man1/pvm_intro.1 +man/man1/pvm_shmd.1 +man/man1/pvmd.1 +man/man1/pvmd3.1 +man/man3/libfpvm.3 +man/man3/libpvm.3 +man/man3/pvm_addhosts.3 +man/man3/pvm_addmhf.3 +man/man3/pvm_advise.3 +man/man3/pvm_archcode.3 +man/man3/pvm_barrier.3 +man/man3/pvm_bcast.3 +man/man3/pvm_bufinfo.3 +man/man3/pvm_catchout.3 +man/man3/pvm_config.3 +man/man3/pvm_delete.3 +man/man3/pvm_delhosts.3 +man/man3/pvm_delinfo.3 +man/man3/pvm_delmhf.3 +man/man3/pvm_exit.3 +man/man3/pvm_export.3 +man/man3/pvm_freebuf.3 +man/man3/pvm_freecontext.3 +man/man3/pvm_freezegroup.3 +man/man3/pvm_gather.3 +man/man3/pvm_getcontext.3 +man/man3/pvm_getfds.3 +man/man3/pvm_getinst.3 +man/man3/pvm_getmboxinfo.3 +man/man3/pvm_getmwid.3 +man/man3/pvm_getopt.3 +man/man3/pvm_getrbuf.3 +man/man3/pvm_getsbuf.3 +man/man3/pvm_gettid.3 +man/man3/pvm_gettmask.3 +man/man3/pvm_gsize.3 +man/man3/pvm_halt.3 +man/man3/pvm_hostsync.3 +man/man3/pvm_initsend.3 +man/man3/pvm_insert.3 +man/man3/pvm_joingroup.3 +man/man3/pvm_kill.3 +man/man3/pvm_lookup.3 +man/man3/pvm_lvgroup.3 +man/man3/pvm_mcast.3 +man/man3/pvm_mkbuf.3 +man/man3/pvm_mstat.3 +man/man3/pvm_mytid.3 +man/man3/pvm_newcontext.3 +man/man3/pvm_notify.3 +man/man3/pvm_nrecv.3 +man/man3/pvm_pack.3 +man/man3/pvm_packf.3 +man/man3/pvm_parent.3 +man/man3/pvm_perror.3 +man/man3/pvm_pkbyte.3 +man/man3/pvm_pkcplx.3 +man/man3/pvm_pkdcplx.3 +man/man3/pvm_pkdouble.3 +man/man3/pvm_pkfloat.3 +man/man3/pvm_pkint.3 +man/man3/pvm_pklong.3 +man/man3/pvm_pkmesg.3 +man/man3/pvm_pkmesgbody.3 +man/man3/pvm_pkshort.3 +man/man3/pvm_pkstr.3 +man/man3/pvm_pkuint.3 +man/man3/pvm_pkulong.3 +man/man3/pvm_pkushort.3 +man/man3/pvm_precv.3 +man/man3/pvm_probe.3 +man/man3/pvm_psend.3 +man/man3/pvm_pstat.3 +man/man3/pvm_putinfo.3 +man/man3/pvm_recv.3 +man/man3/pvm_recvf.3 +man/man3/pvm_recvinfo.3 +man/man3/pvm_reduce.3 +man/man3/pvm_reg_hoster.3 +man/man3/pvm_reg_rm.3 +man/man3/pvm_reg_tasker.3 +man/man3/pvm_scatter.3 +man/man3/pvm_send.3 +man/man3/pvm_sendsig.3 +man/man3/pvm_serror.3 +man/man3/pvm_setcontext.3 +man/man3/pvm_setmwid.3 +man/man3/pvm_setopt.3 +man/man3/pvm_setrbuf.3 +man/man3/pvm_setsbuf.3 +man/man3/pvm_settmask.3 +man/man3/pvm_siblings.3 +man/man3/pvm_spawn.3 +man/man3/pvm_start_pvmd.3 +man/man3/pvm_tasks.3 +man/man3/pvm_tidtohost.3 +man/man3/pvm_trecv.3 +man/man3/pvm_unexport.3 +man/man3/pvm_unpack.3 +man/man3/pvm_unpackf.3 +man/man3/pvm_upkbyte.3 +man/man3/pvm_upkcplx.3 +man/man3/pvm_upkdcplx.3 +man/man3/pvm_upkdouble.3 +man/man3/pvm_upkfloat.3 +man/man3/pvm_upkint.3 +man/man3/pvm_upklong.3 +man/man3/pvm_upkmesg.3 +man/man3/pvm_upkshort.3 +man/man3/pvm_upkstr.3 +man/man3/pvm_upkuint.3 +man/man3/pvm_upkulong.3 +man/man3/pvm_upkushort.3 +man/man3/pvmfaddhost.3 +man/man3/pvmfaddmhf.3 +man/man3/pvmfadvise.3 +man/man3/pvmfarchcode.3 +man/man3/pvmfbarrier.3 +man/man3/pvmfbcast.3 +man/man3/pvmfbufinfo.3 +man/man3/pvmfcatchout.3 +man/man3/pvmfconfig.3 +man/man3/pvmfdelhost.3 +man/man3/pvmfdelinfo.3 +man/man3/pvmfdelmhf.3 +man/man3/pvmfexit.3 +man/man3/pvmffreebuf.3 +man/man3/pvmffreecontext.3 +man/man3/pvmffrzgrp.3 +man/man3/pvmfgather.3 +man/man3/pvmfgetcontext.3 +man/man3/pvmfgetinst.3 +man/man3/pvmfgetmboxinfo.3 +man/man3/pvmfgetopt.3 +man/man3/pvmfgetrbuf.3 +man/man3/pvmfgetsbuf.3 +man/man3/pvmfgettid.3 +man/man3/pvmfgsize.3 +man/man3/pvmfhalt.3 +man/man3/pvmfhostsync.3 +man/man3/pvmfinitsend.3 +man/man3/pvmfjoingrp.3 +man/man3/pvmfkill.3 +man/man3/pvmflvgrp.3 +man/man3/pvmfmcast.3 +man/man3/pvmfmkbuf.3 +man/man3/pvmfmstat.3 +man/man3/pvmfmytid.3 +man/man3/pvmfnewcontext.3 +man/man3/pvmfnotify.3 +man/man3/pvmfnrecv.3 +man/man3/pvmfpack.3 +man/man3/pvmfparent.3 +man/man3/pvmfperror.3 +man/man3/pvmfpkmesg.3 +man/man3/pvmfpkmesgbody.3 +man/man3/pvmfprecv.3 +man/man3/pvmfprobe.3 +man/man3/pvmfpsend.3 +man/man3/pvmfpstat.3 +man/man3/pvmfputinfo.3 +man/man3/pvmfrecv.3 +man/man3/pvmfrecvinfo.3 +man/man3/pvmfreduce.3 +man/man3/pvmfscatter.3 +man/man3/pvmfsend.3 +man/man3/pvmfsendsig.3 +man/man3/pvmfserror.3 +man/man3/pvmfsetcontext.3 +man/man3/pvmfsetopt.3 +man/man3/pvmfsetrbuf.3 +man/man3/pvmfsetsbuf.3 +man/man3/pvmfsiblings.3 +man/man3/pvmfspawn.3 +man/man3/pvmfstartpvmd.3 +man/man3/pvmftasks.3 +man/man3/pvmftidtoh.3 +man/man3/pvmftrecv.3 +man/man3/pvmfunpack.3 +man/man3/pvmfupkmesg.3 +@dirrm pvm3/bin/@pvmarch@ +@dirrm pvm3/bin +@dirrm pvm3/conf +@dirrm pvm3/examples +@dirrm pvm3/gexamples +@dirrm pvm3/include +@dirrm pvm3/lib/@pvmarch@ +@dirrm pvm3/lib +@dirrm pvm3 diff --git a/parallel/pvm3/pkg/DESCR b/parallel/pvm3/pkg/DESCR deleted file mode 100644 index 2aee3f6b023..00000000000 --- a/parallel/pvm3/pkg/DESCR +++ /dev/null @@ -1,13 +0,0 @@ -PVM (Parallel Virtual Machine) is a portable message-passing programming -system, designed to link separate host machines to form a ``virtual -machine'' which is a single, manageable computing resource. - -The virtual machine can be composed of hosts of varying types, in -physically remote locations. PVM applications can be composed of any -number of separate processes, or components, written in a mixture of C, -C++ and Fortran. The system is portable to a wide variety of -architectures, including workstations, multiprocessors, supercomputers and -PCs. - -PVM is a byproduct of ongoing research at several institutions, and is -made available to the public free of charge. diff --git a/parallel/pvm3/pkg/MESSAGE b/parallel/pvm3/pkg/MESSAGE deleted file mode 100644 index a92e75ac5bf..00000000000 --- a/parallel/pvm3/pkg/MESSAGE +++ /dev/null @@ -1,14 +0,0 @@ -====================================================================== -$NetBSD: MESSAGE,v 1.5 2001/01/29 11:34:39 wiz Exp $ - -You must set the environment variable PVM_ROOT to ${PREFIX}/pvm3 in your -startup files (.cshrc, .profile) on all machines in the cluster. In -addition, you may want to add the lines contained in -${PREFIX}/pvm3/lib/cshrc.stub to the system .cshrc. - -You can specify each host's run path in your pvmhosts file like so: -hostname ep=${PREFIX}/bin -This allows you to point different architecture types to various sets of -shared or local binaries. See pvmd(1) for more information. - -====================================================================== diff --git a/parallel/pvm3/pkg/PLIST b/parallel/pvm3/pkg/PLIST deleted file mode 100644 index e2cfae32995..00000000000 --- a/parallel/pvm3/pkg/PLIST +++ /dev/null @@ -1,322 +0,0 @@ -@comment $NetBSD: PLIST,v 1.6 2000/09/05 11:09:41 wiz Exp $ -pvm3/bin/@pvmarch@/dbwtest -pvm3/bin/@pvmarch@/fgexample -pvm3/bin/@pvmarch@/fmaster1 -pvm3/bin/@pvmarch@/frsg -pvm3/bin/@pvmarch@/fslave1 -pvm3/bin/@pvmarch@/fspmd -pvm3/bin/@pvmarch@/ge -pvm3/bin/@pvmarch@/gexamp -pvm3/bin/@pvmarch@/gexample -pvm3/bin/@pvmarch@/gmbi -pvm3/bin/@pvmarch@/gs -pvm3/bin/@pvmarch@/hello -pvm3/bin/@pvmarch@/hello_other -pvm3/bin/@pvmarch@/hitc -pvm3/bin/@pvmarch@/hitc_slave -pvm3/bin/@pvmarch@/ibwtest -pvm3/bin/@pvmarch@/inherit1 -pvm3/bin/@pvmarch@/inherit2 -pvm3/bin/@pvmarch@/inherit3 -pvm3/bin/@pvmarch@/inherita -pvm3/bin/@pvmarch@/inheritb -pvm3/bin/@pvmarch@/joinleave -pvm3/bin/@pvmarch@/lmbi -pvm3/bin/@pvmarch@/master1 -pvm3/bin/@pvmarch@/mhf_server -pvm3/bin/@pvmarch@/mhf_tickle -pvm3/bin/@pvmarch@/mtile -pvm3/bin/@pvmarch@/pbwtest -pvm3/bin/@pvmarch@/pvm_gstat -pvm3/bin/@pvmarch@/pvmgroups -pvm3/bin/@pvmarch@/pvmgs -pvm3/bin/@pvmarch@/rbwtest -pvm3/bin/@pvmarch@/rme -pvm3/bin/@pvmarch@/slave1 -pvm3/bin/@pvmarch@/spmd -pvm3/bin/@pvmarch@/srm -pvm3/bin/@pvmarch@/task0 -pvm3/bin/@pvmarch@/task1 -pvm3/bin/@pvmarch@/task_end -pvm3/bin/@pvmarch@/thb -pvm3/bin/@pvmarch@/timing -pvm3/bin/@pvmarch@/timing_slave -pvm3/bin/@pvmarch@/tjf -pvm3/bin/@pvmarch@/tjl -pvm3/bin/@pvmarch@/tnb -pvm3/bin/@pvmarch@/tracer -pvm3/bin/@pvmarch@/trcsort -pvm3/bin/@pvmarch@/trsg -pvm3/bin/@pvmarch@/tst -pvm3/bin/@pvmarch@/xep -pvm3/conf/@pvmarch@.def -pvm3/conf/@pvmarch@.m4 -pvm3/examples/Makefile.aimk -pvm3/examples/Readme -pvm3/examples/bwtest.c -pvm3/examples/gexample.c -pvm3/examples/gexample.f -pvm3/examples/gmbi.c -pvm3/examples/hello.c -pvm3/examples/hello_other.c -pvm3/examples/hitc.f -pvm3/examples/hitc_slave.f -pvm3/examples/inherit1.c -pvm3/examples/inherit2.c -pvm3/examples/inherit3.c -pvm3/examples/inherita.c -pvm3/examples/inheritb.c -pvm3/examples/lmbi.c -pvm3/examples/master1.c -pvm3/examples/master1.f -pvm3/examples/mbox.c -pvm3/examples/mhf_server.c -pvm3/examples/mhf_tickle.c -pvm3/examples/ptest.c -pvm3/examples/rme.c -pvm3/examples/slave1.c -pvm3/examples/slave1.f -pvm3/examples/spmd.c -pvm3/examples/spmd.f -pvm3/examples/starter.c -pvm3/examples/task0.c -pvm3/examples/task1.c -pvm3/examples/task_end.c -pvm3/examples/taskf.c -pvm3/examples/timing.c -pvm3/examples/timing_slave.c -pvm3/gexamples/Makefile -pvm3/gexamples/Makefile.aimk -pvm3/gexamples/Readme -pvm3/gexamples/frsg.f -pvm3/gexamples/ge.c -pvm3/gexamples/gexamp.c -pvm3/gexamples/gs.c -pvm3/gexamples/joinleave.c -pvm3/gexamples/thb.c -pvm3/gexamples/tjf.c -pvm3/gexamples/tjl.c -pvm3/gexamples/tnb.c -pvm3/gexamples/trsg.c -pvm3/gexamples/tst.c -pvm3/include/fpvm3.h -pvm3/include/fpvm3_watcom.h -pvm3/include/pvm3.h -pvm3/include/pvmproto.h -pvm3/include/pvmtev.h -pvm3/lib/aimk -pvm3/lib/bashrc.stub -pvm3/lib/cshrc.stub -pvm3/lib/debugger -pvm3/lib/debugger2 -pvm3/lib/ipcfree -pvm3/lib/kshrc.stub -pvm3/lib/pvm -pvm3/lib/pvm.bat -pvm3/lib/pvm.cmd -pvm3/lib/pvmd -pvm3/lib/pvmd.bat -pvm3/lib/pvmd.cmd -pvm3/lib/pvmgetarch -pvm3/lib/pvmgetarch.cmd -pvm3/lib/pvmtmparch -pvm3/lib/xpvm -pvm3/lib/@pvmarch@/libfpvm3.a -pvm3/lib/@pvmarch@/libgpvm3.a -pvm3/lib/@pvmarch@/libpvm3.a -pvm3/lib/@pvmarch@/libpvmtrc.a -pvm3/lib/@pvmarch@/pvm -pvm3/lib/@pvmarch@/pvmd3 -pvm3/lib/@pvmarch@/pvmgs -man/man1/PVM.1 -man/man1/aimk.1 -man/man1/pvm.1 -man/man1/pvm_intro.1 -man/man1/pvm_shmd.1 -man/man1/pvmd.1 -man/man1/pvmd3.1 -man/man3/libfpvm.3 -man/man3/libpvm.3 -man/man3/pvm_addhosts.3 -man/man3/pvm_addmhf.3 -man/man3/pvm_advise.3 -man/man3/pvm_archcode.3 -man/man3/pvm_barrier.3 -man/man3/pvm_bcast.3 -man/man3/pvm_bufinfo.3 -man/man3/pvm_catchout.3 -man/man3/pvm_config.3 -man/man3/pvm_delete.3 -man/man3/pvm_delhosts.3 -man/man3/pvm_delinfo.3 -man/man3/pvm_delmhf.3 -man/man3/pvm_exit.3 -man/man3/pvm_export.3 -man/man3/pvm_freebuf.3 -man/man3/pvm_freecontext.3 -man/man3/pvm_freezegroup.3 -man/man3/pvm_gather.3 -man/man3/pvm_getcontext.3 -man/man3/pvm_getfds.3 -man/man3/pvm_getinst.3 -man/man3/pvm_getmboxinfo.3 -man/man3/pvm_getmwid.3 -man/man3/pvm_getopt.3 -man/man3/pvm_getrbuf.3 -man/man3/pvm_getsbuf.3 -man/man3/pvm_gettid.3 -man/man3/pvm_gettmask.3 -man/man3/pvm_gsize.3 -man/man3/pvm_halt.3 -man/man3/pvm_hostsync.3 -man/man3/pvm_initsend.3 -man/man3/pvm_insert.3 -man/man3/pvm_joingroup.3 -man/man3/pvm_kill.3 -man/man3/pvm_lookup.3 -man/man3/pvm_lvgroup.3 -man/man3/pvm_mcast.3 -man/man3/pvm_mkbuf.3 -man/man3/pvm_mstat.3 -man/man3/pvm_mytid.3 -man/man3/pvm_newcontext.3 -man/man3/pvm_notify.3 -man/man3/pvm_nrecv.3 -man/man3/pvm_pack.3 -man/man3/pvm_packf.3 -man/man3/pvm_parent.3 -man/man3/pvm_perror.3 -man/man3/pvm_pkbyte.3 -man/man3/pvm_pkcplx.3 -man/man3/pvm_pkdcplx.3 -man/man3/pvm_pkdouble.3 -man/man3/pvm_pkfloat.3 -man/man3/pvm_pkint.3 -man/man3/pvm_pklong.3 -man/man3/pvm_pkmesg.3 -man/man3/pvm_pkmesgbody.3 -man/man3/pvm_pkshort.3 -man/man3/pvm_pkstr.3 -man/man3/pvm_pkuint.3 -man/man3/pvm_pkulong.3 -man/man3/pvm_pkushort.3 -man/man3/pvm_precv.3 -man/man3/pvm_probe.3 -man/man3/pvm_psend.3 -man/man3/pvm_pstat.3 -man/man3/pvm_putinfo.3 -man/man3/pvm_recv.3 -man/man3/pvm_recvf.3 -man/man3/pvm_recvinfo.3 -man/man3/pvm_reduce.3 -man/man3/pvm_reg_hoster.3 -man/man3/pvm_reg_rm.3 -man/man3/pvm_reg_tasker.3 -man/man3/pvm_scatter.3 -man/man3/pvm_send.3 -man/man3/pvm_sendsig.3 -man/man3/pvm_serror.3 -man/man3/pvm_setcontext.3 -man/man3/pvm_setmwid.3 -man/man3/pvm_setopt.3 -man/man3/pvm_setrbuf.3 -man/man3/pvm_setsbuf.3 -man/man3/pvm_settmask.3 -man/man3/pvm_siblings.3 -man/man3/pvm_spawn.3 -man/man3/pvm_start_pvmd.3 -man/man3/pvm_tasks.3 -man/man3/pvm_tidtohost.3 -man/man3/pvm_trecv.3 -man/man3/pvm_unexport.3 -man/man3/pvm_unpack.3 -man/man3/pvm_unpackf.3 -man/man3/pvm_upkbyte.3 -man/man3/pvm_upkcplx.3 -man/man3/pvm_upkdcplx.3 -man/man3/pvm_upkdouble.3 -man/man3/pvm_upkfloat.3 -man/man3/pvm_upkint.3 -man/man3/pvm_upklong.3 -man/man3/pvm_upkmesg.3 -man/man3/pvm_upkshort.3 -man/man3/pvm_upkstr.3 -man/man3/pvm_upkuint.3 -man/man3/pvm_upkulong.3 -man/man3/pvm_upkushort.3 -man/man3/pvmfaddhost.3 -man/man3/pvmfaddmhf.3 -man/man3/pvmfadvise.3 -man/man3/pvmfarchcode.3 -man/man3/pvmfbarrier.3 -man/man3/pvmfbcast.3 -man/man3/pvmfbufinfo.3 -man/man3/pvmfcatchout.3 -man/man3/pvmfconfig.3 -man/man3/pvmfdelhost.3 -man/man3/pvmfdelinfo.3 -man/man3/pvmfdelmhf.3 -man/man3/pvmfexit.3 -man/man3/pvmffreebuf.3 -man/man3/pvmffreecontext.3 -man/man3/pvmffrzgrp.3 -man/man3/pvmfgather.3 -man/man3/pvmfgetcontext.3 -man/man3/pvmfgetinst.3 -man/man3/pvmfgetmboxinfo.3 -man/man3/pvmfgetopt.3 -man/man3/pvmfgetrbuf.3 -man/man3/pvmfgetsbuf.3 -man/man3/pvmfgettid.3 -man/man3/pvmfgsize.3 -man/man3/pvmfhalt.3 -man/man3/pvmfhostsync.3 -man/man3/pvmfinitsend.3 -man/man3/pvmfjoingrp.3 -man/man3/pvmfkill.3 -man/man3/pvmflvgrp.3 -man/man3/pvmfmcast.3 -man/man3/pvmfmkbuf.3 -man/man3/pvmfmstat.3 -man/man3/pvmfmytid.3 -man/man3/pvmfnewcontext.3 -man/man3/pvmfnotify.3 -man/man3/pvmfnrecv.3 -man/man3/pvmfpack.3 -man/man3/pvmfparent.3 -man/man3/pvmfperror.3 -man/man3/pvmfpkmesg.3 -man/man3/pvmfpkmesgbody.3 -man/man3/pvmfprecv.3 -man/man3/pvmfprobe.3 -man/man3/pvmfpsend.3 -man/man3/pvmfpstat.3 -man/man3/pvmfputinfo.3 -man/man3/pvmfrecv.3 -man/man3/pvmfrecvinfo.3 -man/man3/pvmfreduce.3 -man/man3/pvmfscatter.3 -man/man3/pvmfsend.3 -man/man3/pvmfsendsig.3 -man/man3/pvmfserror.3 -man/man3/pvmfsetcontext.3 -man/man3/pvmfsetopt.3 -man/man3/pvmfsetrbuf.3 -man/man3/pvmfsetsbuf.3 -man/man3/pvmfsiblings.3 -man/man3/pvmfspawn.3 -man/man3/pvmfstartpvmd.3 -man/man3/pvmftasks.3 -man/man3/pvmftidtoh.3 -man/man3/pvmftrecv.3 -man/man3/pvmfunpack.3 -man/man3/pvmfupkmesg.3 -@dirrm pvm3/bin/@pvmarch@ -@dirrm pvm3/bin -@dirrm pvm3/conf -@dirrm pvm3/examples -@dirrm pvm3/gexamples -@dirrm pvm3/include -@dirrm pvm3/lib/@pvmarch@ -@dirrm pvm3/lib -@dirrm pvm3 -- cgit v1.2.3