• 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évision257bf411a44503359ea7c7e19e7c50506c8dacfe (tree)
l'heure2013-06-20 09:05:46
AuteurMikiya Fujii <mikiya.fujii@gmai...>
CommiterMikiya Fujii

Message de Log

CC in the makefile is changed to the intel's MPI compiler. #31588

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

Change Summary

Modification

--- a/src/Makefile
+++ b/src/Makefile
@@ -17,7 +17,7 @@
1717 #// You should have received a copy of the GNU General Public License //
1818 #// along with MolDS. If not, see <http://www.gnu.org/licenses/>. //
1919 #//************************************************************************//
20-CC = mpicxx
20+CC = mpiicpc
2121 LIBSBASE = -lmkl_intel_thread -lmkl_core -liomp5 -lpthread -lboost_mpi -lboost_serialization
2222 LIBS32 = -lmkl_intel $(LIBSBASE)
2323 LIBS64 = -lmkl_intel_ilp64 $(LIBSBASE)