Dear Soumyajyoti,
I cannot see any mistake in your input.
The only think I can see that can cause problem is:
try to replace with:
Beside that, even if not all related with the seg. fault:
1) 10000 random Q points are quite few (you can see also in the report when comparing the volume of Bz)
2) X_all_q_CPU= "4 1 4 8" I would avoid parallelization on "q", the calculation results quite unbalanced (we are working on that)
3) BS_CPU= "16 1 8" , try to parallelize on K the most possible, next on eh
4) BSE bands: quite large number of bands, You will have a huge excitonic matrix, did you check that it is needed? If I'm not wrong Nc*Nv*Nk=32*24*2601~2 Millions, I'm not sure this is manageable.
5) BndsRnXs: Bands in \chi have to fulfill a closure relation, it is safer to include all the occupied bands.
Try to change the CUTGeo, if the problem persist we will need to reproduce the error.
And can you also try to see if the code does not stop when removing the rim_cut from the input, to be sure that the problem is in the building of the cutoff potential?
Best,
Daniele