Ubuntu14.04 Error:
fatal error: linux/videodev.h: No such file or directory
Solution:
sudo apt-get install libv4l-dev
sudo ln -s /usr/include/libv4l1-videodev.h /usr/include/linux/videodev.h
Ubuntu14.04 Error:
fatal error: linux/videodev.h: No such file or directory
Solution:
sudo apt-get install libv4l-dev
sudo ln -s /usr/include/libv4l1-videodev.h /usr/include/linux/videodev.h
Problems computing Cholesky in quantum espresso reports an error
When running a small system, such as graphene of 11 or elemental iron of 11 * 1, QE calculation reports an error:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
stopping ...
After testing, it is found that this error is due to the use of too many kernel computing and small tasks. For example, if you use 32 small tasks such as accounting, such errors will appear
the solution is to use fewer cores for calculation. For example, on Cheng Chao’s machine, the corresponding statement is modified as follows:
#sbatch -- ntasks per node = 32
to
#sbatch -- ntasks per node = 8
** Error: (vlog-13067) Syntax error, unexpected non-printable character.
The reason is that. V file format is UTF-8 encoding. Modelsim supports ANSI. UTF-8 white space characters are not blank. When converting. V to ANSI encoding, you can see the following figure. The white space characters are not blank. Just delete these exceptional white space characters.