a1fc036e25
Fix typo in src/timer.cpp
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-04-24 07:53:05 -04:00
2d70947044
two more workarounds for compilation with -DFMT_STATIC_THOUSANDS_SEPARATOR
2025-04-23 21:00:40 -04:00
5a1aed7957
properly tally the SYNC time contributions to the ALL time entry
...
this way its contribution is not double counted when determining
the "Other" time data.
2025-03-10 12:16:51 -04:00
c476e6704b
revert workarounds for Intel ICC 19.x
2025-01-12 20:13:24 -05:00
c8a46fe4ce
make better use for std calls and improve error messages
2025-01-12 17:48:50 -05:00
943504fd98
move timespec2seconds exception handling to calling function
2025-01-12 17:48:20 -05:00
246698d3c2
Timer::_timeout should be double and it should be allowed to have fractions.
2024-06-29 03:43:26 -04:00
ac8f02ec5a
correct comment
2024-02-02 12:17:58 -05:00
82f106c12a
ensure that the "timeremain" thermo keyword never reports a negative remaining time
2024-02-02 11:53:40 -05:00
b1d0f4afab
correct timer time output format for timeouts > 24 hours
2023-05-06 22:40:58 -04:00
27da716852
getting out of the insurance business :-)
2023-01-23 16:45:41 -05:00
01a54723d7
more iwyu updates
2022-12-11 23:40:31 -05:00
2132b1d904
update developer reference text
2022-10-24 11:08:26 -04:00
cccf3f6f78
change email for contacting LAMMPS developers, add to homepage checker
2022-10-20 20:36:03 -04:00
32612d3f5b
enable and apply clang-format
2022-03-18 00:06:28 -04:00
8b36061db4
replace MPI_Wtime() with platform::walltime()
2021-10-05 22:53:39 -04:00
cc2d23de21
use platform::cputtime()
2021-10-05 22:31:06 -04:00
e070766915
including lmpwindows.h globally from lmptype.h does more harm than good
...
this addresses some (cross) compilation issues locally.
in the long run, this should be addressed by implementing issue #1884
where platform specific functionality is wrapped into a small library
of generic functions adapted for LAMMPS' needs (like utils:: does for
non-portable convenience functions).
2021-09-07 10:39:16 -04:00
09c19a936b
update URLs in source code and manual
2021-05-24 14:18:20 -04:00
d8291eea7b
Merge branch 'master' into prepare-clang-format
...
# Conflicts:
# src/MOLECULE/bond_fene.h
# src/MOLECULE/bond_fene_expand.h
2021-05-11 21:49:48 -04:00
985fe9cd31
Use fmt::gmtime in timer.cpp
2021-05-10 19:09:44 -04:00
d1941392d3
disable clang-format for all existing .cpp files (for now)
2021-05-05 23:53:38 -04:00
d2cdb318ab
apply new logmesg() overload to a bunch of cases.
2021-04-21 23:38:45 -04:00
adf74b3a22
use https://lammps.sandia.gov based URLs consistently
2020-10-21 16:45:30 -04:00
f6a7cbd2e8
fix typo
2020-10-04 11:31:15 -04:00
2f67f299e5
correct error messages and make use of utils and fmtlib
2020-10-04 11:26:22 -04:00
390c6ba106
rechecking some corefiles with IWYU after the many updates
2020-09-03 15:28:07 -04:00
96d8d12a88
replace calls to force->*numeric() with the corresponding utils::*numeric()
...
this also removes the now obsolete functions from Force
2020-08-29 20:31:02 -04:00
4126ba24c1
Move timespec2seconds to utils
2020-08-03 16:54:53 -04:00
5eccaecf9b
use #include <cstdint> now that we require C++11
2020-04-21 19:31:57 -04:00
03418be645
minor tweaks to already processed files
2019-07-08 16:22:55 -04:00
256531a29a
put implementation header first for all remaining main folder source files
2019-07-03 19:34:13 -04:00
0015b15b18
revert <cstdint> back to <stdint.h> as the former seems to require C++-11
2018-04-27 18:25:30 -04:00
e4071d7f46
replace C-style include files with their C++ equivalents
2018-04-27 18:00:24 -04:00
2c5ea9fc61
reapply changes to the timer class that got lost somehow
2016-10-18 14:05:08 -04:00
f8a26dd158
update Timer::force_timeout() to trigger at next loop iteration
2016-10-12 07:26:03 -04:00
1f6518400e
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15429 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2016-08-03 19:31:52 +00:00
88812c44fb
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15250 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2016-07-01 23:31:09 +00:00
d55f968432
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15203 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2016-06-17 23:48:15 +00:00
354e20f431
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14220 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2015-10-30 20:04:06 +00:00
ce59e32d1c
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13937 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2015-08-28 20:00:56 +00:00
ef9e700545
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8226 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2012-06-06 22:47:51 +00:00
1f2a7add78
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5836 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2011-03-26 00:50:29 +00:00
209f169cbc
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@254 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2007-01-30 00:22:05 +00:00
222c95507e
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@26 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2006-09-27 19:51:33 +00:00