Skip to content
Snippets Groups Projects
Makefile.cray 416 B
Newer Older
  • Learn to ignore specific revisions
  • FLAGS  = -c -fast -tp barcelona-64 -Mipa=fast,inline
    F90    = ftn
    F77    = ftn
    CC     =  cc
    PGPLOT = /work/cedrict/Douar/PGI/PGPLOT 
    X11    = /usr/X11R6/lib64
    WSMP   = /work/cedrict/wsmp/wsmp-Linux/lib
    
    LIBS = \
    -LOCTREE -lOctree \
    -LNN -lnn \
    -LCASCADE -lcascade \
    -LRESAMPLE -lresample \
    -L$(PGPLOT) -lpgplot \
    -L$(X11) -lX11 \
    -L$(WSMP) -lpwsmpXT4 \
    -lpthread -lacml 
    
    INCLUDE = \
    -I$(MUMPS)/include
    
    OPTIONS =