mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-18 09:50:35 -05:00
6 lines
129 B
Fortran
6 lines
129 B
Fortran
program test
|
|
@OpenMP_Fortran_INCLUDE_LINE@
|
|
!$ integer :: n
|
|
n = omp_get_num_threads()
|
|
end program test
|