mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8419 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
6ee328d0fc
commit
9db45bcb92
|
@ -2,6 +2,9 @@
|
|||
#precision setting: 1 single, 2 double, 4 mixed
|
||||
precision ?= 1
|
||||
|
||||
#verbose setting: 0 no, 1 yes
|
||||
verbose ?= 1
|
||||
|
||||
#GPU architecture (compute capability): 13, 20, 21
|
||||
arch ?= 21
|
||||
|
||||
|
|
Loading…
Reference in New Issue