Search found 13 matches

by marco.digennaro
Thu Nov 26, 2020 1:31 pm
Forum: Ground state
Topic: scf convergence issue: isolated systems in PBE + halogen elements
Replies: 1
Views: 7175

scf convergence issue: isolated systems in PBE + halogen elements

Good morning, I am testing the convergence of a few isolated systems and I find problems in converging systems containing very electronegative elements. I am varying ecut and acell only, pseudo is PBE and kpt is always 1. Most of the molecules converge fine, but it becomes more difficult the more I ...
by marco.digennaro
Wed Apr 26, 2017 1:56 pm
Forum: Ground state
Topic: How to run ABINIT on multiple GPU cards
Replies: 4
Views: 5089

Re: How to run ABINIT on multiple GPU cards

Hey all,

we have managed to compile gpu with openmp on a XCray machine.
Is there any benchmark for abinit 8.2 we can use to test our compilation?

thanks a lot
m.
by marco.digennaro
Tue Oct 18, 2016 6:29 pm
Forum: Configuring and compiling ABINIT
Topic: Fortran error in 17_libtetra_ext
Replies: 1
Views: 2926

Fortran error in 17_libtetra_ext

Dear everybody, I am trying to install Abinit v8 on one CSCS machines: Piz Dora (m) I am testing two options, one is with the local cray compiler PrgEnv-cray and the other one is with PrgEnv-intel (as suggested on m) With the PrgEnv-intel there is no problem in configuration, but then when I run abi...
by marco.digennaro
Tue Oct 04, 2016 3:23 pm
Forum: Configuring and compiling ABINIT
Topic: Issue Regarding Parallel Installation of Abinit 8.0.7
Replies: 6
Views: 10040

Re: Issue Regarding Parallel Installation of Abinit 8.0.7

Thanks Jean Michel,

that is absolutely right. But the warning regarding netcdf is still there.

BR
by marco.digennaro
Mon Oct 03, 2016 2:39 pm
Forum: Configuring and compiling ABINIT
Topic: Issue Regarding Parallel Installation of Abinit 8.0.7
Replies: 6
Views: 10040

Re: Issue Regarding Parallel Installation of Abinit 8.0.7

Hi guys, I actually have the same problem. Even though parallelism is there (cpu time different for different mpi runs), I get these two warning messages: --- !WARNING src_file: m_nctk.F90 src_line: 526 message: | Strange, netcdf seems to support MPI-IO but: NetCDF: Not a valid ID ... --- !WARNING s...
by marco.digennaro
Mon Aug 15, 2016 12:04 pm
Forum: Link to other codes
Topic: How to use ABIPY?
Replies: 1
Views: 4428

Re: How to use ABIPY?

by marco.digennaro
Fri Aug 12, 2016 5:32 pm
Forum: Ground state
Topic: Running optimization and EBS in same run (different dataset)
Replies: 0
Views: 1892

Running optimization and EBS in same run (different dataset)

Dear all, I am now running a calculation (quite basic primitive Bcc iron), and want to calculate, say, EBS. Normally, I would run the optimization (OPT) first and once finished use the optimized lattice parameter in a second run with 2 dataset (GS+EBS). Is there a way to do it in the same run? If yo...
by marco.digennaro
Tue Aug 09, 2016 9:53 am
Forum: Configuring and compiling ABINIT
Topic: problem for install abinit 8.0.8 [SOLVED]
Replies: 11
Views: 14645

Re: problem for install abinit 8.0.8 [SOLVED]

Touche' It now indeed works. The only difference I can say wrt your output is: * LINALG flavor = netlib-fallback (libs: ignored) instead of: * LINALG flavor = atlas (libs: user-defined) I have no idea if this could lead to problems in the future. BTW also the compliation went through. Thanks a lot MDG
by marco.digennaro
Mon Aug 08, 2016 12:17 pm
Forum: Configuring and compiling ABINIT
Topic: problem for install abinit 8.0.8 [SOLVED]
Replies: 11
Views: 14645

Re: problem for install abinit 8.0.8 [SOLVED]

thank you, the dpkg.in is now here. I inserted the << with_netcdf_incs="-I/usr/include" >> line to my .ac file. I also included the compilers: >> FC=/usr/bin/mpif90 >> CC=/usr/bin/mpicc >> CXX=/usr/bin/mpicc but still, the configuration crashes with the following error message. checking fo...
by marco.digennaro
Fri Aug 05, 2016 6:16 pm
Forum: Configuring and compiling ABINIT
Topic: configure error on 7.3.3 [SOLVED]
Replies: 11
Views: 16471

Re: configure error on 7.3.3 [SOLVED]

Dear everybody, different machine, same problem. This is my file.ac: ==== prefix="/usr/lib/gcc" enable_mpi="yes" enable_mpi_io="yes" with_mpi_prefix="/usr" with_trio_flavor="netcdf+etsf_io" with_netcdf_incs="-I/usr/include" with_netcdf_libs...
by marco.digennaro
Fri Aug 05, 2016 10:12 am
Forum: Configuring and compiling ABINIT
Topic: problem for install abinit 8.0.8 [SOLVED]
Replies: 11
Views: 14645

Re: problem for install abinit 8.0.8 [SOLVED]

Absolutely: - Ubuntu 16.04 - dpkg --list (see attachment) - cat .abinit/build/ubuntu.ac prefix="/usr/local" enable_mpi="yes" enable_mpi_io="yes" with_mpi_prefix="/usr" with_netcdf_incs="-I/usr/include" with_netcdf_libs="-L/usr/lib64 -lnetcdf -ln...
by marco.digennaro
Thu Aug 04, 2016 3:23 pm
Forum: Configuring and compiling ABINIT
Topic: problem for install abinit 8.0.8 [SOLVED]
Replies: 11
Views: 14645

Re: problem for install abinit 8.0.8 [SOLVED]

Dear all, I have gone through the configuration fine, but I have problem on the make part. It's abinit 8 on a ubuntu 16 machine The problem is an undefined reference to `sfftw_execute_dft_' in src/52_fft_mpi_noabirule m_fftw3.F90:3246 Below you can find the lasts few lines on my terminal Thanks in a...
by marco.digennaro
Mon Jul 04, 2016 4:29 pm
Forum: Configuring and compiling ABINIT
Topic: configure error on 7.3.3 [SOLVED]
Replies: 11
Views: 16471

Re: configure error on 7.3.3 [SOLVED]

Dear everybody, I keep having the same problem over and over again, as I try to install abinit on different machines (large clusters mainly). Generally, is there a command to know which compiler a machine prefers? Specifically I am installing ver8 on Zenobe with the following characteristic (copy an...