|
|
c844de03ef
|
Update the KIM error messages
|
2020-07-19 08:08:30 -05:00 |
|
|
|
5fec11a0db
|
Update the KIM error messages
|
2020-07-19 08:04:13 -05:00 |
|
|
|
0246feb1c2
|
Merge branch 'kim_fix' of github.com:yafshar/lammps into kim_fix
|
2020-07-18 20:47:28 -05:00 |
|
|
|
bba7e3554c
|
simplify building aligned mutable parameter trable using fmtlib
|
2020-07-18 21:42:33 -04:00 |
|
|
|
c1a650d50d
|
Update the error messages
Update the error messages and removing an extra Error word at the
start of each message.
|
2020-07-18 20:00:11 -05:00 |
|
|
|
610fea20dd
|
clean up the code
|
2020-07-18 19:14:00 -05:00 |
|
|
|
5c191e1e6e
|
fix the return call status
|
2020-07-17 11:21:25 -05:00 |
|
|
|
cdbcacffce
|
when processing quoted strings, the quotes need to be removed
|
2020-07-17 10:23:07 -04:00 |
|
|
|
a0bfe932b5
|
quote argument that needs to be kept intact
|
2020-07-17 10:08:26 -04:00 |
|
|
|
5fe83755b8
|
start tester tool for KIM commands
|
2020-07-17 02:23:48 -04:00 |
|
|
|
2fb6a61f2a
|
refactor code to make better use of std::string and simplify using changes to Variable class API
|
2020-07-17 01:23:17 -04:00 |
|
|
|
63bebf58fd
|
add convenience function to allow variable->set() command with a single string argument
|
2020-07-17 00:46:31 -04:00 |
|
|
|
dd7bc1d34e
|
use const char * instead of char * so we don't need a cast for string constants
|
2020-07-17 00:45:58 -04:00 |
|
|
|
4743bf4ea0
|
silence compiler warning
|
2020-07-17 00:27:03 -04:00 |
|
|
|
b61276b59d
|
Merge branch 'master' into kim_fix
|
2020-07-17 00:10:02 -04:00 |
|
|
|
74c9c15589
|
simplify and get rid of strtok()
|
2020-07-17 00:08:07 -04:00 |
|
|
|
5df8be2ca4
|
Replace macro with std::to_string
Following the C++ Core Guidelines, Macros must go.
|
2020-07-16 20:21:12 -05:00 |
|
|
|
1b0f35c241
|
Replace macro with std::to_string
Following the C++ Core Guidelines, Macros must go.
|
2020-07-16 20:19:51 -05:00 |
|
|
|
168fe438a5
|
Replace macro with std::to_string
Following the C++ Core Guidelines, Macros must go.
|
2020-07-16 20:17:59 -05:00 |
|
|
|
78ddce5de1
|
Replace macro with std::to_string
Following the C++ Core Guidelines, Macros must go.
|
2020-07-16 20:13:40 -05:00 |
|
|
|
08dd79b1ce
|
Clean up the code
|
2020-07-16 20:09:17 -05:00 |
|
|
|
dbbc60b4b8
|
Clean up the code
|
2020-07-16 20:04:55 -05:00 |
|
|
|
dff117fe53
|
Clean up the code
|
2020-07-16 20:02:26 -05:00 |
|
|
|
f163477d3a
|
Clean up the code
|
2020-07-16 20:00:09 -05:00 |
|
|
|
54b47212a1
|
Clean up the code & replace tabs with white spaces
|
2020-07-16 19:56:22 -05:00 |
|
|
|
81f8590df1
|
Clean up the code
|
2020-07-16 19:49:22 -05:00 |
|
|
|
96615ea97e
|
Clean up the code
|
2020-07-16 19:47:31 -05:00 |
|
|
|
91f97fa74c
|
Remove the previously created KIM log file.
|
2020-07-16 19:23:51 -05:00 |
|
|
|
882210613e
|
Fix the write_log_cite interface.
Fix the interface by correcting the data type. The `model_name`
variable is a `char *` and not a `string`.
|
2020-07-16 19:20:30 -05:00 |
|
|
|
e98056c0e8
|
whitespace fixes
|
2020-07-16 19:03:30 -04:00 |
|
|
|
52715cc804
|
Merge branch 'master' into compute-mliap
|
2020-07-16 18:35:49 -04:00 |
|
|
|
34fdfb6b81
|
allow fix nvt/body npt/body and nph/body to be used for groups other than "all"
|
2020-07-16 17:56:56 -04:00 |
|
|
|
92f194ac93
|
make sure output buffer is initialized
|
2020-07-16 17:32:17 -04:00 |
|
|
|
f344629a29
|
simplify
|
2020-07-16 17:31:54 -04:00 |
|
|
|
35b030015d
|
Merge branch 'master' into write-bonus-data
|
2020-07-16 12:15:59 -04:00 |
|
|
|
ee10b200e0
|
Merge branch 'master' into write-bonus-data
|
2020-07-15 22:10:38 -04:00 |
|
|
|
d7ef1b007d
|
Merge branch 'master' into mc-fix-bond-create-angle
|
2020-07-15 21:21:35 -04:00 |
|
|
|
438346a936
|
Merge pull request #2237 from yafshar/memory
Fix the system-dependent function call to `malloc_usable_size`.
|
2020-07-15 20:42:49 -04:00 |
|
|
|
508a38a7fa
|
Fix the system-dependent function call to malloc_usable_size.
Fix the system-dependent function call to get the size of the
block of memory allocated from the heap.
|
2020-07-15 17:49:49 -05:00 |
|
|
|
71344aaa28
|
Merge branch 'master' of https://github.com/lammps/lammps into kk_qeq_nevery
|
2020-07-15 16:18:56 -06:00 |
|
|
|
181b7cf34f
|
Merge branch 'master' into write-bonus-data
|
2020-07-15 18:14:49 -04:00 |
|
|
|
0105d1caa5
|
Merge pull request #2212 from akohlmey/compute-chunk-scalar
Get number of chunks from compute chunk/atom
|
2020-07-15 18:13:48 -04:00 |
|
|
|
1021f5753b
|
Merge pull request #2218 from lammps/reset-molecules
new reset_mol_ids command
|
2020-07-15 18:09:02 -04:00 |
|
|
|
a392f212ee
|
Fix issues in Kokkos fix qeq/reax
|
2020-07-15 15:49:26 -06:00 |
|
|
|
bf37e6aae1
|
Merge branch 'master' into write-bonus-data
|
2020-07-15 15:20:34 -04:00 |
|
|
|
7a312ca8d8
|
Merge pull request #2231 from stanmoore1/reax_hybrid
Fix issue with Kokkos ReaxFF and pair hybrid
|
2020-07-15 14:35:35 -04:00 |
|
|
|
74aa1d482a
|
Add missing sync
|
2020-07-15 10:48:39 -06:00 |
|
|
|
b37b45c817
|
use fmtlib to remove BIGINT_FORMAT
|
2020-07-15 11:55:08 -04:00 |
|
|
|
2580ca78f4
|
guard better against 32-bit overflows for reax/c lists
|
2020-07-15 00:13:33 -04:00 |
|
|
|
e3818f031b
|
don't use error class if pointer variable has not been initialized
|
2020-07-15 00:12:31 -04:00 |
|