program main use OMP_LIB implicit none !$omp parallel write(*,*) 'Hello World!' !$omp end parallel stop end program main