Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(single-source): mv script outside fpm's purview #182

Merged
merged 3 commits into from
Jul 21, 2024

Conversation

rouson
Copy link
Contributor

@rouson rouson commented Jul 21, 2024

This PR addresses several issues with the script that creates single-source-file versions of Inference-Engine examples.
The PR

  • Moves the script to a new subdirectory scripts, which fpm doesn't search. This move prevents fpm failures due to code replications.
  • Prints diagnostic output in some error conditions.
  • Provides sample compile commands instead of attempting to compile the programs.
  • Creates two single-source-file programs:
    • concurrent-inferences.F90
    • saturated-mixing-ratio.F90

@rouson rouson merged commit e48260f into main Jul 21, 2024
6 checks passed
@rouson rouson deleted the mv-single-file-script branch July 21, 2024 03:01
Sign up for free to 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