Changes between Version 13 and Version 14 of Orio


Ignore:
Timestamp:
06/11/08 03:43:40 (15 years ago)
Author:
hartono
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Orio

    v13 v14  
    88 
    99[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. 
    1014 
    1115== Quick Installation == 
     
    2125}}} 
    2226 
    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. 
     27On 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. 
    2428 
    2529To test whether Orio has been properly installed in your system, try to execute `orcc` command as given below as an example. 
     
    5559 
    5660== Documentations == 
     61 
    5762 1. [wiki:Orio/CodeTransform Using the Code Transformation Modules] 
    58  1. [wiki:Orio/PerfTuner Using the Empirical 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] 
    6065 1. [wiki:Orio/PerfStudy Performance Study] 
    6166