Update Running the jobs authored by Alain O' Miniussi's avatar Alain O' Miniussi
...@@ -40,7 +40,7 @@ There are different partitions adapted to different kind of jobs. The time limit ...@@ -40,7 +40,7 @@ There are different partitions adapted to different kind of jobs. The time limit
* [When is my job going to start](Running-the-jobs/When is my job going to start) * [When is my job going to start](Running-the-jobs/When is my job going to start)
# Tips and tricks # Tips and tricks
* [Pack sequential arrays of jobs](Running-the-jobs/Pack-sequential-arrays-of-jobs) to efficiently handle job array * [Pack arrays of sequential jobs](Running-the-jobs/Pack-arrays-of-sequential-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 * [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. How to use local file access when the share disk space cannot handle the load.
... ...
......