IODA Bundle
OpenMPTryFlag.f90
Go to the documentation of this file.
1 
2  program test
3  implicit none
4  include 'omp_lib.h'
5  !$ integer :: n
6  n = omp_get_num_threads()
7  end program test
8