4a10111ced
add iwyu target to CMake configuration
2020-09-02 18:42:19 -04:00
a4380a548d
make more readable
2020-09-02 11:11:48 -04:00
60b98f6b91
Require libzstd>=1.4 for Zstd dump styles
2020-09-01 13:52:56 -04:00
31bd76efa5
Merge remote-tracking branch 'origin/master' into zstd_support
2020-09-01 12:58:41 -04:00
3db1a6d690
Use PkgConfig to find Zstd
2020-09-01 11:14:36 -04:00
0925fc822d
Make Zstd support optional
2020-08-31 18:21:58 -04:00
5623009962
arch 3.0 is dropped in CUDA 11
2020-08-30 13:12:42 +03:00
d00807ee9a
Merge pull request #2311 from stanmoore1/kk_update_3.2
...
Update Kokkos library in LAMMPS to v3.2
2020-08-26 15:35:25 -04:00
d40b658644
cmake: update kokkos version/checksum
2020-08-26 10:05:14 -06:00
0d8454ac25
First version of Zstd dump atom
2020-08-25 23:27:42 -04:00
3a638440a4
Add missing PDF folder
2020-08-25 16:12:09 -04:00
df8fb26272
Refactor changes to documentation build
...
- Added CMake variables for readability
- Moved Mathjax files to _static to avoid special copy logic
- Moved JPG/lammps-logo.png to _static to avoid special copy logic
- Removed dead CMake code
2020-08-25 13:41:31 -04:00
3f685c346f
add doxygen integration with conventional and cmake doc build
2020-08-24 17:58:37 -04:00
3c7d59401c
Merge pull request #2107 from junghans/offline_gtest
...
cmake: allow to overwrite GTest URL for offline machines
2020-08-21 10:57:08 -04:00
8e74d5ad02
Eigen3 is now hosted at GitLab. The bitbucket repo is gone. Update URLs and MD5s
2020-08-18 21:29:43 -04:00
265b7cf11c
use new dependency resolver in pip for the documentation build virtual environment
2020-08-11 14:11:44 -04:00
d09d40af9d
make check for alternate linke more restrictive: also check for linker binary.
2020-08-03 11:36:02 -04:00
d0b6ce8284
displace target link options (if supported by CMake version)
2020-07-29 17:46:24 -04:00
1f1767f5af
convert linker choice to (advanced) choice. only for Clang and GNU at the moment
2020-07-29 17:36:34 -04:00
4d9781f9b6
fix typo an reorder
2020-07-29 11:10:14 -04:00
1677b76b6c
try using faster alternatives to GNU ld when building (many) test executables
2020-07-28 20:56:32 -04:00
39cefc4eb3
Merge pull request #2241 from yafshar/cmake
...
Update the deprecated property and fix the empty value on macOS
2020-07-20 12:23:20 -04:00
05c0b5d5ce
Update the deprecated property and fix the empty value on macOS
...
The `IMPORTED_LINK_INTERFACE_LIBRARIES` is deprecated and is
updated to `INTERFACE_LINK_LIBRARIES` instead.
On macOS `CMAKE_THREAD_LIBS_INIT` is empty since empty the thread
functions are provided by the system libraries. To avoid getting
`set_target_properties called with incorrect number of arguments` error
message, we put it inside double quotes.
2020-07-18 15:12:31 -05:00
c5698ac994
Merge branch 'collected-small-fixes' of github.com:rbberger/lammps into collected-small-changes
2020-07-17 14:03:17 -04:00
73a076daf3
don't set CMAKE_TUNE_FLAGS to anything by default
2020-07-15 16:19:48 -04:00
aa82608142
print warning for unknown/unsupported CUDA versions
2020-07-15 11:28:33 -04:00
a082895b90
update CMake script for GPU package to include handling of Arch 8.0 and CUDA 11
2020-07-15 11:08:06 -04:00
fadfb1b482
Allow changing CMAKE_CXX_EXTENSIONS option to resolve #2079
2020-07-03 12:41:49 -04:00
8929ba42cd
enable exceptions by default when testing is enabled, so we can test for failures
2020-07-02 09:50:15 -04:00
66271448ae
Merge pull request #2167 from Vsevak/master
...
Update GPU CMake and Makefile scripts for ROCm v3.5
2020-06-26 13:43:32 -04:00
cd6de39319
whitespace
2020-06-25 15:35:25 -04:00
a7d2b792a8
Merge branch 'master' into test-updates
2020-06-24 17:25:55 -04:00
3525d1f104
simplify suppression handling by creating a custom local file
2020-06-24 13:35:36 -04:00
57538fb91c
add leak sanitizer option
2020-06-24 13:34:47 -04:00
5ea9b1b38d
simplify detection and application of valgrind suppressions
2020-06-24 09:33:19 -04:00
8cec13a038
Add memory checker support in CMake
...
If ENABLE_TESTING is ON, you can now use memory checking tools to run the test
suite and check for memory leaks. By default CMake will try to find valgrind in
your path and set some default options.
To customize this behavior use the MEMORYCHECK_COMMAND and
MEMORYCHECK_COMMAND_OPTIONS variables. To run tests with the memory checker,
use the MemCheck action in ctest:
Run entire test suite:
ctest -T MemCheck
Run single test:
ctest -T MemCheck -R TESTNAME
Run test in verbose mode:
ctest -V -T MemCheck -R TESTNAME
2020-06-23 13:35:59 -04:00
2e48ea8680
include MLIAP package in cross-compiler builds
2020-06-23 07:11:30 -04:00
ac48f2dd67
add a hard dependency of MLIAP on SNAP
2020-06-22 13:30:43 -04:00
233b56105a
Merge branch 'master' into mliap
2020-06-22 11:24:49 -04:00
75114afc0e
integrate MLIAP package into CMake procedure
2020-06-22 11:24:44 -04:00
723b9e6760
Try to keep compatibility with deprecated ROCm hcc compiler
2020-06-20 15:17:54 +03:00
8f4e18ba3a
change logic of selecting and allowing sanitizer options to be compatible with unsupported compilers
2020-06-19 11:30:38 -04:00
e934f7bac3
try to work around linker issues with older CMake versions and using coverage or sanitizers
2020-06-19 00:20:20 -04:00
2ea5d9956a
find_package is unnecessary for rocprim
2020-06-19 00:01:03 +03:00
b866ea68f6
make sanitizers an explicit cmake option (again) so we can set the flags properly
2020-06-18 11:46:42 -04:00
d6ca98cb44
don't validate compiler flags provided with CMAKE_TUNE_FLAGS anymore
...
closes #2084
2020-06-17 23:47:55 -04:00
d3baa414d2
Fix cmake for GPU ROCm 3.5 backend
2020-06-17 23:33:16 +03:00
2d52a09d08
patch the source code to the ScaFaCoS lib with a proper fix instead of working around it with compiler flags
2020-06-17 13:01:29 -04:00
34e46cc336
add workaround to USER-SCAFACOS package CMake script for linker error in FMM with GNU gcc 10.0
2020-06-17 07:41:00 -04:00
fd8cfed86d
fix typo
2020-06-15 17:33:50 -04:00