Hi WRF forum
I am trying to compile WRF4.4 (with chemistry) with new variables added in Registry/Registry.EM_COMMON.
But I get Segmentation fault from tools/registry during a compilation.
New variables were already tested and used in WRF v3 without problem.
Apparently the number of variables in Registry seems to go over some threshold.
To check this I only added the half of new variables (randomly selected). It did not segfault.
I also turned off chemistry (WRF_CHEM=0) with all new variables added in Registry.EM_COMMON, and it did not segfault either.
I tested it with two different versions of intel compilers and one gfortran compiler on two different machines. The results are always the same.
ulimit -s unlimited is also done.
Does anyone know if there is a limit for the number of variables in Registry and if so, how to change it to add more variables in Registry.EM_COMMON?
Thank you
Tatsuo
I am trying to compile WRF4.4 (with chemistry) with new variables added in Registry/Registry.EM_COMMON.
But I get Segmentation fault from tools/registry during a compilation.
New variables were already tested and used in WRF v3 without problem.
Apparently the number of variables in Registry seems to go over some threshold.
To check this I only added the half of new variables (randomly selected). It did not segfault.
I also turned off chemistry (WRF_CHEM=0) with all new variables added in Registry.EM_COMMON, and it did not segfault either.
I tested it with two different versions of intel compilers and one gfortran compiler on two different machines. The results are always the same.
ulimit -s unlimited is also done.
Does anyone know if there is a limit for the number of variables in Registry and if so, how to change it to add more variables in Registry.EM_COMMON?
Thank you
Tatsuo