From a4f2d79369dda6e7529d929c73c5d116aa55b21a Mon Sep 17 00:00:00 2001 From: Pariksheet Nanda Date: Fri, 10 May 2019 11:38:01 -0400 Subject: [PATCH] ENH: Add resource for further reading --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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