Automatic Vectorization can optimize your program. Vectorization is a compiler optimization that issues vector instructions to the vector data. The vector data represents an orderly arranged scalar data sequence such as a line, column, or diagonal of a matrix. The SX system processor provides abundant instructions that can execute multiple operations on vector data simultaneously through " vector instruction".
 

If you want to get the best out of SX-ACE, it is best to understand vectorization.
 

This page is under construction. But we have manual about Vectorization . Please see the following page.
 

Manual(authentication required)

FORTRAN90/SX ProgrammersGuide[PDF]
C++/SX ProgrammersGuide[PDF]