Skip to content

Instantly share code, notes, and snippets.

@dacarlin
Created June 20, 2014 23:42
Show Gist options
  • Save dacarlin/aa2090f1cf0c3e624961 to your computer and use it in GitHub Desktop.
Save dacarlin/aa2090f1cf0c3e624961 to your computer and use it in GitHub Desktop.
Magic for running array jobs on Epiphany
#For running a list of jobs in parallel
i=`awk 'NR==n' n=$SGE_TASK_ID list.txt`
[job] $i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment