Skip to content

Commit

Permalink
Bump version to v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zhi-wang committed Jul 15, 2022
1 parent 58961da commit 3183975
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/tinker9.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/// \def TINKER9_VERSION_PATCH
#define TINKER9_VERSION_MAJOR 1
#define TINKER9_VERSION_MINOR 0
#define TINKER9_VERSION_PATCH 3
#define TINKER9_VERSION_PATCH 4
/// \}

// clang-format off
Expand All @@ -31,7 +31,7 @@
" ### ### ""\n" \
" ### Tinker9 -- Software Tools for Molecular Design ###""\n" \
" ## ##""\n" \
" ## Version 1.0.3 July 2022 ##""\n" \
" ## Version 1.0.4 July 2022 ##""\n" \
" ## ##""\n" \
" ## Copyright (c) Zhi Wang & the Ponder Lab ##""\n" \
" ### All Rights Reserved ###""\n" \
Expand Down
1 change: 1 addition & 0 deletions src/cudart/gpucard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ void gpuData(RcOp op)
#if CUDART_VERSION >= 11000
check_rt(cudaSetDeviceFlags(cuda_device_flags));
#endif
check_rt(cudaDeviceSynchronize());

int kdevice = -1;
check_rt(cudaGetDevice(&kdevice));
Expand Down

0 comments on commit 3183975

Please sign in to comment.