libsc 2.8.5.210-64a7
The SC library provides support for parallel scientific applications.
Data Structures
Here are the data structures with brief descriptions:
 Csc_amr_control
 Csc_arrayThe sc_array object provides a dynamic array of equal-size elements
 Csc_flopinfo
 Csc_function3_meta
 Csc_hashThe sc_hash implements a hash table
 Csc_hash_arrayThe sc_hash_array implements an array backed up by a hash table
 Csc_hash_array_data
 Csc_io_sinkA generic data sink
 Csc_io_sourceA generic data source
 Csc_linkThe sc_link structure is one link of a linked list
 Csc_listThe sc_list object provides a linked list
 Csc_mempoolThe sc_mempool object provides a large pool of equal-size elements
 Csc_MPI_StatusReplacement of MPI_Status for non-MPI configuration
 Csc_mstampA data container to create memory items of the same size
 Csc_no_mpiio_fileReplacement structure for MPI_File
 Csc_recycle_arrayThe sc_recycle_array object provides an array of slots that can be reused
 Csc_refcountThe refcount structure is declared in public so its size is known
 Csc_scda_fopen_optionsAn options struct for the functions sc_scda_fopen_write and sc_scda_fopen_read
 Csc_statinfoStore information of one random variable
 Csc_statsThe statistics container allows dynamically adding random variables
 Csc_stringThis is a simple type for growing a string by printf-like commands
 Csc_uint128An unsigned 128 bit integer represented as two uint64_t
 Csc_unique_counter