Skip to content
Snippets Groups Projects
Makefile.ifort 375 B
Newer Older
  • Learn to ignore specific revisions
  • FLAGS = -c -O3
    F90 = mpif90 -f90=ifort
    CC = mpicc -cc=icc
    MUMPS = /home/jean/MUMPS_4.6.2
    
    LIBS = \
    -LOCTREE -lOctree \
    -LNN -lnn \
    -LCASCADE -lcascade \
    -L$(MUMPS)/lib -ldmumps -lpord \
    -L/home/jean/LIBS -lmetis \
    -L/home/jean/LIBS -lscalapack -lblacsF77init -lblacs -lblacsF77init -lblacs \
    -L/home/jean/LIBS -lblas
    
    INCLUDE = \
    -I$(MUMPS)/include
    
    OPTIONS = -OPT:Olimit=0