FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 7:08 PM BST
Port details
mpqc-mpich 2.3.1_14 science on this many watch lists=1 search for ports that depend on this port
The massively parallel quantum computing library and program
Maintained by: maho@FreeBSD.org search for ports maintained by this maintainer
Port Added: 16 Jul 2002 07:03:50
Also Listed In: parallel
License: not specified in port


MPQC is the Massively Parallel Quantum Chemistry Program. It computes
properties of atoms and molecules from first principles using the time
independent Schrodinger equation. It runs on a wide range of architectures
ranging from individual workstations to symmetric multiprocessors to
massively parallel computers. Its design is object oriented, using the C++
programming language.

Capabilities
o Closed shell and general restricted open shell Hartree-Fock energies and
gradients
o Second order open shell perturbation theory (OPT2[2]) and Z-averaged
perturbation theory (ZAPT2) energies.
o Second order closed shell Moller-Plesset perturbation theory energies and
gradients.
o Robust internal coordinate geometry optimizer that efficiently optimizes
molecules with many degrees of freedom.

You can also validate your mpqc binaries when you employ other settings by:
% make validate >& validate.log &
(it may take few days, though)
For details, please see file:///usr/local/share/doc/mpqc/hierarchy.html
or http://www.mpqc.org/mpqc-html/mpqcval.html

WWW: http://www.mpqc.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Master port: science/mpqc

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/doxygen, devel/gmake, lang/gcc46, devel/binutils, lang/perl5.8, devel/autoconf
Required To Run: lang/gcc46, lang/perl5.8
Required Libraries: math/blas, math/lapack, net/mpich2, science/libint
There are no ports dependent upon this port

To install the port: cd /usr/ports/science/mpqc-mpich/ && make install clean
To add the package: pkg_add -r mpqc-mpich


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/project/mpqc/mpqc/2.3.1/
http://sunet.dl.sourceforge.net/project/mpqc/mpqc/2.3.1/
http://iweb.dl.sourceforge.net/project/mpqc/mpqc/2.3.1/
http://switch.dl.sourceforge.net/project/mpqc/mpqc/2.3.1/
http://surfnet.dl.sourceforge.net/project/mpqc/mpqc/2.3.1/
http://kent.dl.sourceforge.net/project/mpqc/mpqc/2.3.1/
http://freefr.dl.sourceforge.net/project/mpqc/mpqc/2.3.1/
http://voxel.dl.sourceforge.net/project/mpqc/mpqc/2.3.1/
http://jaist.dl.sourceforge.net/project/mpqc/mpqc/2.3.1/
http://osdn.dl.sourceforge.net/project/mpqc/mpqc/2.3.1/
http://nchc.dl.sourceforge.net/project/mpqc/mpqc/2.3.1/
http://ncu.dl.sourceforge.net/project/mpqc/mpqc/2.3.1/
http://transact.dl.sourceforge.net/project/mpqc/mpqc/2.3.1/
http://softlayer.dl.sourceforge.net/project/mpqc/mpqc/2.3.1/
http://internode.dl.sourceforge.net/project/mpqc/mpqc/2.3.1/
http://ufpr.dl.sourceforge.net/project/mpqc/mpqc/2.3.1/
http://waix.dl.sourceforge.net/project/mpqc/mpqc/2.3.1/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 11

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
10 Feb 2012 09:33:05
Original commit files touched by this commit  2.3.1_14
matthew search for other commits by this committer
Fix the two affected ports

PR:             163963
Approved by:    maho (maintainer) shaun (mentor)
19 Nov 2006 08:42:07
Original commit files touched by this commit  2.3.0
maho search for other commits by this committer
* Use BLAS instead of ATLAS if ATLAS doesn't exist.
* mpich part of mpqc-mpich is moved into mpqc port.
* now use mpich2 instead of mpich.
16 Aug 2004 12:13:32
Original commit files touched by this commit  2.2.1_1
maho search for other commits by this committer
USE_ICC -> WITH_ICC, and mpi support

Passed by:      portlint
07 Mar 2004 22:46:42
Original commit files touched by this commit  2.2.1_1
maho search for other commits by this committer
USE MASTERDIR when include Makefile

PR:     63730
Submitted by:  Mark Linimon <linimon@FreeBSD.org>
Suggestion by: Masafumi Otsune <info@otsune.com>
30 Aug 2003 01:40:58
Original commit files touched by this commit  2.1.4
maho search for other commits by this committer
Fixed build dependency

Submitted by:   bento
27 Jul 2003 07:31:27
Original commit files touched by this commit  2.1.3
maho search for other commits by this committer
Unbreak by clean-ups.

For unbreak:
a) location of .include "${.CURDIR}/../mpqc/Makefile"
   is just after the BUILD_DEPENDS to avoid override.

For clean-ups:
1) ${F77}->${FC}
2) Use ${LOCALBASE} for CONFIGURE_ARGS for mpqc-mpich
3) ${MASTERDIR}/files -> ${FILESDIR}
4) remove LIB_DEPENDS for mpqc-mpich (redundant)

Reported by:    bento's log
Reviewed by:    okazaki and sf
18 Nov 2002 06:58:42
Original commit files touched by this commit  2.1.1
maho search for other commits by this committer
Fix the problem mpqc and mpqc-mpich port
both produces packages have identical name.

Reviewed by:    knu(mentor)
31 Aug 2002 04:49:07
Original commit files touched by this commit  2.1.1
kris search for other commits by this committer
Rename this port to mpqc-mpich to avoid conflicting with mpqc port.

Pointy hat to:  ijliao
17 Jul 2002 10:44:20
Original commit files touched by this commit  2.1.1
ijliao search for other commits by this committer
correct the installation path

Submitted by:   maintainer
16 Jul 2002 11:57:08
Original commit files touched by this commit  2.1.1
ijliao search for other commits by this committer
forgot a "\"

Submitted by:   "Dan Langille" <dan@langille.org>
16 Jul 2002 06:53:52
Original commit files touched by this commit  2.1.1
ijliao search for other commits by this committer
add mpqc-mpich

PR:             40631
Submitted by:   Nakata Maho <chat95@mbox.kyoto-inet.or.jp>

Number of commits found: 11

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 hours7
new 7 days63
new fortnight184
new month256

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.105 seconds.