Results of the experimental pipelines running the lab cluster. There are results of 4 experiments stored in the export/cluster directory.
- python3
- numpy
- pandas
- nighres (to run experiment 4)
- CentOS Linux release 8.1
- 32 cores CPU
- 256 GB of RAM
- 6 x 450GB SSDs.
- Lustre: ...
- To the experiments, get
read_write.c
source file compiled:gcc -Wall read_write.c -o read_write
- The scripts to run the experiments are
run_exp1.sh
,run_exp2.sh
,run_exp3.sh
,run_exp4.sh
.
- Update line 7, 8, 9, 10 in script
run_exp1.sh
. - Output files:
logfile
in the script.atop.log
collectl-*.dsk.gz
- Visualize the result: Run plot_result.py to show the result.
- Generate input files: modify line 5, 6, 7 in
gen_data_ex2.sh
and run the script. - Run the pipelines: Modify line 9, 10, 11 in
run_exp2.sh
and run the script. - Output files are stored in
log_dir
defined in line 11. - Visualize the result: