Skip to content

Commit

Permalink
Fix OpenMP test script for Intel compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
msyriac committed Mar 22, 2024
1 parent 19f2a33 commit b1a5db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/omp_hello.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
! Hello world test program for fortran.

program example
use, intrinsic :: omp_lib
use :: omp_lib
implicit none

! Set number of threads to use.
Expand Down

0 comments on commit b1a5db2

Please sign in to comment.