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

Reason for the Maximum index for Augmentation-charges (SET IRDMAX)" error in OUTCAR file: VASP Calculation.

 "The Maximum index for Augmentation-charges (SET IRDMAX)" error is most-likely due to parallelization issues.  To check this, try...