Skip to content

Commit

Permalink
Add lam, an MPI implementation for parallel computing
Browse files Browse the repository at this point in the history
Obtained from:  fink

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@4149 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Jordan K. Hubbard committed Dec 7, 2003
1 parent 31bd75d commit 6da6bfe
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions devel/lammpi/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# $Id: Portfile,v 1.1 2003/12/07 10:22:26 jkh Exp $

PortSystem 1.0
name lammpi
version 7.0.3
categories devel
maintainers jkh@opendarwin.org
description "MPI implementation for parallel computing"
long_description \
"LAM (Local Area Multicomputer) is an MPI programming environment and \
development system for heterogeneous computers on a network. With LAM, a \
dedicated cluster or an existing network computing infrastructure can act \
as one parallel computer solving one problem."

homepage http://www.lam-mpi.org
platforms darwin
master_sites http://www.lam-mpi.org/download/files/
worksrcdir lam-${version}
distfiles ${worksrcdir}.tar.bz2
use_bzip2 yes
checksums md5 c779eff458c37b595dbfd0b7eb364a79
configure.post_args --with-rsh="/usr/bin/ssh -x" --without-fc
post-destroot { file delete "${destroot}${prefix}/man" }

0 comments on commit 6da6bfe

Please sign in to comment.