forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13240 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
c63d258cc0
commit
b8fbd034c7
|
@ -82,7 +82,7 @@ also leave off the "-fft fftw3" switch if you do not have the FFTW
|
||||||
library will be used.
|
library will be used.
|
||||||
|
|
||||||
cd src
|
cd src
|
||||||
Make.py -j 16 -p none molecule manybody kspace granular orig \
|
Make.py -j 16 -p none molecule manybody kspace granular rigid orig \
|
||||||
-cc mpi wrap=icc -fft fftw3 -a file mpi
|
-cc mpi wrap=icc -fft fftw3 -a file mpi
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
|
@ -8,7 +8,7 @@ units lj
|
||||||
atom_style sphere
|
atom_style sphere
|
||||||
boundary p p fs
|
boundary p p fs
|
||||||
newton off
|
newton off
|
||||||
communicate single vel yes
|
comm_modify vel yes
|
||||||
|
|
||||||
read_data data.chute
|
read_data data.chute
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue