The configuration was:
----------------------
 Computer                  Dual core AMD Athlon X2 4600+ (1 GHz)
 Memory size               1 GB
 Compiler version          Intel ifort 9.1.036
 Compiler options          -O3 -openmp
 Operating System version  SuSE 10.1 Linux 2.6.16.13-4-smp x86_64 kernel
 
 Problems:
 ---------
 For programs 'mod1b', 'mod2ci', 'mod2cr', and 'mod2d' there were memory
 allocation problems: above a certain problem size the program is aborted
 with a memory fault. In practice this means that of program 'mod1b' no
 case at all could be run, while for programs 'mod2ci', 'mod2cr', and 'mod2d'
 some of the smaller cases are run. Also for a number of cases where 'mod2d'
 did run, the result did not pass the correctness test.
 
 Remarks:
 --------
 The programs were run with 1 and 2 OpenMP threads. In many cases the 2-threads
 results are noticeably better than the 1-thread results, indicating that the
 parallelisation overhead is not too bad.
