Skip to content

Commit 27702f1

Browse files
authored
Merge pull request brucefan1983#1037 from brucefan1983/4.1
GPUMD-v4.1
2 parents 3259183 + b81652e commit 27702f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main_gpumd/main.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void print_welcome_information(void)
6262
printf("***************************************************************\n");
6363
printf("* Welcome to use GPUMD *\n");
6464
printf("* (Graphics Processing Units Molecular Dynamics) *\n");
65-
printf("* version 4.0 *\n");
65+
printf("* version 4.1 *\n");
6666
printf("* This is the gpumd executable *\n");
6767
printf("***************************************************************\n");
6868
printf("\n");

src/main_nep/main.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void print_welcome_information(void)
7373
printf("***************************************************************\n");
7474
printf("* Welcome to use GPUMD *\n");
7575
printf("* (Graphics Processing Units Molecular Dynamics) *\n");
76-
printf("* version 4.0 *\n");
76+
printf("* version 4.1 *\n");
7777
printf("* This is the nep executable *\n");
7878
printf("***************************************************************\n");
7979
printf("\n");

0 commit comments

Comments
 (0)