OpenMP-Examples/sources/Example_cond_comp.1f.f
2015-01-13 11:38:24 -08:00

12 lines
225 B
Fortran

! @@name: cond_comp.1f
! @@type: F-fixed
! @@compilable: yes
! @@linkable: yes
! @@expect: success
PROGRAM EXAMPLE
C234567890
!$ PRINT *, "Compiled by an OpenMP-compliant implementation."
END PROGRAM EXAMPLE