Skip to content

Update Fortran combinational logic openmp-primes sample #1797

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

Conversation

krisdale
Copy link
Contributor

Existing Sample Changes

Description

  • Update sample to work with ifx
  • Formatting updates
  • Minor editorial updates

Type of change

  • Bug fix (non-breaking change which fixes an issue)

- Update sample for ifx
- Formatting updates
- Minor editorial updates

Signed-off-by: Kristal Dale <[email protected]>
@@ -3,23 +3,23 @@
"name": "OpenMP* Primes",
"categories": ["Toolkit/oneAPI Direct Programming/Fortran/Combinational Logic"],
"description": "Fortran Tutorial - Using OpenMP* (OMP)",
"toolchain": [ "ifort" ],
"toolchain": [ "ifx" ],
"languages": [ { "fortran": {} } ],
"targetDevice": [ "CPU" ],
"os": [ "darwin" ],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@krisdale Can you remove darwin from os and add in both linux and windows?
Ex: "os": ["linux", "windows"],

@@ -3,23 +3,23 @@
"name": "OpenMP* Primes",
"categories": ["Toolkit/oneAPI Direct Programming/Fortran/Combinational Logic"],
"description": "Fortran Tutorial - Using OpenMP* (OMP)",
"toolchain": [ "ifort" ],
"toolchain": [ "ifx" ],
"languages": [ { "fortran": {} } ],
"targetDevice": [ "CPU" ],
"os": [ "darwin" ],
"builder": [ "make" ],
"ciTests":{
"darwin": [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@krisdale Can you add the build steps for Linux and Windows? Remove darwin and add linux and windows.

krisdale added 2 commits July 19, 2023 11:04
Update CI steps for Linux and Windows. Remove Darwin.

Signed-off-by: Kristal Dale <[email protected]>
@krisdale
Copy link
Contributor Author

Thanks for the review @jimmytwei - updates applied.

@jimmytwei
Copy link
Contributor

@krisdale Approved. Sample works with the latest (7/31/23) 2024.0 BaseKit and HPCKit. Merging into development branch.

@jimmytwei jimmytwei merged commit 8178099 into oneapi-src:development Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants