lesgourg / class_public

Public repository of the Cosmic Linear Anisotropy Solving System (master for the most recent version of the standard code; GW_CLASS to include Cosmic Gravitational Wave Background anisotropies; classnet branch for acceleration with neutral networks; ExoCLASS branch for exotic energy injection; class_matter branch for FFTlog)
220 stars 291 forks source link

write_noninjection segmentation fault #481

Open mtagliazucchi opened 2 years ago

mtagliazucchi commented 2 years ago

I've tried the following .ini input file attached here below, but "write_noninjection = yes" gives a "segmentation fault" error.

Has someone already faced these problems? spectral_disto00_parameters.zip

EDIT:

After some debugging I've found the problem regarding the segmentation fault for write_noninjection in "output.c", line 1332, if i replace pin->z_size with pni->z_size there's no more segementation fault but the output is weird.