SCEC Software

From SCECpedia
Revision as of 04:42, 27 July 2010 by Maechlin (talk | contribs) (Created page with 'SCEC Software Release Policies - SCEC software engineering group has established standard practices for use when releasing new versions of publicly distributed scientific softwa…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

SCEC Software Release Policies

- SCEC software engineering group has established standard practices for use when releasing new versions of publicly distributed scientific software. These practices are based on "best practices" for scientific software development established on SCEC's CSEP project.

Each software project must have the following items:

(1) A public SCECpedia entry that provides and overview of the software project, the capabilities of the software, and a software release history.

(2) A private SCECpedia entry that describes the software development information for the project including design overview, data sources, algorithms used, software language, development environment, run-time environment, and required software stack.

(3) Source code under version control.

(4) Issue tracking system (TRAC) site with a trouble ticket system and a connection to source code under version control.

(5) Automated suite of user-oriented acceptance tests typically-based on reference inputs and outputs compared to calculated results.

(6) Automated build and test capability, such as CruiseControl, which will run the acceptance tests without manual interactions.

(7) Assigned Software Version Number using CSEP model of Yr.Mo.Day v10.8.1 with tags in version control system.

(8) Release Description wiki pages containing the following information: - Software or system name and description of purpose of software - Link to public web page describing project - Description of software capabilitie - Description of intended users - Version of current release - Overview of changes including new capabilities of current release - Software support email list - Contact for Responsible scientists - Contact for Responsible Software Engineer - How to report software problem or request features

(9) User documentation including web and pdf versions of: - Scientific User Guide to using Software and results - Computer User Guide to Installing and operation software