Oops - forgot to remove a couple of diagnostic messages. Took care of that now...
This commit was SVN r2248.
Этот коммит содержится в:
родитель
f2b232c16b
Коммит
c67b2a9bdb
@ -242,7 +242,6 @@ mca_gpr_base_module_t *mca_gpr_replica_init(bool *allow_multi_user_threads, bool
|
||||
|
||||
if (ompi_process_info.seed) {
|
||||
|
||||
ompi_output(mca_gpr_base_output, "entered replica_init");
|
||||
|
||||
/* Return a module (choose an arbitrary, positive priority --
|
||||
it's only relevant compared to other ns components). If
|
||||
@ -267,12 +266,9 @@ mca_gpr_base_module_t *mca_gpr_replica_init(bool *allow_multi_user_threads, bool
|
||||
/* define the "universe" segment */
|
||||
response = gpr_replica_define_segment("universe");
|
||||
if (0 > response) { /* got error code */
|
||||
ompi_output(mca_gpr_base_output, "registry_init(error): could not create universe segment\n");
|
||||
exit(response);
|
||||
}
|
||||
|
||||
ompi_output(mca_gpr_base_output, "issuing receive");
|
||||
|
||||
/* issue the non-blocking receive */
|
||||
/* mca_oob_recv_packed_nb(MCA_OOB_NAME_ANY, MCA_OOB_TAG_GPR, 0, mca_gpr_replica_recv, NULL); */
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user