In general, the output/error from a compilation can be moved to a file as follow.
make &> compiler_message.txt
In VASP, you can get this by
make all &> compiler_message.txt
make &> compiler_message.txt
In VASP, you can get this by
make all &> compiler_message.txt
No comments:
Post a Comment