helics
2.8.1
src
helics
network
loadCores.hpp
1
/*
2
Copyright (c) 2017-2021,
3
Battelle Memorial Institute; Lawrence Livermore National Security, LLC; Alliance for Sustainable
4
Energy, LLC. See the top-level NOTICE for additional details. All rights reserved.
5
SPDX-License-Identifier: BSD-3-Clause
6
*/
7
#pragma once
8
9
namespace
helics
{
11
bool
loadCores
();
12
}
// namespace helics
helics::core_type::UDP
@ UDP
use UDP packets to send the data
helics::core_type::TCP
@ TCP
use a generic TCP protocol message stream to send messages
helics::core_type::ZMQ
@ ZMQ
use the Zero MQ networking protocol
helics::core_type::INPROC
@ INPROC
core/broker using a stripped down in process core type
helics::core_type::ZMQ_SS
@ ZMQ_SS
helics::core_type::IPC
@ IPC
same as INTERPROCESS
helics::core_type::INTERPROCESS
@ INTERPROCESS
use when all federates are on the same machine
helics
the main namespace for the helics co-simulation library User functions will be in the helics namespac...
Definition:
AsyncFedCallInfo.hpp:14
helics::core_type::TCP_SS
@ TCP_SS
helics::loadCores
bool loadCores()
Definition:
loadCores.cpp:149
helics::core_type::MPI
@ MPI
use MPI for operation on a parallel cluster
helics::core_type::TEST
@ TEST
use the Test core if all federates are in the same process
Generated by
1.8.17