修订版 | 257bf411a44503359ea7c7e19e7c50506c8dacfe (tree) |
---|---|
时间 | 2013-06-20 09:05:46 |
作者 | Mikiya Fujii <mikiya.fujii@gmai...> |
Commiter | Mikiya Fujii |
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
@@ -17,7 +17,7 @@ | ||
17 | 17 | #// You should have received a copy of the GNU General Public License // |
18 | 18 | #// along with MolDS. If not, see <http://www.gnu.org/licenses/>. // |
19 | 19 | #//************************************************************************// |
20 | -CC = mpicxx | |
20 | +CC = mpiicpc | |
21 | 21 | LIBSBASE = -lmkl_intel_thread -lmkl_core -liomp5 -lpthread -lboost_mpi -lboost_serialization |
22 | 22 | LIBS32 = -lmkl_intel $(LIBSBASE) |
23 | 23 | LIBS64 = -lmkl_intel_ilp64 $(LIBSBASE) |