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
ABINIT-6.12.3 strange output behavior
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.
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.
ABINIT-6.12.3 strange output behavior
- Attachments
-
- config.log
- (146.26 KiB) Downloaded 275 times
-
- output.log
- (34.4 KiB) Downloaded 294 times
Re: ABINIT-6.12.3 strange output behavior
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
Simune Atomistics
Donostia-San Sebastián, Spain
Re: ABINIT-6.12.3 strange output behavior
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
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
Re: ABINIT-6.12.3 strange output behavior
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
Simune Atomistics
Donostia-San Sebastián, Spain