OpenMPI
0.1.1
|
GZIP COMPRESS component. More...
#include "opal_config.h"
#include "opal/util/output.h"
#include "opal/mca/mca.h"
#include "opal/mca/compress/compress.h"
Go to the source code of this file.
Data Structures | |
struct | opal_compress_gzip_component_t |
Typedefs | |
typedef struct opal_compress_gzip_component_t | opal_compress_gzip_component_t |
Functions | |
int | opal_compress_gzip_component_query (mca_base_module_t **module, int *priority) |
int | opal_compress_gzip_module_init (void) |
int | opal_compress_gzip_module_finalize (void) |
int | opal_compress_gzip_compress (char *fname, char **cname, char **postfix) |
int | opal_compress_gzip_compress_nb (char *fname, char **cname, char **postfix, pid_t *child_pid) |
int | opal_compress_gzip_decompress (char *cname, char **fname) |
int | opal_compress_gzip_decompress_nb (char *cname, char **fname, pid_t *child_pid) |
Variables | |
OPAL_MODULE_DECLSPEC opal_compress_gzip_component_t | mca_compress_gzip_component |
GZIP COMPRESS component.
Uses the gzip library