forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12496 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
df728d6a09
commit
4a95b00477
|
@ -15,7 +15,7 @@ the Benchmark page of the LAMMPS WWW site: lammps.sandia.gov/bench.
|
||||||
|
|
||||||
The remainder of this file refers to the 5 problems in the top-level
|
The remainder of this file refers to the 5 problems in the top-level
|
||||||
of this directory and how to run them on CPUs, either in serial or
|
of this directory and how to run them on CPUs, either in serial or
|
||||||
parallel. The directories have their own README files which you
|
parallel. The sub-directories have their own README files which you
|
||||||
should refer to before running those scripts.
|
should refer to before running those scripts.
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
These example scripts can be run with the USER-INTEL package, assuming
|
||||||
|
you built LAMMPS with the package, either for CPU-only or with Intel
|
||||||
|
Xeon Phi coprocessor support.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
If you run in another directory, please edit the read_data line to point to
|
If you run in another directory, please edit the read_data line to point to
|
||||||
the data.rhodo file. This is included in the LAMMPS distribution in the
|
the data.rhodo file. This is included in the LAMMPS distribution in the
|
||||||
'bench' directory.
|
'bench' directory.
|
||||||
|
|
|
@ -6,7 +6,7 @@ precision ?= 1
|
||||||
verbose ?= 1
|
verbose ?= 1
|
||||||
|
|
||||||
#GPU architecture (compute capability): 13, 20, 21, 35
|
#GPU architecture (compute capability): 13, 20, 21, 35
|
||||||
arch ?= 20
|
arch ?= 21
|
||||||
|
|
||||||
#Using cufft (should not be changed)
|
#Using cufft (should not be changed)
|
||||||
cufft ?= 1
|
cufft ?= 1
|
||||||
|
|
Loading…
Reference in New Issue