GW1 Tutorial error

GW, Bethe-Salpeter …

Moderators: maryam.azizi, bruneval

Locked
rogphys
Posts: 6
Joined: Fri Aug 14, 2015 8:43 pm

GW1 Tutorial error

Post by rogphys » Fri Aug 14, 2015 10:27 pm

Hey guys,

The GW tutorial 1 for Abinit 7.10 produces the following error at step 3, if followed exactly:

Code: Select all

--- !ERROR
message: |
    Cannot continue, basic dimensions reported in the header do not agree with input file.
     Check consistency between the content of the external file and the input file.
src_file: Subroutine Unknown
src_line: 0
...


Steps 1, 2, and 9 do run successfully. Everything worked perfectly when I ran this tutorial for Abinit 5.7.3. Perhaps it needs to be upgraded to account for changes in Abinit?

Thanks!

mostafaabd
Posts: 5
Joined: Tue May 31, 2016 12:32 am

Re: GW1 Tutorial error

Post by mostafaabd » Tue May 31, 2016 12:39 am

message: |
Out of memory in chi0
src_file: screening.F90
src_line: 1098
...

#0 0x7F2AA96C0E08
#1 0x11044E8 in __m_errors_MOD_show_backtrace at m_errors.F90:951
#2 0x45DA50 in screening_ at screening.F90:1098
#3 0x41FD64 in driver_ at driver.F90:660
#4 0x4130D6 in MAIN__ at abinit.F90:460

reinaldo-z
Posts: 3
Joined: Tue Mar 03, 2015 7:47 pm

Re: GW1 Tutorial error

Post by reinaldo-z » Wed Sep 07, 2016 1:13 am

This could be happening because the base files produced in step 2 have lower parameters (ecut, bands, etc.) than you are choosing for the 3-8 steps.

Locked