1
1
openmpi/orte/mca/ras/slurm/ras_slurm.h
Jeff Squyres 28f716542e First cut of the SLURM ras. Seems to be working! Now need to write
SLURM pls... 

This commit was SVN r7008.
2005-08-24 19:15:11 +00:00

39 строки
1.0 KiB
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 (c) 2004-2005 High Performance Computing Center Stuttgart,
* University of Stuttgart. All rights reserved.
* Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/
/**
* @file
*
* Resource Allocation (SLURM)
*/
#ifndef ORTE_RAS_SLURM_H
#define ORTE_RAS_SLURM_H
#include "mca/ras/ras.h"
#include "mca/ras/base/base.h"
#if defined(c_plusplus) || defined(__cplusplus)
extern "C" {
#endif
OMPI_COMP_EXPORT extern orte_ras_base_component_1_0_0_t mca_ras_slurm_component;
OMPI_COMP_EXPORT extern orte_ras_base_module_t orte_ras_slurm_module;
#if defined(c_plusplus) || defined(__cplusplus)
}
#endif
#endif