File: Linux-generic-gfortran.sopt

package info (click to toggle)
cp2k 8.1-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 375,508 kB
  • sloc: fortran: 907,605; f90: 28,417; python: 22,230; ansic: 12,793; sh: 9,322; xml: 2,173; cpp: 2,120; makefile: 922; pascal: 805; perl: 492; javascript: 258; lisp: 181; csh: 16
file content (20 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# gfortran arch file
#

DATA_DIR = /usr/share/cp2k

CC       = cc
CPP      =

FC       = gfortran
LD       = gfortran

AR       = ar -r

DFLAGS   = -D__GFORTRAN -D__FFTSG -D__FFTW3 $(FFTW3_ALIGN) -D__LIBINT -D__LIBXC -D__SPGLIB
CPPFLAGS = -C -traditional $(DFLAGS)
CFLAGS   = -g -Wall -O2 -fopenmp
FCFLAGS  = -g -Wall -O2 -fopenmp -funroll-loops -ftree-vectorize -ffree-form -ffree-line-length-none -fallow-argument-mismatch $(DFLAGS)
LDFLAGS  = $(FCFLAGS) 
LIBS     = -llapack -lblas -lfftw3 -lint2 -lstdc++ -lxc -lxcf03 -lsymspg