1
1
openmpi/src/runtime/runtime_internal.h

29 строки
586 B
C
Исходник Обычный вид История

/*
* Copyright (c) 2004-2005 The Trustees of Indiana University.
* All rights reserved.
* Copyright (c) 2004-2005 The Trustees of the University of Tennessee.
* All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/
/**
* @file
*
* Internal Run-Time interface functionality
*/
#ifndef OMPI_RUNTIME_INTERNAL_H
#define OMPI_RUNTIME_INTERNAL_H
#include "ompi_config.h"
#include "class/ompi_object.h"
int ompi_rte_internal_init_spawn(void);
int ompi_rte_internal_fini_spawn(void);
#endif