program hello !$ use OMP_LIB implicit none !$OMP PARALLEL print *, "Hello World ! " !$OMP END PARALLEL end program hello