Search found 7 matches

by jun1234
Fri Nov 30, 2018 7:54 pm
Forum: Configuring and compiling ABINIT
Topic: [Linux+gpu] Abinit 8.10.1 Linking fails with error [SOLVED]
Replies: 2
Views: 4057

Re: [Linux+gpu] Abinit 8.10.1 Linking fails with error [SOLVED]

I think you should add "-lstdc++" to --with-gpu-libs, because cuda runtime libraries need libstdc++ but fortran compiler doesn't know how to link it. (so, your --with-gpu-libs looks like this: --with-gpu-libs="-L/opt/cuda/lib64 -lcublas -lcufft -lcudart -lstdc++") Best regard, Ju...
by jun1234
Fri Nov 02, 2018 4:56 am
Forum: Configuring and compiling ABINIT
Topic: compile abinit ~8.10.1 fail with gfortran 7.3.0 + openmpi3 [SOLVED]
Replies: 1
Views: 4443

compile abinit ~8.10.1 fail with gfortran 7.3.0 + openmpi3 [SOLVED]

Since gcc 7.3.0 is default compiler in Ubuntu 18.04, I compile abinit with gcc 7.3.0 then, I got this error message. mpif90 -DHAVE_CONFIG_H -I. -I../.. -I../../src/41_xc_lowlevel -I../../src/41_xc_lowlevel -I../../src/incs -I../../src/incs -I/home/list1331/Downloads/abinit-8.10.1/fallbacks/exports/i...
by jun1234
Tue Oct 16, 2018 5:05 pm
Forum: Configuring and compiling ABINIT
Topic: compile abinit 8.8.4 with levmar 2.6
Replies: 2
Views: 2802

Re: compile abinit 8.8.4 with levmar 2.6

I got this error message. " ../../../src/02_clib/calling_levmar.c:221:11: error: too few arguments to function ‘dlevmar_bc_dif’ ret=dlevmar_bc_dif(dre_and_im_screening, coeffs, yvals, c_ncoeffs, c_nvals, \ ^~~~~~~~~~~~~~ " When I check levmar.h and compare it to calling_levmar.c, I found p...
by jun1234
Sat Oct 13, 2018 3:04 pm
Forum: Configuring and compiling ABINIT
Topic: compile abinit 8.8.4 with levmar 2.6
Replies: 2
Views: 2802

compile abinit 8.8.4 with levmar 2.6

When I compile abinit 8.8.4 with levmar 2.6, I got some error message about calling_levmar.c and build fail. So, I modify calling_levmar.c. ret=dlevmar_bc_dif(dre_and_im_screening, coeffs, yvals, c_ncoeffs, c_nvals, lower_bounds, upper_bounds, 1000, opts, info, NULL, NULL, (void *)&adata); // Bo...
by jun1234
Wed Sep 12, 2018 11:54 am
Forum: Configuring and compiling ABINIT
Topic: Is bigdft missing? [SOLVED]
Replies: 2
Views: 4695

Re: Is bigdft missing? [SOLVED]

Now bigdft fallback is working. Thank you.
by jun1234
Thu Aug 23, 2018 10:23 am
Forum: Configuring and compiling ABINIT
Topic: Is bigdft missing? [SOLVED]
Replies: 2
Views: 4695

Re: Is bigdft missing? [SOLVED]

OR Could I use abinit 8.2.3 with bigdft 1.7.6?
(bigdft 1.7.1(with bigdft launchpad) and bigdft 1.7.5 never works)
(I couldn't because of different api.)
by jun1234
Wed Aug 22, 2018 4:23 pm
Forum: Configuring and compiling ABINIT
Topic: Is bigdft missing? [SOLVED]
Replies: 2
Views: 4695

Is bigdft missing? [SOLVED]

When I configuring abinit --with-dft-flavor=atompaw+libxc+wannier90+bigdft I got this error message. ******************************************* configure: downloading BIGDFT - this may take a while configure: error: could not download BIGDFT fallback tarball Disable support for BIGDFT or download t...