Skip to content

Commit

Permalink
to release v3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
brucefan1983 committed Oct 26, 2023
1 parent 21b5691 commit 8cfdb28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main_gpumd/main.cu
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ void print_welcome_information(void)
printf("***************************************************************\n");
printf("* Welcome to use GPUMD *\n");
printf("* (Graphics Processing Units Molecular Dynamics) *\n");
printf("* Version 3.8 *\n");
printf("* Version 3.9 *\n");
printf("* This is the gpumd executable *\n");
printf("***************************************************************\n");
printf("\n");
Expand Down
2 changes: 1 addition & 1 deletion src/main_nep/main.cu
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ void print_welcome_information(void)
printf("***************************************************************\n");
printf("* Welcome to use GPUMD *\n");
printf("* (Graphics Processing Units Molecular Dynamics) *\n");
printf("* Version 3.8 *\n");
printf("* Version 3.9 *\n");
printf("* This is the nep executable *\n");
printf("***************************************************************\n");
printf("\n");
Expand Down
2 changes: 1 addition & 1 deletion src/measure/dump_netcdf.cu
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ http://ambermd.org/netcdf/nctraj.xhtml
#include <unistd.h>

const int FILE_NAME_LENGTH = 200;
#define GPUMD_VERSION "3.8"
#define GPUMD_VERSION "3.9"

/* Handle errors by printing an error message and exiting with a
* non-zero status. */
Expand Down

0 comments on commit 8cfdb28

Please sign in to comment.