Skip to content

Commit

Permalink
run3 runcmsgrid patch
Browse files Browse the repository at this point in the history
  • Loading branch information
efeyazgan committed Oct 28, 2024
1 parent 7863f3a commit 2da6264
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/utils/request_fragment_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ def gridpack_repack_and_copy(gridpack_eos_path,my_path,pi):
os.chdir(my_path+'/'+pi)
os.environ['XZ_OPT'] = "--lzma2=preset=9,dict=512MiB"
os.system('XZ_OPT="$XZ_OPT" tar -cJpf '+gp_name+' --exclude='+gp_name+' --exclude='+pi+' ./*')
print('cp '+gp_name+' '+gridpack_eos_path)
os.system('cp '+gp_name+' '+gridpack_eos_path)
md5_1 = os.popen('md5sum '+gp_name).read().split(' ')[0]
md5_2 = os.popen('md5sum'+' '+gridpack_eos_path).read().split(' ')[0]
Expand Down

0 comments on commit 2da6264

Please sign in to comment.