Failure in abinit 6.4.1 including gpu code
Posted: Tue Nov 16, 2010 6:42 pm
After the configuration step:
and the subsequent
the compilation process stops with error:
A different run with a plain configuration, i.e. results into a successful build.
CPU: Intel(R) Core(TM)2 Duo CPU T7500
OS: Linux Ubuntu 10.10, GCC 4.4.5
GNU ld (GNU Binutils for Ubuntu) 2.20.51-system.20100908
Cuda compilation tools, release 3.2, V0.2.1221
Code: Select all
./configure --enable-gpu --with-gpu-prefix=/usr/local/cuda
and the subsequent
Code: Select all
make
the compilation process stops with error:
Code: Select all
[omissis]/abinit-6.4.1/src/68_recursion/first_rec.F90:234: undefined reference to `xsum_mpi_'
[omissis]/abinit-6.4.1/src/68_recursion/first_rec.F90:235: undefined reference to `xsum_mpi_'
collect2: ld returned 1 exit status
make[3]: *** [abinit] Errore 1
A different run with a plain configuration, i.e.
Code: Select all
./configure
CPU: Intel(R) Core(TM)2 Duo CPU T7500
OS: Linux Ubuntu 10.10, GCC 4.4.5
GNU ld (GNU Binutils for Ubuntu) 2.20.51-system.20100908
Cuda compilation tools, release 3.2, V0.2.1221