Here is a simple parallel fortran program which clearly has no threading errors.
program example implicit none !$OMP PARALLEL !$OMP END PARALLEL