Page 1 of 1

Cannot locate GSR files after DOS calculations

Posted: Sun Jun 21, 2020 7:57 pm
by rygrim1
Hello Abinit users,

I'm an undergrad researcher trying to use AbiPy to help with DOS plots but my jobs never seem to produce the necessary GSR.nc files to run the abiopen or abicomp scripts. I tried to reproduce the results in basic tutorial 3 and my calculations were fine but again no GSR files were produced. Am I missing something very simple? I'm running Abinit 8.10.3 (MPI version).

Re: Cannot locate GSR files after DOS calculations

Posted: Thu Jul 02, 2020 2:41 am
by gmatteo
Very likely you didn't activate support for netcdf while configuring the package

For the AbiPy documentation: https://github.com/abinit/abipy#about
Note that the majority of the post-processing tools available in AbiPy require output files in netcdf format so we strongly suggest to compile Abinit with netcdf support (use --with-trio-flavor="netcdf" at configure time to activate the internal netcdf library, to link Abinit against an external netcdf library please consult the configuration examples provided by abiconfig).