|
brag_openmp
If compiled with shared memory libraries (OpenMP), this routine prints out the number of
CPUs used (controlled by the environment variable OMP_NUM_THREADS) and the number of CPUs available. Location in HEALPix directory tree:
src/f90/mod/misc_utils.F90
FORMAT call brag_openmp(
)
EXAMPLE:
use misc_utils
call brag_openmp()
![$\textstyle \parbox{8.2cm}{
Will~print~out: \hfill\\
\parbox[t]{8cm}{\tt
------...
...\\
-------------------------------------- }
on bi-pro (or dual core) computer}$](subroutinesimg42.png)
Eric Hivon
2010-06-18
|
|