Skip to content

Commit

Permalink
ENH: Add resource for further reading
Browse files Browse the repository at this point in the history
  • Loading branch information
pan14001 committed May 10, 2019
1 parent a27fa56 commit a4f2d79
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,13 @@ for i in {1..5}; do sbatch 03-submit-param-sweep.slurm; done
touch submit.out && tail -f submit.out
# Hit Ctrl+C to exit
```

### Next Steps

Hopefully these examples have inspired you to use GNU Parallel to
parallelize your code. Now you can:

1. Read the [main help page](https://www.gnu.org/software/parallel/man.html)
2. Read the [tutorial](https://www.gnu.org/software/parallel/parallel_tutorial.html)

If you have further questions, contact hpc@uconn.edu

0 comments on commit a4f2d79

Please sign in to comment.