mirror of
https://github.com/OpenMP/Examples.git
synced 2025-04-07 23:22:11 +01:00
12 lines
225 B
Fortran
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
|