-
Notifications
You must be signed in to change notification settings - Fork 727
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
Update Fortran combinational logic openmp-primes sample #1797
Conversation
- 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" ], |
There was a problem hiding this comment.
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": [ |
There was a problem hiding this comment.
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
.
Signed-off-by: Kristal Dale <[email protected]>
Update CI steps for Linux and Windows. Remove Darwin. Signed-off-by: Kristal Dale <[email protected]>
Thanks for the review @jimmytwei - updates applied. |
@krisdale Approved. Sample works with the latest (7/31/23) 2024.0 BaseKit and HPCKit. Merging into development branch. |
Existing Sample Changes
Description
Type of change