Re: [AMBER-Developers] problems with sander compiliation with -rism, -mpi and Intel 16.0.1

From: Timothy J Giese <timothyjgiese.gmail.com>
Date: Fri, 4 Mar 2016 10:47:39 -0500

On 03/04/2016 10:07 AM, David A Case wrote:
> With Intel 16.0.1 or gnu 5.3, and the "-rism -mpi" flags given to configure,
> I get build errors. For the intel compiler:

>
> /home/dacase/amber14/lib/libfftw3_mpi.a(api.o): In function
> `fftw_mpi_local_size_guru':
> api.c:(.text+0xfff): undefined reference to `fftw_imax'
> api.c:(.text+0x100c): undefined reference to `fftw_imax'
> api.c:(.text+0x1075): undefined reference to `fftw_assertion_failed'
>



Check to see if the link line contains "-lfftw3_mpi -lfftw3"
because fftw_imax is defined in fftw3, not fftw3_mpi. Therefore, if the
link line merely contains "-lfftw3_mpi", then it is missing fftw_imax.


_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Fri Mar 04 2016 - 08:00:05 PST
Custom Search