[MPICH] Problem compiling mpich2-1.0.2p1 on FreeBSD 5.4

Anthony Chan chan at mcs.anl.gov
Thu Aug 11 02:39:03 CDT 2005



On Thu, 11 Aug 2005, Philip Sydney Lavers wrote:

> mpich2-1.0.2p1 would not compile on FreeBSD5.4 machines until
> I used the --with-enablef90=no switch.
>
> Here is my procedure in the bash shell, taking into account
> that I do my debugging on another cluster - I am trying to get
> numbercrunching speed out of this one. Replace "athlon64" with
> "opteron" or whatever where appropriate:
> in the downloaded unzipped and tar -xvf directory:
>
> export CFLAGS='-O3 -march=athlon64' FFLAGS='-O3
> -march=athlon64' CXXFLAGS='-O3 -march=athlon64'
>
> ./configure --prefix=/usr/local/mpich --with-fast
> --with-enablef90=no

Do you mean --enable-fast and --enable-f90=no(same as --disable-f90) ?

A.Chan




More information about the mpich-discuss mailing list