Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
main_test.cpp File Reference
#include "shambase/aliases_int.hpp"
#include "shambase/exception.hpp"
#include "shambase/logs/loglevel.hpp"
#include "shambase/term_colors.hpp"
#include "shambackends/comm/CommunicationBuffer.hpp"
#include "shambackends/fpe_except.hpp"
#include "shambindings/pybindings.hpp"
#include "shambindings/start_python.hpp"
#include "shamcmdopt/cmdopt.hpp"
#include "shamcmdopt/env.hpp"
#include "shamcomm/logs.hpp"
#include "shamcomm/worldInfo.hpp"
#include "shamrock/experimental_features.hpp"
#include "shamrock/version.hpp"
#include "shamsys/MicroBenchmark.hpp"
#include "shamsys/NodeInstance.hpp"
#include "shamsys/SignalCatch.hpp"
#include "shamsys/shamrock_smi.hpp"
#include "shamtest/shamtest.hpp"
#include <pybind11/embed.h>
#include <string_view>
#include <cstdlib>
#include <stdexcept>
#include <string>
Include dependency graph for main_test.cpp:

Go to the source code of this file.

Functions

 PYBIND11_EMBEDDED_MODULE (pyshamrock, m)
 Call bindings init for the shamrock python module.
int main (int argc, char *argv[])

Detailed Description

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 45 of file main_test.cpp.

◆ PYBIND11_EMBEDDED_MODULE()

PYBIND11_EMBEDDED_MODULE ( pyshamrock ,
m  )

Call bindings init for the shamrock python module.

Definition at line 43 of file main_test.cpp.