Mercurial > hg > cc > cirrus_home
comparison bin/plinksRedo.sh @ 17:b976a7449d41
sic
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Thu, 27 Feb 2020 13:24:19 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
16:47ef882acbec | 17:b976a7449d41 |
---|---|
1 #!/usr/bin/bash | |
2 module load miniconda/python3 | |
3 echo $(date) $(hostname) | |
4 h=$(hostname) | |
5 hn=${h##*n} | |
6 cat /beegfs/common_crawl/CC-MAIN-2019-35/pdfs/links/redo_$hn |\ | |
7 parallel --will-cite -j 48 -N 1 bin/doPlinks.sh ${hn} '{#}' '{}' | |
8 echo $(date) $(hostname) $? |