astra-sim-alibabacloud/astra-sim/system/topology/ComputeNode.hh (6 lines of code) (raw):
/******************************************************************************
This source code is licensed under the MIT license found in the
LICENSE file in the root directory of this source tree.
*******************************************************************************/
#ifndef __COMPUTENODE_HH__
#define __COMPUTENODE_HH__
namespace AstraSim {
class ComputeNode {};
} // namespace AstraSim
#endif