-
Notifications
You must be signed in to change notification settings - Fork 117
[feat] Support CUDA Fortran file extensions in SingleSource #1677
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
[feat] Support CUDA Fortran file extensions in SingleSource #1677
Conversation
* Support the '.cuf' and '.CUF' file extensions when guessing the programming language in the `SingleSource` build system. * Use the CUDA Fortran extension in corresponding regression test.
|
Hello @teojgo, Thank you for updating! Cheers! There are no PEP8 issues in this Pull Request!Do see the ReFrame Coding Style Guide Comment last updated at 2021-01-12 16:03:38 UTC |
Codecov Report
@@ Coverage Diff @@
## master #1677 +/- ##
=======================================
Coverage 87.21% 87.21%
=======================================
Files 45 45
Lines 7546 7546
=======================================
Hits 6581 6581
Misses 965 965
Continue to review full report at Codecov.
|
vkarak
left a comment
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.
lgtm
|
@jenkins-cscs retry daint |
Support the '.cuf' and '.CUF' file extensions when guessing the
programming language in the
SingleSourcebuild system.Use the CUDA Fortran extension in corresponding regression test.