libsc
2.8.7
The SC library provides support for parallel scientific applications.
|
Csc_amr_control | |
Csc_array | The sc_array object provides a dynamic array of equal-size elements |
Csc_flopinfo | |
Csc_function3_meta | |
Csc_hash | The sc_hash implements a hash table |
Csc_hash_array | The sc_hash_array implements an array backed up by a hash table |
Csc_io_sink | A generic data sink |
Csc_io_source | A generic data source |
Csc_link | The sc_link structure is one link of a linked list |
Csc_list | The sc_list object provides a linked list |
Csc_mempool | The sc_mempool object provides a large pool of equal-size elements |
Csc_MPI_Status | Replacement of MPI_Status for non-MPI configuration |
Csc_mstamp | A data container to create memory items of the same size |
Csc_no_mpiio_file | Replacement structure for MPI_File |
Csc_recycle_array | The sc_recycle_array object provides an array of slots that can be reused |
Csc_refcount | The refcount structure is declared in public so its size is known |
Csc_scda_ferror | Error values for the scda functions |
Csc_scda_params | A parameter struct for the functions sc_scda_fopen_write and sc_scda_fopen_read |
Csc_statinfo | Store information of one random variable |
Csc_stats | The statistics container allows dynamically adding random variables |
Csc_string | This is a simple type for growing a string by printf-like commands |
Csc_uint128 | An unsigned 128 bit integer represented as two uint64_t |
Csc_unique_counter |