Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jan 30, 2024
1 parent b6aed21 commit 76fe4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ a = dot_product(u,v,coarray,option,nblock)

- `coarray` is an optional logical variable. Set it to `.true.` and use the `-DUSE_COARRAY` flag to enable coarray.
- `nblock` is an optional integer variable.
- `options` is a character variable. Available options are `'m1'` to `'m4'`.
- `options` is an optional character variable. Available options are `'m1'` to `'m4'`, and the default option is `'m2'`.

- **Note**: Use the flag `-DUSE_DO_CONCURRENT` to enable do concurrent. This implementation of do concurrent is currently only supported by the Intel Compiler (ifx).

Expand Down

0 comments on commit 76fe4ab

Please sign in to comment.