|
|
059f450f1b
|
add uppercase string utility function (for symmetry)
|
2021-10-07 00:00:33 -04:00 |
|
|
|
b8d6df6461
|
add missing platform scope
|
2021-10-06 20:44:42 -05:00 |
|
|
|
98d9b675f9
|
Use portable logical operators
|
2021-10-06 20:44:27 -05:00 |
|
|
|
5c34fe4d5d
|
Replace strcasecmp()
|
2021-10-06 20:43:56 -05:00 |
|
|
|
b3ca238a61
|
silence warning
|
2021-10-06 17:44:57 -04:00 |
|
|
|
ef84435b7c
|
replace non-portable strcasecmp() with comparing two strings converted to lowercase
|
2021-10-06 17:44:45 -04:00 |
|
|
|
a9bccee7b2
|
add utility to convert a string to lowercase
|
2021-10-06 17:43:41 -04:00 |
|
|
|
aab3e085a2
|
silence compiler warning on windows
|
2021-10-06 16:49:48 -04:00 |
|
|
|
f643c2b98f
|
portability changes
|
2021-10-06 16:34:39 -04:00 |
|
|
|
50d997526c
|
a few more MSVC++ tweaks for improved compatibility and fewer warnings
|
2021-10-06 16:18:21 -04:00 |
|
|
|
69e600c404
|
Misc updates and style fixes
|
2021-10-06 14:13:48 -06:00 |
|
|
|
4260d31b85
|
whitespace
|
2021-10-06 15:57:33 -04:00 |
|
|
|
6c7b42a190
|
small tweaks and fixes for compiling with MSVC++
|
2021-10-06 15:24:59 -04:00 |
|
|
|
ec1a55b35b
|
use platform code for reading/writing of compressed text file via a pipe
|
2021-10-06 15:04:48 -04:00 |
|
|
|
a539c317b3
|
Revert changes to makefile
|
2021-10-06 11:43:40 -07:00 |
|
|
|
3d86a0f5f6
|
Fix two bugs in compute_orientorder_atom_kokkos
|
2021-10-06 11:15:34 -07:00 |
|
|
|
891d4c278f
|
port dump movie to platform namespace
|
2021-10-06 14:08:45 -04:00 |
|
|
|
d9288ae7e9
|
whitespace
|
2021-10-06 08:33:02 -07:00 |
|
|
|
bbfb2d2712
|
Add missing code to modify_kokkos
|
2021-10-06 08:27:25 -07:00 |
|
|
|
4aae11f8fb
|
port plugin loader to platform namespace
|
2021-10-06 08:59:56 -04:00 |
|
|
|
10a8a1b325
|
add dlerror() call wrapper
|
2021-10-06 08:59:51 -04:00 |
|
|
|
e3cb5a5e25
|
restore old version of MPI_Wtime(). we're not using it anyway.
|
2021-10-06 07:09:36 -04:00 |
|
|
|
81492533e6
|
recover serial compilation
|
2021-10-05 23:19:52 -04:00 |
|
|
|
8b36061db4
|
replace MPI_Wtime() with platform::walltime()
|
2021-10-05 22:53:39 -04:00 |
|
|
|
f17aeebbcd
|
make compilable on windows
|
2021-10-05 22:31:39 -04:00 |
|
|
|
46eaa4888e
|
simplify using platform function
|
2021-10-05 22:31:25 -04:00 |
|
|
|
cc2d23de21
|
use platform::cputtime()
|
2021-10-05 22:31:06 -04:00 |
|
|
|
087c1b3a65
|
revive skipped code to detect OS revisions
|
2021-10-05 22:30:45 -04:00 |
|
|
|
6f2076a9b8
|
update docs
|
2021-10-05 22:11:19 -04:00 |
|
|
|
b2c4f08bbc
|
use C++11 functionality to determine wall time
|
2021-10-05 21:52:52 -04:00 |
|
|
|
fcdabe0002
|
implement a platform neutral usleep() using C++11
|
2021-10-05 17:58:27 -04:00 |
|
|
|
528050aa08
|
use platform namespace to delete file
|
2021-10-05 17:57:38 -04:00 |
|
|
|
0c6707bf0c
|
Fix compile issue with bond_class2_kokkos and UVM-enabled
|
2021-10-05 14:49:30 -06:00 |
|
|
|
e3e82df995
|
port "embedded" shell commands to use platform functions
|
2021-10-05 16:36:06 -04:00 |
|
|
|
5128eb7b43
|
port read/write_restart to use the platform namespace
|
2021-10-05 16:35:37 -04:00 |
|
|
|
af070aa351
|
add support for seeking to the end of a file
|
2021-10-05 15:44:58 -04:00 |
|
|
|
fc5920812f
|
new group arg for delete_atoms porosity
|
2021-10-05 13:07:34 -06:00 |
|
|
|
f0940104f5
|
first version of new fix mol/swap command
|
2021-10-05 11:06:32 -06:00 |
|
|
|
340207988c
|
fix a couple more bugs like in 5246cedda6
|
2021-10-05 10:36:25 -04:00 |
|
|
|
741cf9c7d5
|
remove obsoleted include statements
|
2021-10-05 07:36:22 -04:00 |
|
|
|
0bdc6d47e0
|
port molfile plugin reader to platform namespace
|
2021-10-04 22:56:23 -04:00 |
|
|
|
ee594a879b
|
make use of platform::putenv()
|
2021-10-04 22:39:43 -04:00 |
|
|
|
40f683c1a7
|
use platform functions to handle piping help output to a pager when on a console
|
2021-10-04 18:14:21 -04:00 |
|
|
|
7cdd82dee2
|
use platform functions for averaging fixes
|
2021-10-04 18:13:46 -04:00 |
|
|
|
dd2b5b22d4
|
fix saed/vtk does not use the overwrite option anywhere
|
2021-10-04 17:22:58 -04:00 |
|
|
|
485796f387
|
Merge branch 'master' into platform-namespace
|
2021-10-04 15:19:12 -04:00 |
|
|
|
ab51c1bd3d
|
Merge pull request #2977 from akohlmey/collected-small-changes
Collected small changes
|
2021-10-04 11:07:03 -07:00 |
|
|
|
9d96e10048
|
silence compiler warning
|
2021-10-04 07:32:25 -04:00 |
|
|
|
dc2453a22b
|
silence some compiler warnings
|
2021-10-04 06:56:13 -04:00 |
|
|
|
5246cedda6
|
Fix misplaced MPI calls bug in pair style drip
|
2021-10-04 06:50:38 -04:00 |
|