Changes between Version 19 and Version 20 of AnugaParallel


Ignore:
Timestamp:
Jan 11, 2012, 9:18:58 PM (13 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnugaParallel

    v19 v20  
    121121Follow the instructions in README to install. Essentially just run make.
    122122
    123 If you have a 64 bit machine run
    124 
    125 {{{
    126 make COPTIONS="-fPIC"
    127 }}}
    128 
    129 From the pymetis directory, test using test_all.py, ie
     123From the pymetis diectory run
     124
     125{{{
     126make
     127}}}
     128
     129From the pymetis directory, test using test_all.py, i.e. run
    130130
    131131{{{