Cloned SEACAS for EXODUS library with extra build files for internal package management.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

2.7 KiB

TriBITS Maintainers Guide and Reference

Author

Roscoe A. Bartlett (rabartl@sandia.gov)

Date
Version
Abstract

This document describes the internal implementation and the maintenance of the TriBITS project itself. The primary audience are those individuals who will make changes and contributions to the TriBITS project or just want to understand its implementation details. Included is all of the same information as the TriBITS Users Guide but also include file names and line numbers for all of the documented TriBITS macros and functions.

Introduction

This document describes the usage and maintenance of the TriBITS (Tribal Build, Integration, Test System) package itself. This document includes a super-set the material from the TriBITS Users Guide and Reference document. In addition, all of the detailed function and macro documentation blocks include the file names and line numbers where they are implemented in the TriBITS source repository. This makes it easier to navigate around the TriBITS source code when developing on TriBITS itself or just trying to understand its implementation.

TriBITS System Maintainers Documentation

This section contains more detailed information about the internal implementation of TriBITS. This information is meant to make it easier to understand and manipulate the data-structures and macros/functions that make up internal implementation of TriBITS and is important for TriBITS System Developers and TriBITS System Architects.

Appendix