Skip to content

Commit b430833

Browse files
authored
Merge pull request brucefan1983#1396 from brucefan1983/5.0
5.0 ready
2 parents 24d826a + 1c10424 commit b430833

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main_gnep/main.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void print_welcome_information(void)
7272
printf("* Welcome to use GNEP *\n");
7373
printf("* (Gradient-optimized Neuroevolution Potentials) *\n");
7474
printf("* Potential extension for GPUMD *\n");
75-
printf("* version 4.9.1 *\n");
75+
printf("* version 5.0 *\n");
7676
printf("***************************************************************\n");
7777
printf("\n");
7878
}

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.9.1 *\n");
65+
printf("* version 5.0 *\n");
6666
printf("* This is the gpumd executable *\n");
6767
printf("***************************************************************\n");
6868
printf("\n");

src/main_mdi/main.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ void print_welcome_information(void)
8484
printf("***************************************************************\n");
8585
printf("* Welcome to use GPUMD *\n");
8686
printf("* (Graphics Processing Units Molecular Dynamics) *\n");
87-
printf("* version 4.9.1 *\n");
87+
printf("* version 5.0 *\n");
8888
printf("* This is the gpumd executable with MDI support *\n");
8989
printf("***************************************************************\n");
9090
printf("\n");

0 commit comments

Comments
 (0)