Martin Kavalar / Oct 29 2018
Relion Benchmark
Relion Benchmark
This article reproduces the relion benchmarks. They should be compared to this reference.
We start by downloading the benchmark data. This is a 50GB file. Once successfully downloaded, we've locked the cell so it doesn't run again.
Let's check we have all the data:
du -h relion_benchmark.tar.gz↩
Let's see what kind of GPU's we're using:
nvidia-smi
And memory:
awk '/MemFree/ { printf "%.3f \n", $2/1024/1024 }' /proc/meminfo
Next, we unpack the data.
tar -zxvf relion_benchmark.tar.gz↩
Then we start a benchmark run:
cd /relion_benchmark/ && mpirun --allow-run-as-root -n 2 `which relion_refine_mpi` --i Particles/shiny_2sets.star --ref emd_2660.map:mrc --firstiter_cc --ini_high 60 --ctf --ctf_corrected_ref --iter 25 --tau2_fudge 4 --particle_diameter 360 --K 6 --flatten_solvent --zero_mask --oversampling 1 --healpix_order 2 --offset_range 5 --offset_step 2 --sym C1 --norm --scale --random_seed 0 --o ../ --gpu 0 --pool 100 --dont_combine_weights_via_disc --j 5