Skip to content

print tarball size in human-readable format

Christian Gutschow requested to merge myDummyBranch into master

Changes introduced

Convert byte size to MB in scripts/check_grid_size.sh

Tests

Before:

/eos/user/m/mgignac/mc/mc_13TeV.Sh_2210_Zee_EnhFun_pTV2_valid.GRID.tar.gz size : 137166995 
Files above 100MB can't be accepted. Contact the mcjoboptions experts.

After:

/eos/user/m/mgignac/mc/mc_13TeV.Sh_2210_Zee_EnhFun_pTV2_valid.GRID.tar.gz size : 137.2MB
Files above 100MB can't be accepted. Contact the mcjoboptions experts.

Issues resolved

Closes #136 (closed)

Merge request reports