.s.GNU parallel, execution of commands from file few at a time
问题 I have a file called macse.cmd which contains 1000 commands to execute, 1 command per line. I want to use parallel to execute 30 at a time. I don't care in what order they are executed as long as all are. I tried "parallel -j 30 ./macse.cmd" but this caused them to run 1 by 1 and I am not even sure how to stop them. Adrian p.s. Commands look like: java -jar -Xmx5000m ~/programs/macse_v1.01b.jar -prog alignSequences -seq M715_2100035271/all_unaligned.fasta -out_NT M715_2100035271/aligned_nt