Skip to content

chore(example): usage info specifies compiler - #249

Merged
rouson merged 2 commits into
mainfrom
fix-usage-info
Apr 20, 2025
Merged

chore(example): usage info specifies compiler#249
rouson merged 2 commits into
mainfrom
fix-usage-info

Conversation

@rouson

Copy link
Copy Markdown
Contributor

With this commit, the concurrent-inferences example prints the following usage information if the program doesn't receive the required command-line arguments:

Usage:
fpm run \
--example concurrent-inferences \
--compiler flang-new \
--flag -O3 \
-- --network "<file-name>" \
[--do-concurrent] [--openmp] [--elemental] [--double-precision] [--trials <integer>]
where <> indicates user input and [] indicates an optional argument.

With this commit, the concurrent-inferences example prints the
following usage information if the program doesn't receive the
required command-line arguments:
Usage:
fpm run \
--example concurrent-inferences \
--compiler flang-new \
--flag -O3 \
-- --network "<file-name>" \
[--do-concurrent] [--openmp] [--elemental] [--double-precision] [--trials <integer>]
where <> indicates user input and [] indicates an optional argument.
@rouson
rouson merged commit ba664b1 into mainApr 20, 2025
@rouson
rouson deleted the fix-usage-info branch April 20, 2025 07:26
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@rouson