-
Notifications
You must be signed in to change notification settings - Fork 117
[test] Update IOR check #838
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
Resumed work on reframe-ior tests.
|
Hello @GiuseppeLoRe, 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 2019-07-03 10:05:31 UTC |
|
Can I test this patch? |
|
test this please |
|
@victorusu "test this please" is not the magic word. @jenkins-cscs retry all |
|
@jenkins-cscs retry all |
Started to apply coding convention rules.
Codecov Report
@@ Coverage Diff @@
## master #838 +/- ##
=======================================
Coverage 91.84% 91.84%
=======================================
Files 80 80
Lines 10215 10215
=======================================
Hits 9382 9382
Misses 833 833Continue to review full report at Codecov.
|
Fixed a few coding violations.
|
@jenkins-cscs retry all |
few comment/style fixes
Co-Authored-By: Vasileios Karakasis <vkarak@gmail.com>
Removed Fulen specifics as they should be fixed in the fulen settings.
replaced "list.extend" with "list +=" operator.
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 overall. I have just a couple of minor comments still.
Can you also cleanup the /apps/common/UES/reframe/resources/IOR from all the unnecessary stuff. Since this is copied over for every test, it is essential to keep there what is strictly needed by the test. I think that the IOR-July12.tar should not be there.
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.
I think it would be more readable to instruct IOR to report numbers in MiB/s rather than B/s. If I now use the --performance-report, I get values in B/s, which are not very human parsable:
IorWriteCheck__scratch_snx1600tds
- dom:gpu
- PrgEnv-cray
* write_bw: 3343028060.16 Bytes/s
Also - Fixed coding style issues
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 now
Resumed work on reframe-ior tests.