Sunday, 24 March 2019

Move compiler error to a file

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

No comments:

Post a Comment