Software Issues
•Loop unrolling, inlining, modifying data structure…… •Fortran matrices are stored in Column Major: order of storage a(1,1),a(2,1)..
•Array of structures:
•   Struct AOS{double  x,y,z};
•   AOS Vertex[n];
•