|
|
43dca96ca4
|
Merge branch 'fortran-fix-external' of github.com:hammondkd/lammps into fortran-fix-external
|
2022-12-02 00:02:10 -06:00 |
|
|
|
b1664ce8ea
|
replaced unit 0 with error_unit
|
2022-12-02 00:00:57 -06:00 |
|
|
|
4c9ca8761c
|
Merge branch 'lammps:develop' into fortran-fix-external
|
2022-12-01 23:50:26 -06:00 |
|
|
|
c2a0660112
|
Bug fix and unit tests for fix external-related commands
|
2022-12-01 23:49:17 -06:00 |
|
|
|
a87aff7b87
|
Fixed bug and wrote unit tests for fix_external_array functions
|
2022-11-30 22:48:29 -06:00 |
|
|
|
df5b97d6fe
|
Merge branch 'lammps:develop' into fortran-fix-external
|
2022-11-29 15:43:40 -06:00 |
|
|
|
5f9956405a
|
Updated docs and wrote unit tests for lmp_set_fix_external_callback; fixed typos
|
2022-11-29 15:37:15 -06:00 |
|
|
|
4ba604fd37
|
Merge branch 'collected-small-changes' into reset-command
|
2022-11-23 13:38:40 -05:00 |
|
|
|
b2f680e4bc
|
update unit tests for pair style bugfixes
|
2022-11-23 12:26:11 -05:00 |
|
|
|
a098b16030
|
expand valid range of bond/angle style gaussian. update docs and tests.
|
2022-11-21 22:28:44 -05:00 |
|
|
|
2b9d5c6c9a
|
rename reset metacommands to use reset_atoms
|
2022-11-21 17:20:29 -05:00 |
|
|
|
045afe00d8
|
add tests for read_data add, and read_data with fix property/atom
|
2022-11-19 21:19:20 -05:00 |
|
|
|
1cb927294f
|
use group that is not "all"
|
2022-11-18 04:51:56 -05:00 |
|
|
|
22c2cf5c3e
|
update existing tests. add new tests for reset image_flags
|
2022-11-18 04:42:13 -05:00 |
|
|
|
15bf4a281d
|
documentation corrections
|
2022-11-17 11:48:13 -05:00 |
|
|
|
096a70363b
|
allow to check if Kokkos is active and retrieve number of threads and gpus
|
2022-11-17 11:31:34 -05:00 |
|
|
|
d4bd0a74a7
|
change "inline" keyword to "here" for consistency with the other uses
|
2022-11-11 22:05:35 -05:00 |
|
|
|
34a5093229
|
refactor handling of the python source command. document it and more limits.
|
2022-11-10 16:03:06 -05:00 |
|
|
|
4392b9c8cb
|
store LAMMPS version of restart, if initialized from restart file
|
2022-11-10 02:24:50 -05:00 |
|
|
|
d39d272b28
|
Merge branch 'collected-small-changes' of github.com:akohlmey/lammps into collected-small-changes
|
2022-11-02 10:52:20 -04:00 |
|
|
|
1db5c4b89b
|
silence compiler warnings
|
2022-11-02 06:17:07 -04:00 |
|
|
|
edaefd4870
|
Merge branch 'develop' into collected-small-changes
|
2022-11-01 12:16:05 -04:00 |
|
|
|
a001707b22
|
Merge pull request #3503 from akohlmey/refactor-pair-only
Refactor handling of pair/only flag for GPU and KOKKOS
|
2022-11-01 12:14:59 -04:00 |
|
|
|
05aca2bced
|
Merge pull request #3507 from hammondkd/thermo_mod_range
Support thermo_modify format column index ranges
|
2022-11-01 05:46:04 -04:00 |
|
|
|
d3d83b45cb
|
adjust floating point error thresholds
|
2022-10-31 22:46:45 -04:00 |
|
|
|
b12c3b3587
|
must compare C vs. Fortran strings with trailing whitespace removed
|
2022-10-31 22:46:19 -04:00 |
|
|
|
3dcf5d70a8
|
must compare C vs. Fortran strings with trailing whitespace removed
|
2022-10-31 21:56:38 -04:00 |
|
|
|
131522f241
|
silence some more compiler warnings
|
2022-10-31 18:02:58 -04:00 |
|
|
|
135c6f24ad
|
Merge branch 'develop' into fortran-expansion
|
2022-10-31 17:57:33 -04:00 |
|
|
|
27a93f12d5
|
simplify and make test more specific
|
2022-10-31 15:00:37 -04:00 |
|
|
|
23c22b4f4f
|
silence compiler warnings
|
2022-10-31 13:06:03 -04:00 |
|
|
|
c214a81526
|
increase portability and standard conformance
|
2022-10-31 13:05:53 -04:00 |
|
|
|
4c0b415487
|
Implied shape arrays for constants are not allowed in Fortran 2008 and later
|
2022-10-31 12:05:16 -04:00 |
|
|
|
87590ad339
|
Merge branch 'lammps:develop' into fortran-expansion
|
2022-10-30 15:30:59 -05:00 |
|
|
|
c157b2dea2
|
add tests whether simple examples for coupling to the LAMMPS library can run
|
2022-10-29 03:46:52 -04:00 |
|
|
|
55dafc110d
|
Unit tests and some off-by-one errors
|
2022-10-28 19:09:31 -05:00 |
|
|
|
624e230f4d
|
several bugs fixed; unit tests updated
|
2022-10-28 00:51:04 -05:00 |
|
|
|
1de74508c3
|
Merge pull request #3475 from akohlmey/refactor-testing
Refactor computes and fixes to use array of structs instead of many index arrays
|
2022-10-27 17:07:52 -04:00 |
|
|
|
3545b491ee
|
Merge branch 'lammps:develop' into fortran-expansion
|
2022-10-27 14:15:47 -05:00 |
|
|
|
336ec056de
|
use googletest aliased targets consistently
|
2022-10-26 22:37:24 -04:00 |
|
|
|
e68efc039f
|
Resolved merging conflicts in three files
|
2022-10-25 14:37:33 -05:00 |
|
|
|
d96bfcdf06
|
Merge branch 'develop' into refactor-testing
|
2022-10-24 20:07:58 -04:00 |
|
|
|
248b7383c7
|
Merge remote-tracking branch 'github/develop' into collected-small-changes
# Conflicts:
# src/DIPOLE/pair_lj_cut_dipole_long.h
# src/OPENMP/fix_nvt_sllod_omp.h
# src/PHONON/fix_phonon.h
# src/SPIN/pair_spin_dipole_cut.h
# src/SPIN/pair_spin_dipole_long.h
# src/STUBS/mpi.h
# src/UEF/fix_nh_uef.h
# src/fix_nvt_sllod.h
# tools/coding_standard/homepage.py
|
2022-10-24 15:50:50 -04:00 |
|
|
|
3c4b0a0c04
|
expand homepage checker tool to check a few more folders and apply updates
|
2022-10-24 10:58:39 -04:00 |
|
|
|
785b46e57b
|
Implemented lmp_gather_bonds, lmp_find_*_neighlist, lmp_neighlist_num_elements, and their unit tests and documentation
|
2022-10-24 01:00:48 -05:00 |
|
|
|
6d8539e74f
|
tweak for portability
|
2022-10-21 15:42:11 -04:00 |
|
|
|
112d616e57
|
unit tests for has_style, style_count, and style_name; added them to docs
|
2022-10-20 23:22:43 -05:00 |
|
|
|
60318a5a26
|
Refactor Fortran properties test into configuration; implemented several configuration functions and wrote unit tests for them; implemented missing unit tests
|
2022-10-20 20:24:59 -05:00 |
|
|
|
34121e5545
|
Implemented decode_image_flags and its unit test; updated documentation
|
2022-10-20 00:27:57 -05:00 |
|
|
|
b51c50294e
|
implemented create_atoms and encode_image_flags and unit tests for them; added IMGMASK and friends to extract_setting and unit tests for them; wrote documentation for them
|
2022-10-19 18:40:12 -05:00 |
|