File: Darwin-IntelMacintosh-gfortran.psmp

package info (click to toggle)
cp2k 6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 204,532 kB
  • sloc: fortran: 835,196; f90: 59,605; python: 9,861; sh: 7,882; cpp: 4,868; ansic: 2,807; xml: 2,185; lisp: 733; pascal: 612; perl: 547; makefile: 497; csh: 16
file content (18 lines) | stat: -rw-r--r-- 702 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# With GCC 4.9 or later, for gcc and gfortran
# With a recent OpenMPI and scalapack installed
# libxc is installed in LIBXC_INCLUDE_DIR / LIBXC_LIB_DIR
# libint is installed in LIBINT_LIB_DIR
CC       = gcc
CPP      = 
FC       = mpif90
LD       = mpif90
AR       = ar -r
RANLIB   = ranlib
DFLAGS   = -D__MPI_VERSION=3 -D__parallel -D__SCALAPACK \
           -D__NO_STATM_ACCESS -D__ACCELERATE -D__LIBXC -D__LIBINT
FCFLAGS  = -I $(LIBXC_INCLUDE_DIR) -fopenmp -O2 -ffast-math \
           -funroll-loops -ftree-vectorize -ffree-form $(DFLAGS)
LDFLAGS  = $(FCFLAGS) 
LIBS     = -framework Accelerate -lscalapack \
           -L$(LIBXC_LIB_DIR) -lxcf03 -lxc \
           -L$(LIBINT_LIB_DIR) -lderiv -lint