Update Running the jobs authored by Alain O' Miniussi's avatar Alain O' Miniussi
......@@ -42,7 +42,7 @@ There are different partitions adapted to different kind of jobs. The time limit
# Tips and tricks
* [Pack sequential arrays of jobs](Running-the-jobs/Pack-sequential-arrays-of-jobs) to efficiently handle job array
* [Connect on a running job's node](Running-the-jobs/Connect-on-a-running-job's-node) for debugging purpose
* [Use local copies for IO intensive work](Running-the-jobs/Use-local-copies-for-IO-intensive work)
* [Use local copies for IO intensive work](Running-the-jobs/Use-local-copies-for-IO-intensive-work)
How to use local file access when the share disk space cannot handle the load.
* [Job dependencies](Running-the-jobs/Job-Dependencies) to handle restarts and multi stage jobs
* [Moving data around](Running-the-jobs/Moving-Data-Around)
......
......