Changes between Version 26 and Version 27 of MPI

Show
Ignore:
Timestamp:
10/24/06 09:43:15 (7 years ago)
Author:
leo (IP: 220.147.137.126)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MPI

    v26 v27  
    55 * [http://subversion.tigris.org/ Subversion] repository: http://www.xerial.org/svn/project/sandbox/trunk/pdp 
    66   * username: anonymous, pass: (empty) 
    7  * This codes use [http://boost.org/ Boost C++ Library] and [http://antlr.org ANTLR Parser Generator]. 
     7 * To build & run these codes, you require [http://boost.org/ Boost C++ Library] and [http://antlr.org ANTLR Parser Generator]. 
    88 === How To Build === 
    99 * In Windows, it requies Visual Studio C++ 2003 (or newer version): 
    1010   * Install [http://www-unix.mcs.anl.gov/mpi/mpich2/index.htm MPICH2] 
    11    * Download archive and build [http://boost.org Boost C++ Library] 
     11   * Download [http://boost.org Boost C++ Library] and build it. 
    1212     * [http://www.kmonos.net/alang/boost/ Here] is a good explanation of the build steps probided by Inaba-kun  
    1313   * Add $(MPICH2_INSTALL_PATH)/include and $(BOOST_INSTALL_PATH)/include/boost_1_3X_X to Options -> Projects -> VC++ Directories -> Include files.