A few more small leaks...
This commit was SVN r14200.
Этот коммит содержится в:
родитель
5ff1c10e70
Коммит
b1bed8375c
@ -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
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user