Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Mar 9, 2023
1 parent ff99b38 commit dcbf6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindCoarray_Fortran.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SET (Coarray_Fortran_FLAG_CANDIDATES
#Intel windows
"/Qcoarray:distributed"
#Gnu
"-fcorray=lib -lcaf_mpi"
"-fcoarray=lib -lcaf_mpi"
#Empty, if compiler automatically accepts coarray
" "
)
Expand Down

0 comments on commit dcbf6e7

Please sign in to comment.