~ubuntu-branches/debian/sid/lammps/sid

« back to all changes in this revision

Viewing changes to lib/cuda/Makefile.defaults

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2015-04-29 23:44:49 UTC
  • mfrom: (5.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20150429234449-mbhy9utku6hp6oq8
Tags: 0~20150313.gitfa668e1-1
Upload into unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#verbose setting: 0 no, 1 yes
6
6
verbose ?= 1
7
7
 
8
 
#GPU architecture (compute capability): 13, 20, 21
9
 
arch ?= 20
 
8
#GPU architecture (compute capability): 13, 20, 21, 35
 
9
arch ?= 21
10
10
 
11
11
#Using cufft (should not be changed)
12
12
cufft ?= 1