Skip to content

Commit db532cd

Browse files
committed
add link to maintenance doc
1 parent d013645 commit db532cd

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
-Date
33
-Name
44
-changes
5+
--------------
6+
Nov 28, 2024
7+
Name: Tian Tian
8+
Changes: (README)
9+
1. Add link to documentation (hosted on SPARC-X-API site) for maintenance.
10+
511
--------------
612
Nov 23, 2024
713
Name: Tian Tian

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,17 @@ Upon successful execution of the `sparc` code, depending on the calculations per
180180
- `.restart` file
181181
182182
Information necessary to perform a restarted QMD calculation.
183+
184+
### (6) Maintenance
185+
186+
for SPARC C/C++ developers, check the [maintenance
187+
guide](https://sparc-x.github.io/SPARC-X-API/maintainers/sparc-c-c%2B%2B.html)
188+
for details including:
189+
1. CI/CD workflows
190+
2. Compiled binary release on conda-forge
183191
184192
185-
### (6) Citation:
193+
### (7) Citation:
186194
187195
If you publish work using/regarding SPARC, please cite some of the following articles, particularly those that are most relevant to your work:
188196
* **General**: https://doi.org/10.1016/j.simpa.2024.100649 (v2), https://doi.org/10.1016/j.softx.2021.100709 (v1), https://doi.org/10.1016/j.cpc.2016.09.020 (initial developments, isolated systems), https://doi.org/10.1016/j.cpc.2017.02.019 (initial developments, extended systems)

src/initialization.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3649,7 +3649,7 @@ void write_output_init(SPARC_OBJ *pSPARC) {
36493649
}
36503650

36513651
fprintf(output_fp,"***************************************************************************\n");
3652-
fprintf(output_fp,"* SPARC (version Nov 23, 2024) *\n");
3652+
fprintf(output_fp,"* SPARC (version Nov 28, 2024) *\n");
36533653
fprintf(output_fp,"* Copyright (c) 2020 Material Physics & Mechanics Group, Georgia Tech *\n");
36543654
fprintf(output_fp,"* Distributed under GNU General Public License 3 (GPL) *\n");
36553655
fprintf(output_fp,"* Start time: %s *\n",c_time_str);

0 commit comments

Comments
 (0)