Changes between Version 13 and Version 14 of Orio
- Timestamp:
- 06/11/08 03:43:40 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Orio
v13 v14 8 8 9 9 [http://www-unix.mcs.anl.gov/~hartono/orio/downloads/orio-0.0.1.tar.gz Orio 0.0.1 (Alpha)] 10 11 == Requirements == 12 13 [http://www.python.org/download/ Python 2.5.1] (or any later version), which is already available in any Linux/Unix distribution. 10 14 11 15 == Quick Installation == … … 21 25 }}} 22 26 23 On a Unix platform, the above `install` command will put an `orcc` script in the `/usr/bin` location, and also create an `orio` module directory in the `/usr/lib/python2.X/site-packages` location.27 On a Unix platform, the above `install` command will normally put an `orcc` script in the `/usr/bin` location, and also create an `orio` module directory in the `/usr/lib/python2.X/site-packages` location. 24 28 25 29 To test whether Orio has been properly installed in your system, try to execute `orcc` command as given below as an example. … … 55 59 56 60 == Documentations == 61 57 62 1. [wiki:Orio/CodeTransform Using the Code Transformation Modules] 58 1. [wiki:Orio/PerfTuner Using theEmpirical Performance Tuner]59 1. [wiki:Orio/ExtendOrio Extending Orio with New Code Transformation Modules]63 1. [wiki:Orio/PerfTuner Using Empirical Performance Tuner] 64 1. [wiki:Orio/ExtendOrio Extending Orio] 60 65 1. [wiki:Orio/PerfStudy Performance Study] 61 66