diff --git a/README.md b/README.md index e8bbae8..22e55c2 100644 --- a/README.md +++ b/README.md @@ -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