1
1
This commit was SVN r14200.
Этот коммит содержится в:
Tim Prins 2007-04-02 21:12:16 +00:00
родитель 5ff1c10e70
Коммит b1bed8375c
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -202,7 +202,7 @@ int opal_cr_init(void )
mca_base_param_reg_string_name("opal_cr", "tmp_dir",
"Temporary directory to place rendezvous files for a checkpoint",
false, false,
strdup("/tmp"),
"/tmp",
&opal_cr_pipe_dir);
opal_output_verbose(10, opal_cr_output,

Просмотреть файл

@ -43,9 +43,9 @@ extern "C" {
#define OPAL_CR_DONE ((char) 0)
#define OPAL_CR_ACK ((char) 1)
#define OPAL_CR_CHECKPOINT ((char) 2)
#define OPAL_CR_NAMED_PROG_R (strdup("opal_cr_prog_read"))
#define OPAL_CR_NAMED_PROG_W (strdup("opal_cr_prog_write"))
#define OPAL_CR_BASE_ENV_NAME (strdup("opal_cr_restart-env"))
#define OPAL_CR_NAMED_PROG_R ("opal_cr_prog_read")
#define OPAL_CR_NAMED_PROG_W ("opal_cr_prog_write")
#define OPAL_CR_BASE_ENV_NAME ("opal_cr_restart-env")
/*
* Possible responses to a checkpoint request from opal-checkpoint