log file

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
bahaar
Posts: 30
Joined: Mon Apr 18, 2011 9:18 am

log file

Post by bahaar » Wed Oct 12, 2011 5:56 pm

Hi
I use the v.6.6.3 of abinit installed on windows and use the abinit<ab.files command to run the code. when i use abinit<ab.files&log command, cod runs as well but no log file appears in the output.
What's wrong?
thanks.

User avatar
jbeuken
Posts: 365
Joined: Tue Aug 18, 2009 9:24 pm
Contact:

Re: log file

Post by jbeuken » Wed Oct 12, 2011 8:11 pm

Hi,

I use the v.6.6.3 of abinit installed on windows and use the abinit<ab.files command to run the code. when i use abinit<ab.files&log command, cod runs as well but no log file appears in the output.


and with

Code: Select all

abinit < ab.files >& log


jmb
------
Jean-Michel Beuken
Computer Scientist

bahaar
Posts: 30
Joined: Mon Apr 18, 2011 9:18 am

Re: log file

Post by bahaar » Thu Oct 13, 2011 8:39 pm

Dear
The two command ''abinit < ab.files >'' and ''abinit < ab.files >& log'' don't work.I use this command ''abinit < ab.files '' to perform code.
thanks.

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

Re: log file

Post by pouillon » Fri Oct 14, 2011 12:21 pm

You can also use:

Code: Select all

abinit < ab.files > log 2>&1
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain

bahaar
Posts: 30
Joined: Mon Apr 18, 2011 9:18 am

Re: log file

Post by bahaar » Fri Oct 14, 2011 8:48 pm

Hello
Thanks very much. It now work and log file appeare in output. In fact my wrong was that i didn't keep space accurately.
Thanks.

Locked