HighMap library (C++)
Loading...
Searching...
No Matches
openmp.hpp
Go to the documentation of this file.
1/* Copyright (c) 2026 Otto Link. Distributed under the terms of the GNU General
2 Public License. The full license is in the file LICENSE, distributed with
3 this software. */
4
8#pragma once
9
10namespace hmap
11{
12
13bool init_openmp(int num_threads = 8);
14
15void log_openmp_info();
16
17} // namespace hmap
Definition algebra.hpp:23
bool init_openmp(int num_threads=8)
Definition openmp.cpp:16
void log_openmp_info()
Definition openmp.cpp:28