atomes 1.1.17
atomes: an atomic scale modeling tool box
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
threads.F90 File Reference

OpenMP utility functions. More...

Go to the source code of this file.

Functions/Subroutines

integer function get_thread_start (nobj, nthreads, thread_id)
 
integer function get_thread_end (nobj, nthreads, thread_id)
 

Detailed Description

OpenMP utility functions.

Author
Sébastien Le Roux sebas.nosp@m.tien.nosp@m..lero.nosp@m.ux@i.nosp@m.pcms..nosp@m.unis.nosp@m.tra.f.nosp@m.r

Definition in file threads.F90.

Function/Subroutine Documentation

◆ get_thread_end()

integer function get_thread_end ( integer, intent(in) nobj,
integer, intent(in) nthreads,
integer, intent(in) thread_id )

Definition at line 36 of file threads.F90.

◆ get_thread_start()

integer function get_thread_start ( integer, intent(in) nobj,
integer, intent(in) nthreads,
integer, intent(in) thread_id )

Definition at line 21 of file threads.F90.