|
|
4eb141391b
|
add md5 sum check for Eigen3 download via Install.py
|
2019-01-14 15:03:07 -05:00 |
|
|
|
23ad82a074
|
add md5sum check for ScaFaCoS download via Install.py
|
2019-01-14 15:02:38 -05:00 |
|
|
|
b20be581c1
|
update Eigen3 download to version 3.3.7 for CMake as well
|
2019-01-14 15:02:09 -05:00 |
|
|
|
ef25afcedb
|
update Install.py for ScaFaCoS to use argparse
|
2019-01-14 14:44:32 -05:00 |
|
|
|
e4cf409d69
|
update default Eigen3 version to the latest release
|
2019-01-14 14:13:53 -05:00 |
|
|
|
c3a15e221d
|
use sys.exit() instead of the removed error() function
|
2019-01-14 14:13:40 -05:00 |
|
|
|
59559f74e6
|
make smd/Eigen library Install.py script use argparse module
|
2019-01-14 13:55:22 -05:00 |
|
|
|
1e1f754d0c
|
make gpu library Install.py use argparse module
|
2019-01-14 12:52:21 -05:00 |
|
|
|
8d4bfa1aa7
|
port plumed and mscg Install.py files to use argparse
|
2019-01-14 12:52:21 -05:00 |
|
|
|
3aacea671e
|
use argparse in colvars lib build
|
2019-01-14 12:52:21 -05:00 |
|
|
|
4e7329151d
|
update generic Install.py script to use argparse
|
2019-01-14 12:52:21 -05:00 |
|
|
|
aad8dd1462
|
use argparse for more consistent and robust argument parsing.
this uses the code in PR #1244 as template. it supersedes the PR and thus closes #1244
|
2019-01-14 12:52:21 -05:00 |
|
|
|
1dbdadcf89
|
Add files via upload
|
2019-01-14 09:53:10 +01:00 |
|
|
|
7a4b6526de
|
Create in.deletion
|
2019-01-14 09:52:28 +01:00 |
|
|
|
16b8c94aae
|
Add files via upload
|
2019-01-14 09:49:37 +01:00 |
|
|
|
62b4c69360
|
Create in.insertion
|
2019-01-14 09:48:40 +01:00 |
|
|
|
261122d59c
|
Update README
|
2019-01-14 09:43:13 +01:00 |
|
|
|
a5ce656c32
|
Merge pull request #1288 from jrgissing/bond/react-limit-total-number-of-reactions
Bond/react: limit number of reactions, bugfixes
|
2019-01-13 10:26:06 -05:00 |
|
|
|
b0af54ac37
|
bond/react:limit reaction occurrences
|
2019-01-13 00:07:03 -07:00 |
|
|
|
4ec21e1b31
|
Merge pull request #40 from lammps/master
rebase
|
2019-01-12 23:28:09 -07:00 |
|
|
|
a3b45d789a
|
correct local/aligned storage issue in airebo/intel macros for vecorization
|
2019-01-11 10:08:06 -05:00 |
|
|
|
29dcdec875
|
Separated templated pair granular from pair granular/multi
|
2019-01-10 16:53:50 -07:00 |
|
|
|
15b475690c
|
fix memory leak in fix bond/react
|
2019-01-10 17:09:30 -05:00 |
|
|
|
cf00346db4
|
detect when something tries to delete a callback that was never added
|
2019-01-10 16:52:40 -05:00 |
|
|
|
4155b88468
|
fix 2 bugs in fix bond/react
- correct logic when deleting internal fix
- remove line attempting to dele a callback to Atom(), that was never added
|
2019-01-10 16:51:30 -05:00 |
|
|
|
bedbf408f7
|
use per-target unique temporary name to avoid corruption when creating lmpinstalledpkgs.h from concurrent builds
|
2019-01-10 16:50:00 -05:00 |
|
|
|
6f8c544a7d
|
add option to print_var_error() function to delegate errors to error->one() instead of error->all()
this change is applied to cases that may happen on individual ranks only, e.g. out-of-range access, division by zero, invalid argument.
|
2019-01-10 16:50:00 -05:00 |
|
|
|
6fbd0c08cc
|
if we want to check for C++ includes, we should now check for cmath not math.h
|
2019-01-10 16:50:00 -05:00 |
|
|
|
3cbf009ce6
|
Merge pull request #1286 from jrgissing/bond_react-memory_correction
Bond/react: memory correction
|
2019-01-10 07:09:45 -05:00 |
|
|
|
48cbfc2b1b
|
Update README
|
2019-01-10 09:09:09 +01:00 |
|
|
|
8387b2953b
|
bond_react:correctly delete internally-created fixes
|
2019-01-09 23:14:24 -07:00 |
|
|
|
e82999ecb4
|
Merge pull request #39 from lammps/master
rebase
|
2019-01-09 22:17:33 -07:00 |
|
|
|
4377662a1e
|
Added 4D memory grow routine
Added a 4D memory grow routine that will be required in possible future patches.
|
2019-01-09 17:28:42 -05:00 |
|
|
|
31a712b510
|
Update Install.sh
Addition of the six files for the class 2 potentials in the end of Install.sh
|
2019-01-09 09:50:32 +01:00 |
|
|
|
57df2d81e4
|
files for soft lj/class2 potentials
the source code for the three soft core class2 potentials
|
2019-01-09 09:24:12 +01:00 |
|
|
|
18f8f68e67
|
Fixed several input parsing issues in pair granular; fixed issue with JKR hysteresis and damping with JKR
|
2019-01-08 16:33:24 -07:00 |
|
|
|
e572235ecf
|
optimize create_atoms performance for large boxes and small regions. warn if taking a long time
|
2019-01-08 14:33:07 -05:00 |
|
|
|
faa716e348
|
Added PairGranular::single method
|
2019-01-07 16:27:04 -07:00 |
|
|
|
60693a5f8a
|
Change Kokkos SNAP energy shared arrays from thread to team
|
2019-01-07 16:26:16 -07:00 |
|
|
|
61c36dd768
|
Merge pull request #1277 from stanmoore1/kk_reax_bugfix
Fix memory issue in Kokkos Reax
|
2019-01-07 14:36:22 -05:00 |
|
|
|
7fe7dd95d0
|
Fix memory issue in pair_reaxc_kokkos
|
2019-01-07 12:09:36 -07:00 |
|
|
|
06f9933c55
|
Merge pull request #1276 from akohlmey/rename-lebedva-sources
Rename pair style lebedeva/z sources
|
2019-01-07 11:32:54 -05:00 |
|
|
|
3d374aa8b3
|
Merge branch 'master' into kk_snap
|
2019-01-07 08:44:36 -07:00 |
|
|
|
98e0d6eab2
|
rename sources for pair style lebedeva to be consistent with style name
|
2019-01-06 21:42:08 -05:00 |
|
|
|
5ec9623294
|
Merge pull request #1274 from lammps/rerun-doc
add parallel dump file info to rerun doc page
|
2019-01-06 21:36:56 -05:00 |
|
|
|
43edcf4c02
|
Merge pull request #1275 from jrgissing/bond/react-check-template-topology-overflow
Bond/react: check for molecule template topology overflow
|
2019-01-06 21:36:13 -05:00 |
|
|
|
9ae84bc367
|
bond/react: check template for topology overflow
|
2019-01-06 17:07:35 -07:00 |
|
|
|
ca6c1c4b41
|
Merge pull request #38 from lammps/master
rebase
|
2019-01-06 16:58:33 -07:00 |
|
|
|
0cc9a445e8
|
add parallel dump file info to rerun doc page
|
2019-01-04 17:09:11 -07:00 |
|
|
|
dced4c1fca
|
More changes, fixed indentation issues
|
2019-01-04 17:03:31 -07:00 |
|