Files
lammps/lib/cuda/Makefile.defaults
Axel Kohlmeyer 2a099bfedb Merge branch 'master' into lammps-icms
Resolve Conflicts:
	src/region.cpp
2012-06-30 11:23:32 -04:00

20 lines
354 B
Makefile

#precision setting: 1 single, 2 double, 4 mixed
precision ?= 4
#verbose setting: 0 no, 1 yes
verbose ?= 1
#GPU architecture (compute capability): 13, 20, 21
arch ?= 20
#Using cufft (should not be changed)
cufft ?= 1
#Using dbg mode
dbg ?= 0
#On mac machines set this to 0 in order to avoid usage of linux specific precision timer
prec_timer ?= 1