1
1

fix the condition for the lazy open of shared filepointers.

This commit was SVN r29850.
Этот коммит содержится в:
Edgar Gabriel 2013-12-09 19:37:21 +00:00
родитель 83e59e6761
Коммит c253c2eec6

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

@ -177,7 +177,7 @@ ompio_io_ompio_file_open (ompi_communicator_t *comm,
*/ */
if ( true == use_sharedfp && if ( true == use_sharedfp &&
(!mca_io_ompio_sharedfp_lazy_open || (!mca_io_ompio_sharedfp_lazy_open ||
strcmp (ompio_fh->f_sharedfp_component->mca_component_name, !strcmp (ompio_fh->f_sharedfp_component->mca_component_name,
"addproc") )) { "addproc") )) {
ret = ompio_fh->f_sharedfp->sharedfp_file_open(comm, ret = ompio_fh->f_sharedfp->sharedfp_file_open(comm,
filename, filename,