|
|
d7d2802061
|
remove intentional false positive
|
2022-10-03 23:51:21 -04:00 |
|
|
|
4e9b97d5cb
|
make capitalization and whitespace fortran coding style more consistent
|
2022-10-03 23:49:17 -04:00 |
|
|
|
647c5e3572
|
apply clang-format
|
2022-10-03 23:19:59 -04:00 |
|
|
|
af3d618f47
|
complete implementation of looking up last error message and include test
|
2022-10-03 23:18:44 -04:00 |
|
|
|
fcf415d0b1
|
Skipped scatter/gather tests when sizeof(tagint) is 8
|
2022-10-03 18:01:33 -05:00 |
|
|
|
ef3b01f340
|
add neighbor list access tests. now we can always test for a full list.
|
2022-10-03 18:14:08 -04:00 |
|
|
|
02158516f2
|
use large string buffers to avoid truncation
|
2022-10-03 17:58:14 -04:00 |
|
|
|
aff58465f2
|
Reimplemented absolute_path using platform::path_join for portability
|
2022-10-03 15:15:15 -05:00 |
|
|
|
d711a51657
|
Merge remote-tracking branch 'github/develop' into fortran-further-tinkering
|
2022-10-03 09:37:52 -04:00 |
|
|
|
658df50e97
|
make getenv style variable test fully portable
|
2022-10-03 09:37:05 -04:00 |
|
|
|
dc5324c1db
|
Updated unit tests to use keepstuff; whitespace fixes
|
2022-10-02 21:26:42 -05:00 |
|
|
|
db9b59c269
|
Implemented scatter_atoms and scatter_atoms_subset + unit tests + documentation + typos/edits
|
2022-10-02 20:32:42 -05:00 |
|
|
|
c5c21bb36c
|
Implemented, tested, and documented gather_atoms and variants; added RST docs for lammps_scatter_atoms and lammps_gather_atoms and variants (library.cpp); checked for missing atom map in lammps_gather_atoms_subset; fixed bug in keepstuff.f90; fixed docs for extract_variable
|
2022-10-02 15:28:10 -05:00 |
|
|
|
aac61cbabb
|
test more /chunk computes
|
2022-10-01 18:01:17 -04:00 |
|
|
|
1eedec11df
|
Merge branch 'test-compute-chunk' into collected-small-changes
|
2022-10-01 15:05:59 -04:00 |
|
|
|
3980344b67
|
add tests for compute property/chunk angmom/chunk ,com/chunk, dipole/chunk
|
2022-10-01 15:05:33 -04:00 |
|
|
|
b9cc150f44
|
add unit test for chunks
|
2022-10-01 10:39:23 -04:00 |
|
|
|
2f5e0646d9
|
Fixed typo in test_fortran_properties
|
2022-09-30 21:55:50 -05:00 |
|
|
|
a323e09822
|
Merge branch 'lammps:develop' into fortran-further-tinkering
|
2022-09-30 19:40:32 -05:00 |
|
|
|
d301ff9961
|
Added set_variable and a test for it
|
2022-09-30 18:31:18 -05:00 |
|
|
|
756d24ff9e
|
Implemented vector-style variables in C, Python, and Fortran APIs; unit test and more for Fortran/extract_variable
|
2022-09-30 16:02:26 -05:00 |
|
|
|
2538929d76
|
update tests for recent changes and with more death tests.
|
2022-09-30 15:06:46 -04:00 |
|
|
|
08acd321f1
|
add more dedicated tests for format style variables
|
2022-09-30 09:58:05 -04:00 |
|
|
|
8ee17edcab
|
Implemented more unit tests; stuck on atomfile
|
2022-09-29 23:39:39 -05:00 |
|
|
|
a7071fea78
|
Wrote docs for extract_fix,extract_variable; fixed python so it knows about string variables; doc typo fixes; part of extract_variable unit test
|
2022-09-29 19:28:15 -05:00 |
|
|
|
c068c226cc
|
consolidate fortran test keeper modules into a single module
|
2022-09-29 09:47:40 -04:00 |
|
|
|
1d4297e2dd
|
Implemented extract_fix, extract_variable, flush_buffers; unit test for extract_fix
|
2022-09-28 22:09:26 -05:00 |
|
|
|
6109090d40
|
Merge branch 'lammps:develop' into fortran-further-tinkering
|
2022-09-27 20:02:06 -05:00 |
|
|
|
7fe9d087db
|
move reusable fortran modules to keep data to a separate file
|
2022-09-27 14:01:01 -04:00 |
|
|
|
256f385be4
|
avoid race condition
|
2022-09-27 13:20:39 -04:00 |
|
|
|
2072e08624
|
added get_last_error_message; still working on its unit test
|
2022-09-26 21:56:03 -05:00 |
|
|
|
be98b5a168
|
Merge pull request #3458 from Boogie3D/mliappy_unified
MLIAP Unified Interface
|
2022-09-26 20:33:17 -04:00 |
|
|
|
1072a5bda2
|
Added unit test for has_error
|
2022-09-26 09:21:41 -05:00 |
|
|
|
28d84b4fcb
|
Missed wrap_extract_compute.cpp in prior commit
|
2022-09-26 08:57:32 -05:00 |
|
|
|
bada1fb348
|
Finished extract_compute and its unit tests and documentation
|
2022-09-25 23:54:18 -05:00 |
|
|
|
7b7237bdaf
|
try to suppress creating __pycache__ folders in the python source dirs
|
2022-09-24 22:27:22 -04:00 |
|
|
|
19a0747aeb
|
add unit test for MLIAP unified
|
2022-09-24 22:15:29 -04:00 |
|
|
|
26e269aacd
|
continued ork on extract_compute unit tests
|
2022-09-24 12:04:27 -05:00 |
|
|
|
69627eee8d
|
Merged with fortran-tinkering
|
2022-09-23 22:11:24 -05:00 |
|
|
|
a94cfe175b
|
add c/python unit tests for lammps_error()
|
2022-09-23 18:59:29 -04:00 |
|
|
|
cc0fc01d1c
|
Implemented extract_compute and started writing unit test for it
|
2022-09-23 16:23:51 -05:00 |
|
|
|
0f2a7d3f33
|
Merge branch 'develop' into fortran-tinkering
|
2022-09-23 12:41:39 -04:00 |
|
|
|
5f5397f61b
|
Added unit tests for x and v
|
2022-09-22 22:23:31 -05:00 |
|
|
|
ae4404201f
|
Forgot to add the unit test files to the commit....
|
2022-09-22 19:55:10 -05:00 |
|
|
|
aff5200ded
|
Implemented extract_atom, updated docs, added some unit tests
|
2022-09-22 19:16:15 -05:00 |
|
|
|
72fab8d5f5
|
must depend on libflammps so that there is no race condition
|
2022-09-18 16:35:28 -04:00 |
|
|
|
72573987fa
|
I wrote unit tests for all the Fortran interface commands in this pull request
|
2022-09-14 21:07:32 -05:00 |
|
|
|
56304fe939
|
move check for Fortran Compiler validity
|
2022-09-13 11:24:20 -04:00 |
|
|
|
e2df4ed2a7
|
Merge branch 'develop' into distributed-grids
# Conflicts:
# doc/src/Developer_utils.rst
# doc/src/dump.rst
# doc/src/fix_ave_chunk.rst
# src/utils.h
|
2022-09-12 18:31:29 -04:00 |
|
|
|
7a97b25c8d
|
must link with -lgfortran when using flang
|
2022-09-12 17:02:06 -04:00 |
|