ifeq ($(MACHINE), Cray_CCE) FC=ftn -fopenmp endif ifeq ($(MACHINE), POWER_XL) FC=xlf2008_r -qsmp=omp -qoffload endif Reconstruction_Kernel_Test: \ Reconstruction_Kernel_Test.f90 \ Reconstruction_Kernel.f90 $(FC) -c Reconstruction_Kernel_Test.f90 $(FC) -c Reconstruction_Kernel.f90 $(FC) Reconstruction_Kernel_Test.o Reconstruction_Kernel.o \ -o Reconstruction_Kernel_Test_$(GENASIS_MACHINE) clean: rm -f *.mod *.o *.acc.*