Changes
Page history
Add: compiling io500
authored
Jul 10, 2019
by
Linh Vu
Hide whitespace changes
Inline
Side-by-side
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
```