#
#  $Author: pkubota $
#  $Date: 2007/10/10 20:24:23 $
#  $Revision: 1.1 $
#
# $Id: Makefile.linux64,v 1.1 2007/10/10 20:24:23 pkubota Exp $
#
#
#  PC Cluster, mpi scali
#
FTRACE= -march=core-avx2 -align array64byte -fma -ftz -fomit-frame-pointer   
OPENMP= -qopenmp  -par-affinity=granularity=core,scatter
F90=ifort  -convert big_endian $(FTRACE) $(OPENMP)  
AR=ar
F90_32FLAGS = 
F90_32BITS = 
F77=ifort  -convert big_endian $(FTRACE) $(OPENMP) 
FFLAGS = 
CC     =icc   -DUNDERSCORE
flagOpt="-O2"
flag64bit= 
MPIF90=mpif90 -fc=ifort -convert big_endian $(FTRACE) $(OPENMP) 

TRACE= 
OPENMP=
F90_32FLAGS = 
F90_32BITS = $(FTRACE) $(OPENMP) 
LOADFLAG= 


# OPTIONS FOR POS

FFLAGS	= 
CFLAGS	= -DLINUX
ARFLAGS	= 
CC      =icc   -no-multibyte-chars -O2 -DUNDERSCORE
# If there is a version difference between your gcc and the gcc
# used to compile the ifort binary, you may have to add a flag
# like -gcc-version=400 do CFLAG
CFLAGS =  -DLINUX 
LOADFLAG= 


include Makefile.common
 
