just in case anybody is getting annoyed by the IEEE floating point exceptions (such as IEEE_INVALID_FLAG IEEE_UNDERFLOW_FLAG and so on) that are produced by gfortran >4.8:
Add -ffpe-summary=none to your compiler flags in make.inc to get rid of them. They do not mean that the code is running improperly.
Happy computing!
Markus
Last edit: Markus 2016-08-03
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
just in case anybody is getting annoyed by the IEEE floating point exceptions (such as IEEE_INVALID_FLAG IEEE_UNDERFLOW_FLAG and so on) that are produced by gfortran >4.8:
Add -ffpe-summary=none to your compiler flags in make.inc to get rid of them. They do not mean that the code is running improperly.
Happy computing!
Markus
Last edit: Markus 2016-08-03