mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06: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
|