Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
devops
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
resplat-public
devops
Wiki
HPC IO500 2019 07 08
Changes
Page history
New page
Templates
Clone repository
Add: compiling io500
authored
5 years ago
by
Linh Vu
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
HPC-IO500-2019-07-08.md
+16
-1
16 additions, 1 deletion
HPC-IO500-2019-07-08.md
with
16 additions
and
1 deletion
HPC-IO500-2019-07-08.md
View page @
a7256331
Info of HPC IO500 runs during 2019-07-08 maintenance window
\ No newline at end of file
During 2019-07-[08-09] maintenance window for Spartan HPC, we ran extensive benchmarking with IO500 on our CephFS cluster. Here are the details.
## Compiling IO500
We run IO500 via Spartan Slurm, and compile it through Spartan modules.
```
bash
ssh login@spartan
<create benchmark directories on NLSAS and Sandisk SSD pools>
cd
<benchmark directory>
module load OpenMPI/3.1.3-GCC-6.2.0-ucx Autoconf/2.69-GCC-6.2.0 Automake/1.15-GCC-6.2.0
git clone https://github.com/VI4IO/io-500-dev
cd
io-500-dev
./utilities/prepare.sh
```
This diff is collapsed.
Click to expand it.