Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2002 08:06:50 +0900 (JST)
From:      chat95@mbox.kyoto-inet.or.jp (Nakata Maho)
To:        gjohnson@srrc.ars.usda.gov, ports@FreeBSD.org
Cc:        batman@udel.edu
Subject:   Re: build of mpqc failing
Message-ID:  <20020716.080650.608019697.maho@scarlatti.synchem.kyoto-u.ac.jp>
In-Reply-To: <20020715160118.GA47826@node1.cluster.srrc.usda.gov>
References:  <20020715160118.GA47826@node1.cluster.srrc.usda.gov>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020716.080650.608019697.maho>