From 9c6374b5154dea6f45cfefc075da0ebb5188db62 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Wed, 27 Mar 2013 22:19:57 +0000 Subject: [PATCH] Swap the open and register. This commit was SVN r28253. --- ompi/mca/io/base/io_base_frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/io/base/io_base_frame.c b/ompi/mca/io/base/io_base_frame.c index 173a280eb4..0b41ec138e 100644 --- a/ompi/mca/io/base/io_base_frame.c +++ b/ompi/mca/io/base/io_base_frame.c @@ -41,5 +41,5 @@ static int mca_io_base_open(mca_base_open_flag_t flags) return mca_io_base_find_available(OMPI_ENABLE_PROGRESS_THREADS, OMPI_ENABLE_THREAD_MULTIPLE); } -MCA_BASE_FRAMEWORK_DECLARE(ompi, io, NULL, mca_io_base_open, NULL, NULL, +MCA_BASE_FRAMEWORK_DECLARE(ompi, io, "I/O", NULL, mca_io_base_open, NULL, mca_io_base_static_components, 0);