OpenMPI  0.1.1
opal-checkpoint.c File Reference

OPAL Checkpoint command. More...

#include "opal_config.h"
#include <stdio.h>
#include <errno.h>
#include "opal/constants.h"
#include "opal/util/cmd_line.h"
#include "opal/util/argv.h"
#include "opal/util/show_help.h"
#include "opal/util/opal_environ.h"
#include "opal/util/error.h"
#include "opal/util/output.h"
#include "opal/mca/base/base.h"
#include "opal/mca/base/mca_base_param.h"
#include "opal/runtime/opal.h"
#include "opal/runtime/opal_cr.h"
#include "opal/mca/crs/crs.h"
#include "opal/mca/crs/base/base.h"

Data Structures

struct  opal_checkpoint_globals_t
 

Functions

static int initialize (int argc, char *argv[])
 
static int finalize (void)
 
static int parse_args (int argc, char *argv[])
 
static int notify_process_for_checkpoint (pid_t pid, char **fname, int term, opal_crs_state_type_t *state)
 
int main (int argc, char *argv[])
 

Variables

opal_checkpoint_globals_t opal_checkpoint_globals
 
opal_cmd_line_init_t cmd_line_opts []
 

Detailed Description

OPAL Checkpoint command.

This command will initiate the checkpoint of a single process that has been compiled with OPAL support.

Function Documentation

static int parse_args ( int  argc,
char *  argv[] 
)
static

Put all of the MCA arguments in the environment

Now start parsing our specific arguments

References mca_base_param_env_var(), opal_argv_count(), opal_cmd_line_create(), opal_cmd_line_get_tail(), opal_cmd_line_get_usage_msg(), opal_cmd_line_parse(), opal_setenv(), and opal_show_help_string().