Next: , Previous: , Up: Overview   [Contents][Index]


Run-time library

Run-time library

coNCePTuaL makes a large run-time library ( runtimelib.c) available to generated programs. The coNCePTuaL run-time library, which is written in C, provides consistent functionality across target languages and communication layers as well as across hardware architectures and operating systems. The library also simplifies code generation by implementing functions for such tasks as memory allocation, queue management, and data logging. The functions in this library are described in Run-time library functions.

Scott Pakin, pakin@lanl.gov