The Fortran, C and C++ compilers on Velocity generally do a very good job of producing efficient code.
Keys to performance:
- Use appropriate optimization flag
- Make use of other optimization options
- Select architectural specific options
Recommendations for the use of these options are given in the
Single Processor Performance Considerations module.