Program Listing for File umpire.h

Return to documentation for file (umpire/interface/umpire.h)

//////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2016-20, Lawrence Livermore National Security, LLC and Umpire
// project contributors. See the COPYRIGHT file for details.
//
// SPDX-License-Identifier: (MIT)
//////////////////////////////////////////////////////////////////////////////
#ifndef UMPIRE_H_
#define UMPIRE_H_

#define UMPIRE_INVALID_ALLOCATOR_ID 0xDEADBEEF

#include "umpire/interface/c_fortran/wrapUmpire.h"
#include "umpire/interface/c_fortran/wrapAllocator.h"
#include "umpire/interface/c_fortran/wrapResourceManager.h"

#endif // UMPIRE_H_