ABINIT-6.12.3 strange output behavior

option, parallelism,...

Moderators: fgoudreault, mcote

Forum rules
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Locked
vahid
Posts: 26
Joined: Sat Aug 21, 2010 6:53 pm

ABINIT-6.12.3 strange output behavior

Post by vahid » Mon Aug 06, 2012 7:50 pm

Dear All,

I have compiled ABINIT-6.12.3 using gcc-4.4.3 and openmpi-1.6. There was no compilation error. However, when I run it on tmoldyn_01, in the output log file I get 1) strange characters scattered around such as "?" , "0", "^@", and "^P" and 2) many of the lines (cartesian and reduced coordinates) are jammed together as if the line breaks are missing. I am attaching my config.log file and part of the output.log file from the tmoldyn run which shows this strange behavior.
If anyone knows what might cause these, please let me know.

Thanks,
Vahid
Attachments
config.log
(146.26 KiB) Downloaded 274 times
output.log
(34.4 KiB) Downloaded 293 times

User avatar
pouillon
Posts: 651
Joined: Wed Aug 19, 2009 10:08 am
Location: Spain
Contact:

Re: ABINIT-6.12.3 strange output behavior

Post by pouillon » Tue Aug 07, 2012 3:30 pm

Doing the following before building and running Abinit might help:

Code: Select all

unset LC_COLLATE LC_CTYPE LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME
LANG=C
LC_ALL=C
export LANG LC_ALL
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain

vahid
Posts: 26
Joined: Sat Aug 21, 2010 6:53 pm

Re: ABINIT-6.12.3 strange output behavior

Post by vahid » Tue Aug 07, 2012 8:26 pm

Hi Yann,

I did as you suggested. The abinit run crashed with the following message:

STOP MPIFAKE

So I recompiled the openmpi and abinit using the locale you suggested. There were no errors this time but I have more of those weird characters (now many are highlighted) in the output and the lines are still jammed together. I'll try to see if a different gcc might work.

Thanks,
Vahid

User avatar
pouillon
Posts: 651
Joined: Wed Aug 19, 2009 10:08 am
Location: Spain
Contact:

Re: ABINIT-6.12.3 strange output behavior

Post by pouillon » Wed Aug 08, 2012 11:16 am

vahid wrote:I'll try to see if a different gcc might work.

It could indeed be the locale of GCC or the one of the GLIBC. Thank you for keeping us posted.
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain

Locked