SIRIUS 7.5.0
Electronic structure library and applications
Functions
omp.hpp File Reference

Add or substitute OMP functions. More...

Go to the source code of this file.

Functions

int omp_get_max_threads ()
 
int omp_get_thread_num ()
 
void omp_set_nested (int i)
 
int omp_get_num_threads ()
 
double omp_get_wtime ()
 

Detailed Description

Add or substitute OMP functions.

Definition in file omp.hpp.

Function Documentation

◆ omp_get_max_threads()

int omp_get_max_threads ( )
inline

Definition at line 33 of file omp.hpp.

◆ omp_get_thread_num()

int omp_get_thread_num ( )
inline

Definition at line 38 of file omp.hpp.

◆ omp_set_nested()

void omp_set_nested ( int  i)
inline

Definition at line 43 of file omp.hpp.

◆ omp_get_num_threads()

int omp_get_num_threads ( )
inline

Definition at line 47 of file omp.hpp.

◆ omp_get_wtime()

double omp_get_wtime ( )
inline

Definition at line 52 of file omp.hpp.