I am running Yambo SHG to reproduce the AlAs SHG example by using Abinit 9.4.1.
I compiled Abinit 9.4.1 with two options,
Code: Select all
-enable-netcdf-default and --enable-mpi-io.
Code: Select all
AlAso_DS2_KSS
AlAso_DS2_WFK
AlAso_OUT
AlAso_OUT.nc
I use a2y from Yambo version of 5.1.0.
When I run command, a2y -F AlAso_DS2_KSS, I got errors,
Code: Select all
<---> A(binit) 2 Y(ambo) [NETCDF format]
<---> Checking input file ...
<---> NETCDF file : AlAso_DS2_KSS
<---> DBs path set to : .
[ERROR] NetCDF: Unknown file format
(1) Should I add another option of
Code: Select all
--with-trio-flavor="netcdf"
(2) Should I add anything in Abinit input file? such as,
Code: Select all
iomod 3
prtkbff 1
AlAso_DS2_KSS.nc? (I got AlAso_DS2_KSS, but NOT AlAso_DS2_KSS.nc).
Thank you very much for your helps.