Define an appropriate size for MAX_INTRAE_CONTRIBUTORS
Not consistently defined in debugfastergrad due to preliminar calcgradient
implementation.
In debugfastergrad:
#define MAX_INTRAE_CONTRIBUTORS 8192
In master, which is more consistent and scalable:
#define MAX_INTRAE_CONTRIBUTORS MAX_NUM_OF_ATOMS * MAX_NUM_OF_ATOMS