Add: compiling io500 authored by Linh Vu's avatar Linh Vu
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
```