Ignore:
Timestamp:
May 18, 2006, 3:08:06 PM (18 years ago)
Author:
jack
Message:

documentation update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/parallel/documentation/parallel.tex

    r2906 r2911  
    251251
    252252\section{Running the Code}
    253 
    254 JACK: DESCRIBE HOW TO COMPILE METIS
    255 \subsection{Compilation}
    256 Building the Pymetis wrapper is done using Make, but there is
    257 variation depening on the host system type. Under most types of Linux,
    258 simply running \verb|make| will work. Under x86\_64 versions of Linux,
    259 the command is \verb|make COPTIONS="-fPIC"|. Finally, under windows,
    260 the command is \verb|make for_win32|. For a sanity check, a simple
    261 PyUnit test is provided, called test\_metis.py .
     253\subsection{Compiling Pymetis and Metis}
     254Building the Pymetis wrapper is done using Make, but there are variations
     255depening on the host system type. Under most types of Linux, simply running
     256\verb|make| will work. Under x86\_64 versions of Linux, the command is
     257\verb|make COPTIONS="-fPIC"|. Finally, under windows, the command is
     258\verb|make for_win32|. For a sanity check, a simple PyUnit test is provided,
     259called test\_metis.py . A metis 4.0 source tree is expected to exist in the
     260metis-4.0 subdirectory and is automatically built by the makefile.
Note: See TracChangeset for help on using the changeset viewer.