Bridge++
Version 1.5.4
|
#include "bridge_setup.h"
#include "Parameters/commonParameters.h"
#include "ResourceManager/threadManager_OpenMP.h"
#include "Tools/timer.h"
#include "bridge_init_factory.h"
Go to the source code of this file.
Functions | |
int | bridge_initialize (int *pargc, char ***pargv) |
int | bridge_initialize (int *pargc, char ***pargv, const Parameters ¶ms) |
int | bridge_initialize (int *pargc, char ***pargv, const std::vector< int > &lattice_size, const std::vector< int > &grid_size, const int number_of_threads, const int number_of_colors, const std::string &logfile, const std::string &ildg_logfile, const std::string &verbose_level) |
int | bridge_finalize () |
void | bridge_setup (const Parameters ¶ms) |
void | bridge_setup (const std::vector< int > &lattice_size, const std::vector< int > &grid_size_hint, const int number_of_threads, const int number_of_colors, const std::string &logfile, const std::string &ildg_logfile, const std::string &verbose_level) |
Definition in file bridge_setup.cpp.
int bridge_finalize | ( | ) |
Definition at line 94 of file bridge_setup.cpp.
int bridge_initialize | ( | int * | pargc, |
char *** | pargv | ||
) |
Definition at line 32 of file bridge_setup.cpp.
int bridge_initialize | ( | int * | pargc, |
char *** | pargv, | ||
const Parameters & | params | ||
) |
Definition at line 58 of file bridge_setup.cpp.
int bridge_initialize | ( | int * | pargc, |
char *** | pargv, | ||
const std::vector< int > & | lattice_size, | ||
const std::vector< int > & | grid_size, | ||
const int | number_of_threads, | ||
const int | number_of_colors, | ||
const std::string & | logfile, | ||
const std::string & | ildg_logfile, | ||
const std::string & | verbose_level | ||
) |
Definition at line 70 of file bridge_setup.cpp.
void bridge_setup | ( | const Parameters & | params | ) |
Definition at line 106 of file bridge_setup.cpp.
void bridge_setup | ( | const std::vector< int > & | lattice_size, |
const std::vector< int > & | grid_size_hint, | ||
const int | number_of_threads, | ||
const int | number_of_colors, | ||
const std::string & | logfile, | ||
const std::string & | ildg_logfile, | ||
const std::string & | verbose_level | ||
) |
Definition at line 137 of file bridge_setup.cpp.