Program Listing for File Platform.hpp

Return to documentation for file (umpire/util/Platform.hpp)

//////////////////////////////////////////////////////////////////////////////
// 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_Platform_HPP
#define UMPIRE_Platform_HPP

#include "camp/resource/platform.hpp"

namespace umpire {

using Platform = camp::resources::Platform;

} // end of namespace umpire

#endif