helics  3.3.0
loadCores.hpp
1 /*
2 Copyright (c) 2017-2022,
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::CoreType::TCP_SS
@ TCP_SS
helics::CoreType::UDP
@ UDP
use UDP packets to send the data
helics::CoreType::ZMQ
@ ZMQ
use the Zero MQ networking protocol
helics::CoreType::INPROC
@ INPROC
core/broker using a stripped down in process core type
helics::CoreType::ZMQ_SS
@ ZMQ_SS
helics::CoreType::MPI
@ MPI
use MPI for operation on a parallel cluster
helics::CoreType::INTERPROCESS
@ INTERPROCESS
use when all federates are on the same machine
helics::CoreType::TEST
@ TEST
use the Test core if all federates are in the same process
helics
the main namespace for the helics co-simulation library User functions will be in the helics namespac...
Definition: AsyncFedCallInfo.hpp:14
helics::loadCores
bool loadCores()
Definition: loadCores.cpp:149
helics::CoreType::IPC
@ IPC
same as INTERPROCESS
helics::CoreType::TCP
@ TCP
use a generic TCP protocol message stream to send messages