t3x.files and other examples in tutorial 3

Documentation, Web site and code modifications

Moderators: baguetl, routerov

Locked
Ali
Posts: 6
Joined: Thu May 12, 2011 8:01 am

t3x.files and other examples in tutorial 3

Post by Ali » Sun May 15, 2011 11:29 am

Hi,

I have a problem with running tutorial 3 codes. It takes long time and I stop it. It is said in the tutorial that it must take a few seconds to be completed. But it takes long time and never completes. The input file is copied from the source that is said in the tutorial. The log file stopped at line 463 which is "dtsetcopy : copying area nband the actual size ( 2) of the index ( 1) differs from its standard size ( 1)" and the output file stopped after citation "Exchange-correlation functional for the present dataset will be: LDA: new Teter (4/93) with spin-polarized option - ixc=1".

I truly appreciate your time and consideration.

Regards,
Ali
Attachments
log.out
File extension is changed to .out so that it can be uploaded.
(23.78 KiB) Downloaded 340 times
t31.out
(8 KiB) Downloaded 311 times

mverstra
Posts: 655
Joined: Wed Aug 19, 2009 12:01 pm

Re: t3x.files and other examples in tutorial 3

Post by mverstra » Wed May 25, 2011 4:30 pm

We have insufficient information. Please run without redirecting output to the log, give the resulting output, and follow nettiquette.

You should also run under a debugger, e.g.

gdb `which abinit`
gdb> run < t.files
.
.
.

and should stop with more information on the problem.

Matthieu
Matthieu Verstraete
University of Liege, Belgium

Locked