• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision0e7b5871b62f674fe0c5a30432cf02dcfe948a28 (tree)
Time2013-07-12 19:51:09
AuthorMikiya Fujii <mikiya.fujii@gmai...>
CommiterMikiya Fujii

Log Message

README is updated for compiling. #31588

git-svn-id: https://svn.sourceforge.jp/svnroot/molds/branches/mpi-cis@1392 1136aad2-a195-0410-b898-f5ea1d11b9d8

Change Summary

Incremental Difference

--- a/doc/README.txt
+++ b/doc/README.txt
@@ -29,14 +29,15 @@
2929
3030 ==============================================================================
3131 REQUIREMENTS:
32- MolDS requires c/c++ compiler of Intel (icpc) or GNU (g++) and boost-libraries.
33- Valid versions of these compiler are icpc 12.0.4(MkL 10.3 update 4), g++ 4.4, or later
32+ MolDS requires c++ mpi compiler that is wrapping Intel (icpc) or GNU (g++) and boost-libraries.
33+ Valid versions of the wrapped c++ compilers are icpc 12.0.4(MkL 10.3 update 4), g++ 4.4, or later
3434 because the MolDS is implemented with openMP 3.0.
35- To compile MolDS with g++, furthermore, openBLAS (version 0.2.5 or later) is also required.
36- The default compiler is the intel c++ compiler (icpc).
35+ To compile MolDS with GNU, furthermore, openBLAS (version 0.2.5 or later) is also required.
3736
3837 To get and install the boost-libraries, see the HP:<http://www.boost.org/>.
3938 The version of the boost would be no problem if 1.48.0 or later is used.
39+ Especially, the boost-libraries should be builded with MPI
40+ because MolDS needs boost_mpi-library(i.e. -lboost_mpi).
4041
4142 To get and install the openBLAS-libraries, see the HP:<http://xianyi.github.com/OpenBLAS/>.
4243 Note that "USE_OPENMP = 1" should be set for the installation of the opneBLAS.
@@ -46,7 +47,7 @@ REQUIREMENTS:
4647 COMPILE(using GNUmake):
4748 In the "src" directory in the MolDS package.
4849
49- Case i) Using Intel c/c++ compiler (icpc)
50+ Case i) Using Intel mpi c++ compiler (mpiicpc)
5051 Change the "BOOST_TOP_DIR" in Makefile to the top directory of the
5152 boost-libraries in your systems.
5253
@@ -56,7 +57,7 @@ COMPILE(using GNUmake):
5657 To compile MolDS on 64 bits machine,
5758 $ make INTEL=64
5859
59- Case ii) Using GNU c/c++ compiler (g++)
60+ Case ii) Using GNU c++ compiler (mpicxx)
6061 Change the "BOOST_TOP_DIR" in "Makefile_GNU" to the top directory of the
6162 boost-libraries in your systems.
6263 Change the "OPENBLAS_TOP_DIR" in "Makefile_GNU" to the top directory of the