In the new version of Abinit (here 7.6.0 but also in 7.5.4) there is a problem while compiling Abinit:
Code: Select all
! LaTeX Error: File `revtex4-1.cls' not found.
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on conductivity_paw_manu.log.
make[1]: *** [conductivity_paw_manu.pdf] Erreur 1
This error occurs on all our clusters because the clusters have latex but not the APS style file "revtex4-1.cls".
For the moment, the workaround is to go into Makefile:
ligne 781
- SUBDIRS = fallbacks src bindings doc tests
+ SUBDIRS = fallbacks src bindings tests
This avoid to compile the documentation ....