It is possible to use rsh on the first node of a job to run arbitrary commands on the other nodes of the job. You may need to do this because some commercial software, or your own precompiled software, requires rsh to start parallel jobs. However, if you’re using parallel software that is already installed […]
Articles Tagged: mpi
Job Arrays
Job Arrays allows users to submit a series of jobs using a single submission command and a single submission script. A typical use of this is the need to batch process a large number of very similar jobs, which have similar input. A job array is a single job with a list of sub-jobs. Example Job […]