Page 1 of 1

log file

Posted: Wed Oct 12, 2011 5:56 pm
by bahaar
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.

Re: log file

Posted: Wed Oct 12, 2011 8:11 pm
by jbeuken
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

Re: log file

Posted: Thu Oct 13, 2011 8:39 pm
by bahaar
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.

Re: log file

Posted: Fri Oct 14, 2011 12:21 pm
by pouillon
You can also use:

Code: Select all

abinit < ab.files > log 2>&1

Re: log file

Posted: Fri Oct 14, 2011 8:48 pm
by bahaar
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.