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.
log file
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.
Re: log file
Hi,
and with
jmb
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
Jean-Michel Beuken
Computer Scientist
Re: log file
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.
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
You can also use:
Code: Select all
abinit < ab.files > log 2>&1
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain
Simune Atomistics
Donostia-San Sebastián, Spain
Re: log file
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.
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.