Search found 5 matches

by ziye
Wed Aug 14, 2019 4:29 am
Forum: Configuring and compiling ABINIT
Topic: abinit8.10.3 tests [v8][t57] failed
Replies: 5
Views: 3692

Re: abinit8.10.3 tests [v8][t57] failed

Dear Ziye, Quick response before looking in more details tomorrow, but you have to compile the fortran netcdf too and link to it. Putting the path of your netcdf installation with --with-netcdf-includes= and --with-netcdf-libs= is the correct way as you did... Best wishes, Eric Dear Eric, Hi, I jus...
by ziye
Tue Aug 06, 2019 4:23 am
Forum: Configuring and compiling ABINIT
Topic: abinit8.10.3 tests [v8][t57] failed
Replies: 5
Views: 3692

Re: abinit8.10.3 tests [v8][t57] failed

Dear Ziye, This looks strange indeed. Could you send us your config.log file in the first case (I mean, without specifying the path for netcdf, which should be downloaded automatically if you are connected to internet and should be the best option). Best wishes, Eric Dear Eric, Thanks for your repl...
by ziye
Fri Aug 02, 2019 11:48 am
Forum: Configuring and compiling ABINIT
Topic: abinit8.10.3 tests [v8][t57] failed
Replies: 5
Views: 3692

abinit8.10.3 tests [v8][t57] failed

Hello everyone, I installed abinit 8.10.3 by following commands: ./configure --enable-netcdf --prefix=/xx/xx make make install I have already put the PATH and LD_LIBRARY_PATH of the netcdf package in my bashrc file. So I guess this could work. But when I ran the tests: ./runtests.py -j4, it reported...
by ziye
Tue May 14, 2019 5:59 am
Forum: Configuring and compiling ABINIT
Topic: [Linux+GPU]abinit8.10.2 make fails with error
Replies: 3
Views: 3359

Re: [Linux+GPU]abinit8.10.2 make fails with error

admin wrote:Hi,

GPU / CUDA functionality works again in version 8.10.3 ( cuda 10.x, MAGMA 2.5 , tested with K40c, Titan V( volta)))

coming soon...

jmb


Hi, thanks for your reply. Do you mean that abinit-8.10.2 does not support GPU/CUDA version currently?

Wish you have a nice day!
Best regards,
Ziye
by ziye
Thu May 09, 2019 10:58 am
Forum: Configuring and compiling ABINIT
Topic: [Linux+GPU]abinit8.10.2 make fails with error
Replies: 3
Views: 3359

[Linux+GPU]abinit8.10.2 make fails with error

Hello dear everyone, I am trying to compile GPU version of abinit-8.10.2 with this configuration: ./configure --enable-mpi='yes' FC=mpif90 CC=mpicc FCFLAGS="-O2" CUDA_ROOT="/ usr/local/cuda" NVCC="$CUDA_ROOT/bin/nvcc" PWDloc=`echo $PWD` --enable-gpu='yes' --with-gpu-fla...