I am trying to install yambo 5.3 on Rocky Linux 9.2 (Blue Onyx), gcc 11.3.1 . I downloaded the tar file from github and used the following commands
make netcdf
make hdf5
make yambo
and got the following error:
Code: Select all
yambo linking failed. Check log/compile_yambo.log
Fatal Error: Cannot open module file ‘devxlib_environment.mod’ for reading at (1): No such file or directory
make: *** [config/mk/global/actions/compile_yambo.mk:43: yambo] Error 1
error #7002: Error in opening the compiled module file. Check INCLUDE paths. [NETCDF]
make: *** [config/mk/global/actions/compile_yambo.mk:43: yambo] Error 1
I have attached the log file here.