• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Révision308293b57c44fb9c9251f85e4280b729318e0305 (tree)
l'heure2014-01-07 09:56:30
AuteurMikiya Fujii <mikiya.fujii@gmai...>
CommiterMikiya Fujii

Message de Log

README in src/tools/paramYZ is updated. #32852

git-svn-id: https://svn.sourceforge.jp/svnroot/molds/trunk@1619 1136aad2-a195-0410-b898-f5ea1d11b9d8

Change Summary

Modification

--- a/src/tools/paramYZ/README.txt
+++ b/src/tools/paramYZ/README.txt
@@ -16,6 +16,6 @@
1616 // You should have received a copy of the GNU General Public License //
1717 // along with MolDS. If not, see <http://www.gnu.org/licenses/>. //
1818 //************************************************************************//
19-compile for 32bit OS:
2019
21-icpc ../../base/MolDSException.cpp ../../base/Enums.cpp ../../base/MathUtilities.cpp paramYZ.cpp -lmkl_intel -lmkl_intel_thread -lmkl_core -liomp5 -lpthread -O0 -openmp -openmp-report2
20+compile for 64bit OS with intel mkl:
21+mpicxx ../../base/Enums.cpp ../../base/PrintController.cpp ../../base/MolDSException.cpp ../../base/MathUtilities.cpp ../../base/MallocerFreer.cpp ../../mpi/MpiProcess.cpp ../../wrappers/Blas.cpp ../../wrappers/Lapack.cpp ../../base/EularAngle.cpp ../../base/Parameters.cpp paramYZ.cpp -lmkl_intel_ilp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread -O0 -openmp -DMKL_INT=intptr_t -DMKL_ILP64 -I/usr/local/boost/include -L/usr/local/boost/lib -Wl,-rpath=/usr/local/boost/lib -lboost_serialization -lboost_mpi -lboost_thread -lboost_serialization >& err.dat