|
|
f15dc4a0a8
|
add more details and derived class to the class diagram and use a different layout engine
|
2020-10-15 12:00:10 -04:00 |
|
|
|
bc16709150
|
tweak
|
2020-10-14 23:59:06 -04:00 |
|
|
|
dc8e6bc5ab
|
mention example using the new Fortran module in examples/COUPLE/simple
|
2020-10-14 23:29:03 -04:00 |
|
|
|
88644caaec
|
update header texts
|
2020-10-14 23:28:28 -04:00 |
|
|
|
937f8b3f61
|
reorder sections in developer guide
|
2020-10-14 22:57:41 -04:00 |
|
|
|
d41cce7660
|
update LAMMPS class diagram
|
2020-10-14 22:57:21 -04:00 |
|
|
|
a7a4ea76a2
|
update LAMMPS logo with raytraced version
|
2020-10-14 22:57:02 -04:00 |
|
|
|
89842fc7c4
|
Merge pull request #2418 from akohlmey/collected-small-changes
Collected small changes and bugfixes for the stable release
|
2020-10-14 17:45:10 -04:00 |
|
|
|
28641bcbc7
|
Merge pull request #2402 from ndtrung81/gpu-dpd
Allowed dpd/tstat/gpu and dpd/gpu to work together in pair style hybrid
|
2020-10-14 17:18:02 -04:00 |
|
|
|
61c33e5622
|
update documentation conventions for recent changes to the manual.
|
2020-10-14 17:01:58 -04:00 |
|
|
|
3926cbe5f0
|
Merge branch 'patch-3' of github.com:evoyiatzis/lammps into collected-small-changes
|
2020-10-14 15:18:03 -04:00 |
|
|
|
865b159d16
|
update singularity definitions for readline 6/7 to have a pkg-config file
|
2020-10-14 15:06:57 -04:00 |
|
|
|
234f27514f
|
avoid CMake failure when reporting packages without any of them enabled
|
2020-10-14 14:59:24 -04:00 |
|
|
|
65eb4b5527
|
explicitly enable C++11 and use pkg-config to get readline flags
|
2020-10-14 14:33:12 -04:00 |
|
|
|
d322e29f64
|
mention that C++11 also needs to be enabled with Ubuntu 16.04
|
2020-10-14 14:30:03 -04:00 |
|
|
|
45939602a5
|
Update fix_widom.rst
the shake keyword is not applicable to widom insertions
|
2020-10-14 20:17:35 +02:00 |
|
|
|
18091f15e0
|
Merge branch 'master' into collected-small-changes
|
2020-10-14 13:11:30 -04:00 |
|
|
|
7f804512b7
|
rename to be consistent with example log files
|
2020-10-14 13:11:13 -04:00 |
|
|
|
d27c7cd2fc
|
Merge pull request #2421 from akohlmey/remove-obsolete-files
Remove outdated or obsolete files
|
2020-10-14 13:09:52 -04:00 |
|
|
|
60ff1380d7
|
update log files for bench/POTENTIALS
|
2020-10-14 11:04:51 -04:00 |
|
|
|
50986d5f27
|
Merge pull request #2416 from akohlmey/lammps-shell-improvements
Bug fixes and improvements for the LAMMPS Shell tool
|
2020-10-14 10:42:30 -04:00 |
|
|
|
1e2c8ce2e6
|
correct data file for USER-EFF
|
2020-10-14 08:15:59 -04:00 |
|
|
|
3894212712
|
correctly use REBO potential
|
2020-10-14 08:04:57 -04:00 |
|
|
|
bb6cfbeec1
|
mention AMD GPUs
|
2020-10-14 08:04:37 -04:00 |
|
|
|
a002194e26
|
remove outdated "bench/KEPLER" folder
|
2020-10-14 07:57:32 -04:00 |
|
|
|
07387d5e6c
|
remove outdated "examples/accelerate" folder
|
2020-10-14 07:56:58 -04:00 |
|
|
|
587be7a21a
|
Remove makefiles for obsolete machines and configurations or that are redundant
|
2020-10-14 07:54:07 -04:00 |
|
|
|
89d60afb91
|
make certain alpha_final is initialized
|
2020-10-14 04:51:51 -04:00 |
|
|
|
00e1edfae9
|
add a preset for selecting gcc compilers (for cases where they are not the default)
|
2020-10-14 04:51:34 -04:00 |
|
|
|
2026636f72
|
overview description for the unit test folders
|
2020-10-13 22:00:10 -04:00 |
|
|
|
acbb54d35f
|
tweak testing and add at test run for history expansion
|
2020-10-13 21:32:48 -04:00 |
|
|
|
f003a6c536
|
implement a test prototype for the LAMMPS shell
|
2020-10-13 20:36:24 -04:00 |
|
|
|
290763a844
|
add a test_mode where the isatty() check is bypassed and history not read
this is enabled when the LAMMPS_SHELL_TESTING environment variable is set
|
2020-10-13 17:09:11 -04:00 |
|
|
|
114dd48779
|
change behavior with respect to OpenMP versus the regular LAMMPS executable
since the shell is not meant to be run with MPI we can use all threads by default.
|
2020-10-13 17:08:23 -04:00 |
|
|
|
8ab5f3c71a
|
adjust recently added/expanded tests so they skip tests when packages are missing
|
2020-10-13 15:42:21 -04:00 |
|
|
|
d0ac698a41
|
must not assume that size_one == nfield in DumpCustom since DumpVTK changes it
this changes all loops over format strings and output types to using nfield
|
2020-10-13 15:28:02 -04:00 |
|
|
|
e23774ed56
|
include "pointers.h" to avoid include file name conflicts when compiling with USER-VTK enabled
|
2020-10-13 15:26:38 -04:00 |
|
|
|
8920830909
|
utils.h is not needed (globally included via pointer.h)
|
2020-10-13 15:25:46 -04:00 |
|
|
|
338b05d9dd
|
set only build type specific compiler flags, so using -DCMAKE_CXX_FLAGS will work as expected
|
2020-10-13 12:00:03 -04:00 |
|
|
|
60a296fea8
|
small tweaks
|
2020-10-12 23:51:00 -04:00 |
|
|
|
49afab09a5
|
Building LAMMPS for Windows with the MinGW cross compiler is supported with CMake only
|
2020-10-12 23:49:40 -04:00 |
|
|
|
61381ad821
|
Use User's Guide and Programmer's Guide. Normalize header level formatting
|
2020-10-12 23:31:03 -04:00 |
|
|
|
ed885847a3
|
expose document and test more atom style property flags
|
2020-10-12 20:24:21 -04:00 |
|
|
|
a684f896de
|
rearrange doxygen docs for lammps_extract_settings() and lammps_extract_global()
this replaces two large tables whith multiple small tables that group
parameters by similar context
|
2020-10-12 18:59:35 -04:00 |
|
|
|
9bdae2b5c0
|
move installed packages summary to a different location further down in the output
|
2020-10-12 18:04:19 -04:00 |
|
|
|
1d7fa39bc2
|
don't print a message for each generated style/package header file
|
2020-10-12 17:10:38 -04:00 |
|
|
|
a97e632bb0
|
make enabled packages report more compact
|
2020-10-12 17:10:04 -04:00 |
|
|
|
ec4eab5061
|
CMake change requested by @junghans
|
2020-10-12 15:21:08 -04:00 |
|
|
|
24cec51e85
|
add tests for using python invoke and python style variables
|
2020-10-12 06:17:16 -04:00 |
|
|
|
8c5da70823
|
handle the case where the variable type is invalid and thus a null pointer is returned
|
2020-10-12 06:16:28 -04:00 |
|