2004-09-22 00:27:41 +04:00
|
|
|
/*
|
2004-11-22 04:38:40 +03:00
|
|
|
* 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
|
|
|
|
*
|
2004-09-22 00:27:41 +04:00
|
|
|
* $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
|