# Mkinclude
BIN	= /home/satoki/usr/bin

# Intel Fortran Compiler (Ver.ifort)
FFLAGS	= -assume byterecl -convert big_endian -openmp
LFLAGS	= iomp5
LDFLAGS	= /opt/intel/Compiler/11.1/069/lib/intel64

# Fujitsu Fortran Compiler (Ver.frt)
#FC	= frt
#FFLAGS	= 

# G-Fortran (Ver.gfortran)
#FC	= gfortran
#FFLAGS	= -fconvert=big-endian

