Merge branch 'integration' into new-master

This commit is contained in:
Axel Kohlmeyer 2016-09-29 10:37:09 -04:00
commit 5b2becd09b
185 changed files with 1073 additions and 34 deletions

34
.gitignore vendored Normal file
View File

@ -0,0 +1,34 @@
*~
*.o
*.so
*.cu_o
*.ptx
*_ptx.h
*.a
*.d
*.x
*.exe
*.dll
*.pyc
__pycache__
Obj_*
log.lammps
log.cite
*.bz2
*.gz
*.tar
.*.swp
*.orig
*.rej
.vagrant
\#*#
.#*
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

1
doc/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/html

View File

@ -1,2 +1 @@
__pycache__
*.egg-info

1
examples/COUPLE/fortran2/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.mod

0
examples/USER/misc/ti/in.ti_spring Executable file → Normal file
View File

0
examples/vashishta/InP.vashishta Executable file → Normal file
View File

0
examples/vashishta/SiO.1990.vashishta Executable file → Normal file
View File

1
lib/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
Makefile.lammps

View File

@ -1,8 +1,8 @@
// -------------------------------------------------------------
// CUDPP -- CUDA Data Parallel Primitives library
// -------------------------------------------------------------
// $Revision$
// $Date$
// $Revision: 5289 $
// $Date: 2010-11-23 13:04:43 -0700 (Tue, 23 Nov 2010) $
// -------------------------------------------------------------
// This source code is distributed under the terms of license.txt in
// the root directory of this source distribution.

View File

@ -1,8 +1,8 @@
// -------------------------------------------------------------
// cuDPP -- CUDA Data Parallel Primitives library
// -------------------------------------------------------------
// $Revision$
// $Date$
// $Revision: 5289 $
// $Date: 2010-11-23 13:04:43 -0700 (Tue, 23 Nov 2010) $
// -------------------------------------------------------------
// This source code is distributed under the terms of license.txt in
// the root directory of this source distribution.

View File

@ -1,8 +1,8 @@
// -------------------------------------------------------------
// cuDPP -- CUDA Data Parallel Primitives library
// -------------------------------------------------------------
// $Revision$
// $Date$
// $Revision: 5289 $
// $Date: 2010-11-23 13:04:43 -0700 (Tue, 23 Nov 2010) $
// -------------------------------------------------------------
// This source code is distributed under the terms of license.txt
// in the root directory of this source distribution.

View File

@ -2,7 +2,7 @@
// CUDPP -- CUDA Data Parallel Primitives library
// -------------------------------------------------------------
// $Revision: 3572$
// $Date$
// $Date: 2010-11-23 13:04:43 -0700 (Tue, 23 Nov 2010) $
// -------------------------------------------------------------
// This source code is distributed under the terms of license.txt
// in the root directory of this source distribution.

View File

@ -2,7 +2,7 @@
// cuDPP -- CUDA Data Parallel Primitives library
// -------------------------------------------------------------
// $Revision: 3572$
// $Date$
// $Date: 2010-11-23 13:04:43 -0700 (Tue, 23 Nov 2010) $
// -------------------------------------------------------------
// This source code is distributed under the terms of license.txt
// in the root directory of this source distribution.

View File

@ -1,8 +1,8 @@
// -------------------------------------------------------------
// cuDPP -- CUDA Data Parallel Primitives library
// -------------------------------------------------------------
// $Revision$
// $Date$
// $Revision: 5289 $
// $Date: 2010-11-23 13:04:43 -0700 (Tue, 23 Nov 2010) $
// -------------------------------------------------------------
// This source code is distributed under the terms of license.txt
// in the root directory of this source distribution.

View File

@ -1,8 +1,8 @@
// -------------------------------------------------------------
// cuDPP -- CUDA Data Parallel Primitives library
// -------------------------------------------------------------
// $Revision$
// $Date$
// $Revision: 5289 $
// $Date: 2010-11-23 13:04:43 -0700 (Tue, 23 Nov 2010) $
// -------------------------------------------------------------
// This source code is distributed under the terms of license.txt
// in the root directory of this source distribution.

View File

@ -1,8 +1,8 @@
// -------------------------------------------------------------
// cuDPP -- CUDA Data Parallel Primitives library
// -------------------------------------------------------------
// $Revision$
// $Date$
// $Revision: 5289 $
// $Date: 2010-11-23 13:04:43 -0700 (Tue, 23 Nov 2010) $
// -------------------------------------------------------------
// This source code is distributed under the terms of license.txt in
// the root directory of this source distribution.

View File

@ -1,8 +1,8 @@
// -------------------------------------------------------------
// cuDPP -- CUDA Data Parallel Primitives library
// -------------------------------------------------------------
// $Revision$
// $Date$
// $Revision: 5289 $
// $Date: 2010-11-23 13:04:43 -0700 (Tue, 23 Nov 2010) $
// -------------------------------------------------------------
// This source code is distributed under the terms of license.txt
// in the root directory of this source distribution.

1
lib/meam/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.mod

4
python/.gitignore vendored
View File

@ -1,3 +1 @@
*.pyc
__pycache__
build
/build

1
python/examples/ipython/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.orig

1031
src/.gitignore vendored

File diff suppressed because it is too large Load Diff

0
src/ASPHERE/compute_temp_asphere.cpp Executable file → Normal file
View File

0
src/ASPHERE/compute_temp_asphere.h Executable file → Normal file
View File

0
src/ASPHERE/fix_npt_asphere.cpp Executable file → Normal file
View File

0
src/ASPHERE/fix_npt_asphere.h Executable file → Normal file
View File

0
src/ASPHERE/fix_nve_asphere.cpp Executable file → Normal file
View File

0
src/ASPHERE/fix_nve_asphere.h Executable file → Normal file
View File

0
src/ASPHERE/fix_nve_asphere_noforce.h Executable file → Normal file
View File

0
src/ASPHERE/fix_nvt_asphere.cpp Executable file → Normal file
View File

0
src/ASPHERE/fix_nvt_asphere.h Executable file → Normal file
View File

0
src/ASPHERE/pair_gayberne.cpp Executable file → Normal file
View File

0
src/ASPHERE/pair_gayberne.h Executable file → Normal file
View File

0
src/ASPHERE/pair_resquared.cpp Executable file → Normal file
View File

0
src/ASPHERE/pair_resquared.h Executable file → Normal file
View File

0
src/BODY/compute_temp_body.cpp Executable file → Normal file
View File

0
src/BODY/compute_temp_body.h Executable file → Normal file
View File

0
src/BODY/fix_npt_body.cpp Executable file → Normal file
View File

0
src/BODY/fix_npt_body.h Executable file → Normal file
View File

0
src/BODY/fix_nvt_body.cpp Executable file → Normal file
View File

0
src/BODY/fix_nvt_body.h Executable file → Normal file
View File

0
src/COLLOID/pair_brownian.cpp Executable file → Normal file
View File

0
src/COLLOID/pair_lubricate.cpp Executable file → Normal file
View File

0
src/DIPOLE/pair_lj_cut_dipole_cut.cpp Executable file → Normal file
View File

0
src/DIPOLE/pair_lj_cut_dipole_cut.h Executable file → Normal file
View File

0
src/DIPOLE/pair_lj_cut_dipole_long.cpp Executable file → Normal file
View File

0
src/DIPOLE/pair_lj_cut_dipole_long.h Executable file → Normal file
View File

0
src/DIPOLE/pair_lj_long_dipole_long.cpp Executable file → Normal file
View File

0
src/DIPOLE/pair_lj_long_dipole_long.h Executable file → Normal file
View File

0
src/GPU/pair_lj_cut_dipole_cut_gpu.cpp Executable file → Normal file
View File

0
src/GPU/pair_lj_cut_dipole_cut_gpu.h Executable file → Normal file
View File

0
src/GPU/pair_lj_sf_dipole_sf_gpu.cpp Executable file → Normal file
View File

0
src/GPU/pair_lj_sf_dipole_sf_gpu.h Executable file → Normal file
View File

0
src/KOKKOS/angle_charmm_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/angle_charmm_kokkos.h Executable file → Normal file
View File

0
src/KOKKOS/angle_harmonic_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/angle_harmonic_kokkos.h Executable file → Normal file
View File

0
src/KOKKOS/bond_fene_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/bond_fene_kokkos.h Executable file → Normal file
View File

0
src/KOKKOS/bond_harmonic_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/bond_harmonic_kokkos.h Executable file → Normal file
View File

0
src/KOKKOS/compute_temp_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/compute_temp_kokkos.h Executable file → Normal file
View File

0
src/KOKKOS/dihedral_charmm_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/dihedral_charmm_kokkos.h Executable file → Normal file
View File

0
src/KOKKOS/dihedral_opls_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/dihedral_opls_kokkos.h Executable file → Normal file
View File

0
src/KOKKOS/fix_deform_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/fix_deform_kokkos.h Executable file → Normal file
View File

0
src/KOKKOS/fix_nh_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/fix_nh_kokkos.h Executable file → Normal file
View File

0
src/KOKKOS/fix_nph_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/fix_nph_kokkos.h Executable file → Normal file
View File

0
src/KOKKOS/fix_npt_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/fix_npt_kokkos.h Executable file → Normal file
View File

0
src/KOKKOS/fix_nvt_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/fix_nvt_kokkos.h Executable file → Normal file
View File

0
src/KOKKOS/fix_setforce_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/fix_setforce_kokkos.h Executable file → Normal file
View File

0
src/KOKKOS/fix_wall_reflect_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/fix_wall_reflect_kokkos.h Executable file → Normal file
View File

0
src/KOKKOS/improper_harmonic_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/improper_harmonic_kokkos.h Executable file → Normal file
View File

0
src/KOKKOS/neigh_bond_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/neigh_bond_kokkos.h Executable file → Normal file
View File

0
src/KOKKOS/pair_buck_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/pair_buck_kokkos.h Executable file → Normal file
View File

0
src/KOKKOS/pair_coul_dsf_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/pair_coul_dsf_kokkos.h Executable file → Normal file
View File

0
src/KOKKOS/pair_coul_wolf_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/pair_coul_wolf_kokkos.h Executable file → Normal file
View File

0
src/KOKKOS/pair_eam_alloy_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/pair_eam_alloy_kokkos.h Executable file → Normal file
View File

0
src/KOKKOS/pair_eam_fs_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/pair_eam_fs_kokkos.h Executable file → Normal file
View File

0
src/KOKKOS/pair_eam_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/pair_eam_kokkos.h Executable file → Normal file
View File

0
src/KOKKOS/pair_sw_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/pair_sw_kokkos.h Executable file → Normal file
View File

0
src/KOKKOS/pair_tersoff_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/pair_tersoff_kokkos.h Executable file → Normal file
View File

Some files were not shown because too many files have changed in this diff Show More