how to distribute batch mode jobs to individual boards running linux mounted over NFS -


few boards running linux kernel common root file system mounted on nfs. file, in nfs mounted file system, holds job description run in batch mode.

each line in file holds 1 job. how distribute jobs evenly among boards.

any sample code or references useful..

you might want install resource manager/job scheduler such slurm or condor. such tool allows submit jobs, described shell script, several computers , handle load balancing, input/output management, etc.


Comments