Skip to content

Bug in testsuite

In both

/home/jonas/Programs/ALF/testsuite/Prog.tests/10-Op-mmultL.F90 line 106

and

/home/jonas/Programs/ALF/testsuite/Prog.tests/11-Op-mmultR.F90 line 102

Op%P doesn't get initialized for the second part of the test and defaults of all zeros. Miraculously, this didn't cause any failed tests so far. In job #198713, the test were compiled with -fcheck=all and the illegal access of index 0 was detected Index '0' of dimension 2 of array 'matold' below lower bound of 1. Uncommenting the initialization on the lines above fixes this, see #198734