The ROme OpTimistic Simulator  3.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
main.c File Reference

Simulator main entry point. More...

#include <core/core.h>
#include <core/init.h>
#include <distributed/mpi.h>
#include <log/stats.h>
#include <parallel/parallel.h>
#include <serial/serial.h>
+ Include dependency graph for main.c:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 The main entry point of the custom compiler. More...
 

Detailed Description

Simulator main entry point.

This module implements the main function, the entry point of all simulations.

Definition in file main.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

The main entry point of the custom compiler.

Parameters
argcThe count of command line arguments, as per ISO C standard
argvThe list of command line arguments, as per ISO C standard

Definition at line 19 of file main.c.

+ Here is the call graph for this function: