File: Makefile.hopper-opt

package info (click to toggle)
combblas 2.0.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 190,488 kB
  • sloc: cpp: 55,918; ansic: 25,134; sh: 3,691; makefile: 548; csh: 66; python: 49; perl: 21
file content (19 lines) | stat: -rw-r--r-- 260 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
CC = cc
CXX = CC
MPICC = cc
MPIDIR = 
CFLAGS = -DUSE_MPI=1 -std=gnu99 -Wall
CXXFLAGS = -DUSE_MPI=1 -Wall

CFLAGSOMP = -fopenmp
COPTFLAGS = -O3 -m64

CFLAGSRNG = -O3 -m64
CDEPFLAGS = -MD 
CLDFLAGS =

AR = ar
ARCRFLAGS = cr
RANLIB = ranlib

EXEEXT = _hopper_opt