Search found 7 matches

by pomax
Tue Aug 18, 2020 5:00 pm
Forum: Configuring and compiling ABINIT
Topic: Abinit 9.0.4, linalg segfault on cluster [SOLVED]
Replies: 2
Views: 4432

Re: Abinit 9.0.4, linalg segfault on cluster [SOLVED]

Thanks for the quick reply.
You are right, It looks like I was just missing intel64 at the end my library path.
Everything seems to works fine now.

Best regards,
Olivier
by pomax
Mon Aug 17, 2020 5:41 pm
Forum: Configuring and compiling ABINIT
Topic: Abinit 9.0.4, linalg segfault on cluster [SOLVED]
Replies: 2
Views: 4432

Abinit 9.0.4, linalg segfault on cluster [SOLVED]

Hello everybody, I am trying to compile the git version abinit 9.0.4 on the cluster beluga. I am able to configure, make and install. I can ask abinit --version or abinit --build. However, whenever I try to start a simulation, I get a Segmentation fault inside the linalg module even while using 1 pr...
by pomax
Tue Jul 30, 2019 3:44 pm
Forum: Configuring and compiling ABINIT
Topic: Error message in compiling 8.8.1 [SOLVED]
Replies: 4
Views: 6872

Re: Error message in compiling 8.8.1 [SOLVED]

Hi, I'm a bit late but I guess it could help others if I post my solution. I've had a similar error during make on version 8.11.8 because my gfortran version was lower than 5 (I had 4.8). I am on Centos7 so I had to install devtools-7 then install gfortran-7. The installation seems to work, still go...
by pomax
Fri Jun 14, 2019 8:58 pm
Forum: Ground state
Topic: Convergence of SCF cycle gets worse and worse
Replies: 5
Views: 4082

Re: Convergence of SCF cycle gets worse and worse

Hi jhr031, I don't know exactly why the diffor is suddenly increasing. First, you should do relaxation if you haven't done it yet on your structure. If it doesn't solve it, it may be because you're trying to converge on a degenerate bands which cause instability. I would recommend increasing the num...
by pomax
Thu Jun 06, 2019 4:06 pm
Forum: Ground state
Topic: Convergence of SCF cycle gets worse and worse
Replies: 5
Views: 4082

Re: Convergence of SCF cycle gets worse and worse

This is probably your problem. You will need to increase it when you're working on a metal. The default value is correct for most insulators. The pseudopotential you use will consider two types of electrons : core electron and valence electron. The core electron are considered stable while the valen...
by pomax
Wed Jun 05, 2019 7:06 pm
Forum: Ground state
Topic: Convergence of SCF cycle gets worse and worse
Replies: 5
Views: 4082

Re: Convergence of SCF cycle gets worse and worse

Hi jhr0311,
What is the value of nband, tsmear and occopt used? I previously had problem with convergence because my nband was too low in a metallic structure.

Cordially, Olivier
by pomax
Wed Jun 05, 2019 5:45 pm
Forum: Other tools and postprocessing in ABINIT
Topic: Convergence problem
Replies: 13
Views: 17008

Re: Convergence problem

Hi jlwindy, I also had problem to converge a DFPT simulation. I had a metal so I needed to use tsmear and nband. I've optimized tsmear with numerous calculation to get a convergence from e-9 to e-13 using nstep=200. Then, I changed the value of nband from 42(I had 29 occupied band) to 72. I've got a...