Since the routine (Krylov.c) for the O(
) Krylov subspace method has been optimized using 
   Streaming SIMD Extensions (SSE), the code will be compiled including SSE on default compilation. 
   If your processors do not support SSE, then include '-Dnosse' as compilation option 
   for CC.