4342bcdafc
Fix CUDA issue in USER-DPD/random_external_state.h
2017-11-07 09:17:58 -07:00
2e40c00995
add option to the print command to also print to the global universe screen and logfile
2017-11-07 10:00:57 -05:00
f39c6213e1
Change path to nvcc_wrapper
2017-11-06 13:50:16 -07:00
88474fc5c2
Remove Kokkos tpls directory
2017-11-06 13:48:26 -07:00
16b5315845
Update Kokkos to v2.04.11
2017-11-06 13:47:33 -07:00
e337db4059
Replicate bbox from Chris Knight
2017-11-06 11:31:43 -07:00
ba43465268
Merge branch 'collected-small-changes' of github.com:akohlmey/lammps into collected-small-changes
2017-11-06 13:30:08 -05:00
09c61ca598
correct listing of USER-OMP variants of fix rigid styles
2017-11-06 13:29:59 -05:00
0f971bf07c
print name of unknown or incorrect variable in error message
2017-11-06 10:41:32 -05:00
5a8c5eb479
provide last input command line with error->one() output
2017-11-06 10:41:01 -05:00
aa0d6cd75b
Merge branch 'collected-small-changes' of github.com:akohlmey/lammps into collected-small-changes
2017-11-04 02:49:28 -04:00
b34000a5e1
make *_gpu_reinit() functions consistent in returning void. correct prototypes in src/GPU, too.
...
this supersedes and closes #719
2017-11-04 02:49:22 -04:00
279339ebd0
Remove the now unused AIRct_ssa[] array from the NeighList class.
2017-11-03 13:42:36 -05:00
605fe53c07
USER-DPD: make the kokkos and non-kokkos fix_shardlow match more closely
...
This was accomplished with several key changes:
1) Modified fix_shardlow's control flow to match fix_shardlow_kokkos so
that random numbers are pulled fromn the RNGs in exactly the same order.
2) Created random_external_state.h, a simplified version of the Kokkos
random number generator that keeps its state variables external to itself.
Thus it can be used both with and without Kokkos enabled, as long as the
caller stores and passes in the required state variable.
3) Replaced all references to random_mars.h and Kokkos_Random.hpp code in
the fix_shardlow* files with calls to the random_external_state.h code,
guaranteeing that fix_shardlow* is using an identical RNG in all cases.
Result: most (56 of 61) of our internal tests now generate the same results
with kokkos turned on or off. Four cases still differ due to what appear
to be vectorization caused rounding differences, and the fifth case
appears to be something triggered by the kokkos "atom_style hybrid" code.
2017-11-03 12:51:37 -05:00
65b77230fd
added missing "dihedral" in compute dihedral/local docs
2017-11-02 15:04:04 -04:00
91e4bcca33
BUG: openfile is called multiple times, second call stopped code with 'at keyword requires use of append yes'
2017-11-01 21:28:14 +01:00
7ef17efe2e
MAINT: Removed superfluous code.
2017-11-01 21:20:19 +01:00
8a804460f9
MAINT: Use proper data type for bigint when defining NetCDF file.
2017-11-01 21:19:55 +01:00
f6658d10b7
fix incorrect create_atoms example for selecting created atoms with a variable
2017-10-30 23:33:26 -04:00
f4d0aa3393
correct cut-n-paste bug reported by Massimo Pica Ciamarra on lammps-users
2017-10-27 11:25:57 -04:00
99a6c6edb4
Fixed a typo in manifold plane wiggle.
2017-10-26 12:33:16 -04:00
a26ffc7ff7
Reset plane wiggle in master.
2017-10-26 12:32:30 -04:00
b002e071e7
Reset some files back to upstream.
2017-10-26 12:31:30 -04:00
9f44e3e5b0
Merged upstream.
2017-10-26 12:26:34 -04:00
e79cd6c62c
Moved some stuff around.
2017-10-26 12:25:55 -04:00
82c6fd609e
Merge branch 'master' of https://www.github.com/lammps/lammps
2017-10-26 12:06:57 -04:00
2dbb44f2c6
provide Makefile.lammps template for use with bundled linalg lib
2017-10-24 13:38:04 -04:00
d1630bbe34
add missing BLAS/LAPACK functions used by LATTE to linalg lib
2017-10-24 13:22:20 -04:00
941ee565a1
Added lal_ufm_ext.cpp in lib/gpu
2017-10-24 11:12:51 -02:00
b63acf6843
Added the UFM files (doc/src - lib/gpu - src)
2017-10-24 11:11:10 -02:00
41c25877e8
Update smd_material_models.cpp
...
The pressure pFinal using ShockEOS() was of the wrong sign when Gamma = 0.
2017-10-24 11:04:11 +11:00
39df9f5d94
patch 23Oct17
patch_23Oct2017
2017-10-23 16:07:21 -06:00
68d04119d3
Merge pull request #707 from akohlmey/granular-omp-refactor
...
Updated neighbor list history processing for USER-OMP
2017-10-23 13:35:43 -06:00
0148c2ac81
updated neighbor list history processing for USER-OMP
2017-10-23 14:12:19 -04:00
253a17b6d0
Update pair_smd_tlsph.cpp
...
Correction of a typo in the computation of LAME_LAMBDA.
2017-10-23 12:45:58 +11:00
a7ad12491f
Merge pull request #706 from lammps/doc-cs
...
update to doc pages for new coreshell pair styles
2017-10-21 16:12:23 -06:00
2137be3219
update to doc pages for new coreshell pair styles
2017-10-21 15:50:27 -06:00
ce78f6943d
Merge pull request #705 from akohlmey/fix_rigid_bugfix
...
fix segfault bug in fix rigid/small found by regression testing
2017-10-20 17:01:50 -06:00
998aedc6c1
Merge pull request #670 from vishalkenchan/pair_style/coul_wolf_cs
...
add coul/wolf/cs and born/coul/wolf/cs pair styles for CORESHELL package
2017-10-20 16:09:33 -06:00
0a02c3c78c
fix segfault bug for in fix rigid/small found by regression testing
2017-10-20 16:56:06 -04:00
aaf5e87c84
Merge pull request #703 from akohlmey/custom-rigid-body-generation
...
Allow rigid body generation from custom properties
2017-10-20 14:08:15 -06:00
2d0f5e277c
Merge pull request #704 from akohlmey/bond-gromos-bugfix
...
Compute energy correctly for bond style gromos
2017-10-20 14:06:35 -06:00
260bbc6f9f
Merge pull request #702 from giacomofiorin/colvars-fix-the-fix
...
Fix a Colvars error that was hidden by the previous segfault
2017-10-20 14:06:15 -06:00
6b34a30528
compute energy correctly for bond style gromos
2017-10-20 14:53:22 -04:00
83c7d3a1d2
update fix rigid documentation
2017-10-20 14:18:50 -04:00
961b976374
add/correct code to define rigid bodies with atomstyle/atomfile variables and via custom per-atom properties
2017-10-20 13:56:09 -04:00
ac6434e496
add input examples for custom rigid body definition
2017-10-20 13:54:45 -04:00
f479f02589
Fix a Colvars error that was hidden by the previous segfault
2017-10-20 13:41:31 -04:00
e284545c5b
added some documentation and reference example
2017-10-20 12:03:22 +02:00
e368acdaeb
Merge pull request #700 from giacomofiorin/colvars-fix
...
Import segfault fix in Colvars module
2017-10-19 11:45:36 -06:00