Run of OpenMP codes using the compiler flags:
 -Os -i,U,L -parallel -omp
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 <= 900 the result is erronous.
         For N > 900 we get the message:
	 KCHF911R memory allocation error occurs.
         system call name is [malloc]. errno is [12].
         errno message is [Not enough space].
         size is [80200016] byte.
         0x10064de8  hf_err+0x7c0
         0x1007672c  _hf_autoalloc+0x344
         0x10005f20  dsyevd_f90+0xe40
         0x100037cc  check+0x3f8
         0x10002ecc  mod2d+0x2980
         0x101416a8  ._call_on_stack+0x48
         0x10000408  __start+0x148
         Hangup
- mod2i: Note the performance of this Quicksort algorithm. Integer and
         Double Precision arrays are sorted at equal speed (actually the 
	 Double Precision sort is marginally faster).
 
