diff options
author | asau <asau@pkgsrc.org> | 2009-10-26 09:19:07 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-10-26 09:19:07 +0000 |
commit | fa53ddb1fd1573fac20a15c703f702bfcebc71d9 (patch) | |
tree | 8aabd0f8b9a1744d4b64827cecc3c3ff2b905b2f /parallel/Makefile | |
parent | 7b7caee0951c6989d01276e0172a1faa3c4f7672 (diff) | |
download | pkgsrc-fa53ddb1fd1573fac20a15c703f702bfcebc71d9.tar.gz |
Add "openpa".
Diffstat (limited to 'parallel/Makefile')
-rw-r--r-- | parallel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/parallel/Makefile b/parallel/Makefile index f013163816d..39192718a56 100644 --- a/parallel/Makefile +++ b/parallel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2009/09/13 08:25:34 asau Exp $ +# $NetBSD: Makefile,v 1.13 2009/10/26 09:19:07 asau Exp $ # COMMENT= Applications dealing with parallelism in computing @@ -10,6 +10,7 @@ SUBDIR+= ganglia-monitor-core SUBDIR+= glunix SUBDIR+= linda SUBDIR+= mpi-ch +SUBDIR+= openpa SUBDIR+= p5-Parallel-Pvm SUBDIR+= pvm3 SUBDIR+= sge |