I’m using gnu parallel to submit jobs, while I have many case to run regression. Using GNU parallel and LSF that is efficient.
GNU parallel is a perl script, not need to install it. you could find the script named “parallel”
I. Get parallel
tar xvf [Gnu_parallel]$HOME/parallel-20210522/src/parallel
II. Try it by GNU parallel ^_^
$HOME/parallel-20210522/src/parallel echo {} ::: 1 2 3
