1
1
this typo caused build failure when configure'd with --enable-memchecker
see http://mtt.open-mpi.org/index.php?do_redir=2234
Этот коммит содержится в:
Gilles Gouaillardet 2015-02-16 10:09:08 +09:00
родитель a7a4d6335e
Коммит 0d560ddf77

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

@ -11,6 +11,8 @@
* Copyright (c) 2007-2015 Los Alamos National Security, LLC. All rights * Copyright (c) 2007-2015 Los Alamos National Security, LLC. All rights
* reserved. * reserved.
* Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved. * Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$ * $COPYRIGHT$
* *
* Additional copyrights may follow * Additional copyrights may follow
@ -125,7 +127,7 @@ int ompi_osc_base_process_op (void *outbuf, void *inbuf, size_t inbuflen,
MEMCHECKER( MEMCHECKER(
memchecker_convertor_call(&opal_memchecker_base_mem_noaccess, memchecker_convertor_call(&opal_memchecker_base_mem_noaccess,
&convertor.convertor); &convertor);
); );
opal_convertor_cleanup (&convertor); opal_convertor_cleanup (&convertor);