From owner-freebsd-ports Mon Jul 15 16: 9: 8 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47DE537B400 for ; Mon, 15 Jul 2002 16:09:06 -0700 (PDT) Received: from quanta.synchem.kyoto-u.ac.jp (quanta.synchem.kyoto-u.ac.jp [130.54.33.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BB9A43E6E for ; Mon, 15 Jul 2002 16:09:05 -0700 (PDT) (envelope-from chat95@mbox.kyoto-inet.or.jp) Received: from localhost (quanth.synchem.kyoto-u.ac.jp [130.54.33.130]) by quanta.synchem.kyoto-u.ac.jp (8.12.5/3.7W/00091819) with ESMTP id g6FN8fOx062701; Tue, 16 Jul 2002 08:08:41 +0900 (JST) Date: Tue, 16 Jul 2002 08:06:50 +0900 (JST) Message-Id: <20020716.080650.608019697.maho@scarlatti.synchem.kyoto-u.ac.jp> To: gjohnson@srrc.ars.usda.gov, ports@FreeBSD.org Cc: batman@udel.edu Subject: Re: build of mpqc failing From: chat95@mbox.kyoto-inet.or.jp (Nakata Maho) In-Reply-To: <20020715160118.GA47826@node1.cluster.srrc.usda.gov> References: <20020715160118.GA47826@node1.cluster.srrc.usda.gov> X-Mailer: Mew version 2.2 on XEmacs 21.1.14 (Cuyahoga Valley) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, Mr. Glenn Johnson and ports members! > I am getting the following when trying to build mpqc on a FreeBSD-STABLE > system: I fixed this problem with some enhancements. 1. using math/atlas(added lapack, blas flags for other choices of lapack, blas package) It improves the performance for few percent. 2. override CFLAGS, FFLAGS for C++, C, FORTRAN compiler 3. override CC, F77, C++ for other choices of C++, C, FORTRAN compiler 4. support for parallel computing using MPI. For this purpose, I made a slave port named mpqc-mpich MPQC means, massively parallel quantum computing, so support for it, is mandatory!! I confirmed this port really works. I also did work for net/mpich to remove "BROKEN". See http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/mpich/ 5. since mpich is not thread safe, I get away thread options from Makefile. I already send-pr'ed. please follow this link. http://www.freebsd.org/cgi/query-pr.cgi?pr=40631 If it is possible, I would like to be a maintainer for this port. I'm now prepareing some other enhancement for it. Thanks, Nakata Maho To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message