mirror of
https://github.com/OpenMP/Examples.git
synced 2025-04-10 08:22:11 +01:00
12 lines
230 B
Fortran
12 lines
230 B
Fortran
! @@name: cond_comp.1
|
|
! @@type: F-fixed
|
|
! @@operation: run
|
|
! @@expect: success
|
|
! @@version: pre_omp_3.0
|
|
PROGRAM EXAMPLE
|
|
|
|
C234567890
|
|
!$ PRINT *, "Compiled by an OpenMP-compliant implementation."
|
|
|
|
END PROGRAM EXAMPLE
|