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

ior: init at 3.0.1 #21187

Merged
merged 1 commit into from
Dec 17, 2016
Merged

ior: init at 3.0.1 #21187

merged 1 commit into from
Dec 17, 2016

Conversation

bzizou
Copy link
Contributor

@bzizou bzizou commented Dec 15, 2016

Motivation for this change

IOR is a benchmark tool for parallel file systems. It will be very useful for us as we are using NIX in an HPC environment.

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

homepage = "http://www.nersc.gov/users/computational-systems/cori/nersc-8-procurement/trinity-nersc-8-rfp/nersc-8-trinity-benchmarks/ior/";
description = "Parallel file system I/O performance test";
license = licenses.gpl2;
platforms = platforms.unix;
Copy link
Member

Choose a reason for hiding this comment

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

As this fails on Darwin (https://travis-ci.org/NixOS/nixpkgs/jobs/184333404#L668-L672), maybe use platforms.linux here for now?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK!

@grahamc grahamc merged commit 2fb80e5 into NixOS:master Dec 17, 2016
@bzizou
Copy link
Contributor Author

bzizou commented Dec 19, 2016

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants