File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
// / \def TINKER9_VERSION_PATCH
10
10
#define TINKER9_VERSION_MAJOR 1
11
11
#define TINKER9_VERSION_MINOR 0
12
- #define TINKER9_VERSION_PATCH 3
12
+ #define TINKER9_VERSION_PATCH 4
13
13
// / \}
14
14
15
15
// clang-format off
31
31
" ### ### " " \n " \
32
32
" ### Tinker9 -- Software Tools for Molecular Design ###" " \n " \
33
33
" ## ##" " \n " \
34
- " ## Version 1.0.3 July 2022 ##" " \n " \
34
+ " ## Version 1.0.4 July 2022 ##" " \n " \
35
35
" ## ##" " \n " \
36
36
" ## Copyright (c) Zhi Wang & the Ponder Lab ##" " \n " \
37
37
" ### All Rights Reserved ###" " \n " \
Original file line number Diff line number Diff line change @@ -317,6 +317,7 @@ void gpuData(RcOp op)
317
317
#if CUDART_VERSION >= 11000
318
318
check_rt (cudaSetDeviceFlags (cuda_device_flags));
319
319
#endif
320
+ check_rt (cudaDeviceSynchronize ());
320
321
321
322
int kdevice = -1 ;
322
323
check_rt (cudaGetDevice (&kdevice));
You can’t perform that action at this time.
0 commit comments