1 | # 2 | # makefile.h for EGEE (IBM JS21) at CERFACS 3 | # 4 | 5 | # 6 | # Some useful declaration 7 | # 8 | 9 | MV = \mv 10 | CP = \cp 11 | RM = \rm -rf 12 | LN = \ln -s 13 | AR = \ar rv 14 | 15 | # 16 | # M4 : 17 | # 18 | 19 | M4DIR = /usr/bin/m4 20 | 21 | # 22 | # HDF5 23 | # 24 | 25 | HDF5LIB = /usr/local/HDF5/lib 26 | HDF5L = -lz -lmass_64 27 | 28 | # 29 | # Fortran and Compiler options 30 | # 31 | 32 | FF=mpiifort 33 | CC=mpiicc 34 | 35 | FFS=mpiifort 36 | 37 | FREEFORMAT= 38 | 39 | LDFLAGS= -vec-report0 -O2 -fno-alias -ip -align -msse3 -assume byterecl -convert big_endian -heap-arrays -openmp -mt_mpi 40 | FFLAGS= -vec-report0 -O2 -fno-alias -ip -align -msse3 -assume byterecl -convert big_endian -heap-arrays -openmp 41 | FFSLAGS= -vec-report0 -O2 -fno-alias -ip -align -msse3 -assume byterecl -convert big_endian -heap-arrays -openmp 42 | 43 | CFLAGS = -D$(DOM_HOSTTYPE) 44 | 45 | # 46 | # MPI 47 | # 48 | 49 | PLIBS = 50 |