Auto-parallelised run of Single-CPU codes using the compiler flags:
 -Os -i,U,L -parallel.
Remarks:
- mod1e: assessing the accuracy of intrinsic functions: This
         program has not been executed as this was was already done in
	 single processor mode and found to be OK.
- mod2d: computation of a dense eigenvalue problem.
         For problem sizes 200 <= N <= 750 the result is erronous.
	 For N > 750 we get the message: KCHF911R memory allocation error.
- mod2i: Note the performance of this Quicksort algorithm. Integer and
         Double Precision arrays are sorted at equal speed.
