47 #if defined(USE_FACTORY) && !defined(USE_FACTORY_AUTOREGISTER)
48 bridge_init_factory();
51 #if defined(DEBUG) && defined(USE_FACTORY)
77 const std::vector<int>& lattice_size,
78 const std::vector<int>& grid_size,
79 const int number_of_threads,
80 const int number_of_colors,
81 const std::string& logfile,
82 const std::string& ildg_logfile,
83 const std::string& verbose_level
113 std::vector<int> lattice_size;
114 std::vector<int> grid_size = std::vector<int>();
115 int number_of_threads = 0;
116 int number_of_colors = Nc;
117 std::string logfile =
"stdout";
118 std::string ildg_logfile =
"stdout";
119 std::string verbose_level =
"General";
125 ret += params.
fetch_int(
"number_of_thread", number_of_threads);
126 ret += params.
fetch_int(
"number_of_color", number_of_colors);
128 ret += params.
fetch_string(
"verbose_level", verbose_level);
141 const std::vector<int>& lattice_size,
142 const std::vector<int>& grid_size,
143 const int number_of_threads,
144 const int number_of_colors,
145 const std::string& logfile,
146 const std::string& ildg_logfile,
147 const std::string& verbose_level
160 const std::vector<int>& lattice_size,
161 const std::vector<int>& grid_size_hint,
162 const int number_of_threads,
163 const int number_of_colors,
164 const std::string& logfile,
165 const std::string& verbose_level
172 vout.
general(
" number of thread = %d\n", number_of_threads);
173 vout.
general(
" number of color = %d\n", number_of_colors);
175 vout.
general(
" vlevel = %s\n", verbose_level.c_str());
181 std::vector<int> grid_size(grid_size_hint);
195 if ((logfile.size() > 0) && (logfile !=
"stdout")) {