FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 10:19 PM BST
Port details
openmpi 1.4.3 net on this many watch lists=3 search for ports that depend on this port
A High Performance Message Passing Library
Maintained by: brooks@FreeBSD.org search for ports maintained by this maintainer
Port Added: 27 Oct 2005 23:42:10
Also Listed In: parallel
License: not specified in port


Open MPI is a project combining technologies and resources from several
other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to
build the best MPI library available.  A completely new MPI-2 compliant
implementation, Open MPI offers advantages for system and software
vendors, application developers and computer science researchers.

Open MPI is based on an open component architecture allowing modular
replacement of many system components without recompilation.

WWW: http://www.open-mpi.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/gmake, lang/gcc45
Required To Run: lang/gcc45
Required Libraries: devel/libexecinfo

Required by:
for Build

for Run

To install the port: cd /usr/ports/net/openmpi/ && make install clean
To add the package: pkg_add -r openmpi


Configuration Options
===> The following configuration options are available for openmpi-1.4.3:
     TORQUE=off (default) "Enable Torque support"
     SGE=off (default) "Enable SGE support"
===> Use 'make config' to modify these settings

Master Sites:
http://www.open-mpi.org/software/ompi/v1.4/downloads/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 33

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
13 Dec 2010 04:27:43
Original commit files touched by this commit  1.4.3
pgollucci search for other commits by this committer
- Update to 1.4.3
- Remove MD5

PR:             ports/152567
Submitted by:   wen
Approved by:    maintainer timeout (brooks ; 17 days)
09 Dec 2009 01:19:56
Original commit files touched by this commit  1.4
brooks search for other commits by this committer
Upgrade to OpenMPI 1.4.
13 Sep 2009 00:08:01
Original commit files touched by this commit  1.3.3_1
gerald search for other commits by this committer
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:    portmgr
21 Aug 2009 22:41:47
Original commit files touched by this commit  1.3.3
brooks search for other commits by this committer
A couple plist entries had CONFIGURE_TARGET in them so substitute it
properly to the plist is valid on something other than 8.0 amd64.  Also
sort the generated Makefile.man so it remains stable.

Reported by:    QAT
21 Aug 2009 20:09:24
Original commit files touched by this commit  1.3.3
brooks search for other commits by this committer
Upgrade to OpenMPI 1.3.3.

Remove the option to skip fortran support.  Some fortran files are
unconditionally installed and many if not most users will want to
support fortran numerical codes.
15 Feb 2009 18:18:58
Original commit files touched by this commit  1.3
brooks search for other commits by this committer
Upgrade to Open MPI 1.3.  See the release annoucement for more detail:

http://www.open-mpi.org/community/lists/announce/2009/01/0025.php

Some features such as "Finer grained resource control and mapping
(cores, HCAs, etc)" require FreeBSD support code to be added.
19 Jan 2009 16:15:45
Original commit files touched by this commit  1.2.8
brooks search for other commits by this committer
Upgrade to 1.2.8.

Stop adding F77 and FC to CONFIGURE_ENV since USE_FORTRAN does it now.[1]

Submitted by:   gerald [1]
07 Jan 2009 16:34:27
Original commit files touched by this commit  1.2.6_2
gerald search for other commits by this committer
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
23 Aug 2008 16:51:05
Original commit files touched by this commit  1.2.6_1
brooks search for other commits by this committer
Chase libtorque version.
28 Jul 2008 01:45:04
Original commit files touched by this commit  1.2.6
brooks search for other commits by this committer
Upgrade to 1.2.6, the latest release.

Submitted by:   Wen heping <wenheping at gmail dot com>
29 Jan 2008 16:08:46
Original commit files touched by this commit  1.2.5
brooks search for other commits by this committer
Upgrade to the latest release, 1.2.5.  See the release announcment for
details.

http://www.open-mpi.org/community/lists/announce/2008/01/0018.php
04 Aug 2007 11:41:31
Original commit files touched by this commit  1.2.2_1
gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
17 Jul 2007 07:03:19
Original commit files touched by this commit  1.2.2_1
maho search for other commits by this committer
Now we use USE_FORTRAN=yes to use FORTRAN compiler.

Approved by:    maintainer
08 Jun 2007 00:09:41
Original commit files touched by this commit  1.2.2_1
brooks search for other commits by this committer
Upgrade to 1.2.2, the most recent release.

Handle manpages correct.
Remove defunct pkg-message.
LDCONFIG all the directories [0]

Submitted by:   CHAO Shin [0]
PR:             ports/112236 [0]
05 Feb 2007 18:03:58
Original commit files touched by this commit  1.1.4_1
brooks search for other commits by this committer
Now that RELENG_4 is no longer supported, remove seatbelts preventing
these ports from being built there (and on pre-STABLE 5).
31 Jan 2007 14:12:36
Original commit files touched by this commit  1.1.4_1
brooks search for other commits by this committer
Upgrade to OpenMPI 1.1.4.  Largely a bugfix release with a few
performance improvements.

The 1.1.3 and 1.1.4 release notes can be found at these URLs:
1.1.3: http://www.open-mpi.org/community/lists/announce/2007/01/0009.php
1.1.4: http://www.open-mpi.org/community/lists/announce/2007/01/0010.php
12 Jan 2007 05:49:14
Original commit files touched by this commit  1.1.2_1
maho search for other commits by this committer
* Migrate to gfortran42
* add support of f90

Approved by:    portmgr (kris)
06 Dec 2006 11:42:25
Original commit files touched by this commit  1.1.2
miwi search for other commits by this committer
- Update to 1.1.2

PR:             ports/105453
Submitted by:   trasz
Approved by:    maintainer timeout
27 May 2006 03:28:43
Original commit files touched by this commit  1.0.2
clsung search for other commits by this committer
- fix plist error
- made portlint happy
25 May 2006 00:16:59
Original commit files touched by this commit  1.0.2
clsung search for other commits by this committer
- update to 1.0.2
- on behalf of maintainer-timeout

PR:             port/96802
Submitted by:   Steven G. Kargl <kargl_AT_troutmask.apl.washington dot edu>
15 Mar 2006 22:25:06
Original commit files touched by this commit  1.0.1_1
brooks search for other commits by this committer
Use our sys/tree.h and it's requirements rather than some old incompatable
ones in the OpenMPI source tree.  This fixes the build on 7.0.  Bump
PORTVERSION on all platforms as this may change the compiled output
on others.

Unquote BROKEN in the missing stdint.h case.
12 Feb 2006 22:43:32
Original commit files touched by this commit  1.0.1
kris search for other commits by this committer
BROKEN on sparc64 and on >= 7.0: Does not compile
22 Jan 2006 06:28:59
Original commit files touched by this commit  1.0.1
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
22 Jan 2006 02:46:07
Original commit files touched by this commit  1.0.1
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
12 Jan 2006 06:08:12
Original commit files touched by this commit  1.0.1
brooks search for other commits by this committer
Upgrade to 1.0.1.  Fix MASTER_SITES (they added another directory to the
path).
17 Dec 2005 18:53:20
Original commit files touched by this commit  1.0.1.r2
kris search for other commits by this committer
BROKEN: Unfetchable
22 Nov 2005 22:48:09
Original commit files touched by this commit  1.0.1.r2
brooks search for other commits by this committer
upgrade to 1.0.1rc2
17 Nov 2005 20:41:00
Original commit files touched by this commit  1.0.r8
brooks search for other commits by this committer
upgrade to 1.0rc8
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.0.r7
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
14 Nov 2005 23:53:12
Original commit files touched by this commit  1.0.r7
brooks search for other commits by this committer
Upgrade to 1.0rc7
11 Nov 2005 19:03:22
Original commit files touched by this commit  1.0.r4
brooks search for other commits by this committer
add SHA256
30 Oct 2005 17:35:58
Original commit files touched by this commit  1.0.r4
brooks search for other commits by this committer
Mark IGNORE for FreeBSD less than 5.3 since it can't build on 4.x due to
a lack of stdint.h and bugreports from FreeBSD 5.x versions prior to 5.3
are likely to be worthless.  Mark BROKEN if stdint.h is missing.
27 Oct 2005 23:41:25
Original commit files touched by this commit  1.0.r4
brooks search for other commits by this committer
Add Open MPI 1.0rc4.

From http://www.open-mpi.org/

        Open MPI is a project combining technologies and resources from
        several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI)
        in order to build the best MPI library available. A completely
        new MPI-2 compliant implementation, Open MPI offers advantages
        for system and software vendors, application developers and
        computer science researchers.

Number of commits found: 33

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours6
new 7 days60
new fortnight184
new month254

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.176 seconds.