NetCDF: NC_MAX_VARS

Various technical topics such as parallelism and efficiency, netCDF problems, the Yambo code structure itself, are posted here.

Moderators: Davide Sangalli, andrea.ferretti, myrta gruning, andrea marini, Daniele Varsano, Conor Hogan, Nicola Spallanzani

Post Reply
mdvorak
Posts: 15
Joined: Tue Apr 19, 2011 6:27 am

NetCDF: NC_MAX_VARS

Post by mdvorak » Fri Oct 28, 2011 7:41 pm

Hi,
I have run into a NetCDF problem as I increased the number of k points. The last few lines of my log file are:

<10m-04s> P23: BSK |##### | [028%] 08m-29s(E) 29m-43s(X)


<13m-17s> P01: BSK |####### | [035%] 11m-48s(E) 33m-03s(X)
P01: [ERROR] STOP signal received while in :[07.01] Main loop
P01: [ERROR][NetCDF] NetCDF: NC_MAX_VARS exceeded


I have overrun some limit in NetCDF. Am I using too many k points?

Thanks,
Marc Dvorak
Marc Dvorak, PhD student
Physics Department
Colorado School of Mines

User avatar
andrea marini
Posts: 325
Joined: Mon Mar 16, 2009 4:27 pm
Contact:

Re: NetCDF: NC_MAX_VARS

Post by andrea marini » Fri Oct 28, 2011 8:37 pm

Try running with the -S option. The code will fragment the BS database reducing the number of VARS.

Andrea
Andrea MARINI
Istituto di Struttura della Materia, CNR, (Italy)

User avatar
myrta gruning
Posts: 240
Joined: Tue Mar 17, 2009 11:38 am
Contact:

Re: NetCDF: NC_MAX_VARS

Post by myrta gruning » Mon Oct 31, 2011 10:39 am

mdvorak wrote:Am I using too many k points?
How many?
The MAX_VARS limit is 8192 if I remember properly.

m
Dr Myrta Grüning
School of Mathematics and Physics
Queen's University Belfast - Northern Ireland

http://www.researcherid.com/rid/B-1515-2009

Post Reply