Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
main.cpp File Reference
#include "shambase/aliases_int.hpp"
#include "shambase/exception.hpp"
#include "shambase/logs/loglevel.hpp"
#include "shambase/stacktrace.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/banner.hpp"
#include "shamrock/experimental_features.hpp"
#include "shamsys/MicroBenchmark.hpp"
#include "shamsys/NodeInstance.hpp"
#include "shamsys/SignalCatch.hpp"
#include "shamsys/shamrock_smi.hpp"
#include <pybind11/embed.h>
#include <cstdlib>
#include <stdexcept>
#include <string>
Include dependency graph for main.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

Author
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)
Version
0.1
Date
2022-05-24

Definition in file main.cpp.

Function Documentation

◆ main()

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

Definition at line 50 of file main.cpp.

◆ PYBIND11_EMBEDDED_MODULE()

PYBIND11_EMBEDDED_MODULE ( pyshamrock ,
m  )

Call bindings init for the shamrock python module.

Definition at line 48 of file main.cpp.