Performance test is looking better with a new raid controlller.. hopefully should speed up my 13.3 trillion calculation by quite a bit I hope:

Code:
Sequential Write:         1.59 GB/s
Sequential Read:          1.77 GB/s
Threshold Strided Write:   864 MB/s
Threshold Strided Read:    881 MB/s

Overlapped VST-I/O Ratio: 0.779955

Notes:

  - The overall I/O speed is unable to keep up with the CPU(s).
    The I/O throughput is 1.28213x slower than the CPU throughput.
    Large computations will be significantly slowed down by disk access.
    I/O bandwidth can be increased in a number of ways:
      - Add more drives in parallel. This is the obvious way.
        Many machines have 4 or more drives just to run this program!
      - Defragment the drives.
      - Use empty drives. Empty and freshly formatted drives perform best.

  - Your threshold non-sequential I/O bandwidth is very high.
    This may cause sub-optimal algorithm selection for large computations.
    The optimal ratio between sequential/non-sequential I/O is about 3 to 1.
    It is recommended to decrease the "Min I/O Size" setting and re-run
    this benchmark.
I lol'd a bit during the sequential read test for a while it was > 2 GB/sec and I saw what I think is an easter egg =)
Code:
Sequential Read:          2.01 GB/s  WTF?!?!
The WTF?!?! was in blue.