Thank you for your answer, I'm thinking I have made a mistake in my explanation: I don't want to have a unique "gres.conf" file in the cluster. I want to *link *resources (in my case GPUs) on other nodes. For instance, if I have 2 nodes with 2 GPUs each one, I would like to have this files: NODE 1 (gres.conf): Name=gpu File=/dev/nvidia0 Name=gpu File=/dev/nvidia1 Name=gpu File=*node2*:/dev/nvidia0 Name=gpu File=*node2*:/dev/nvidia1
NODE2 (gres.conf): Name=gpu File=/dev/nvidia0 Name=gpu File=/dev/nvidia1 Name=gpu File=*node1*:/dev/nvidia0 Name=gpu File=*node1*:/dev/nvidia1 Regards! El 16 de febrer de 2012 14:11, Carles Fenoy <mini...@gmail.com> ha escrit: > The slurm-dev@lists.llnl.gov list will soon be retired. The > schedmd.comdomain will host its replacement. > > http://www.schedmd.com/slurmdocs/mail.html > > The new list is now operational. Please resubmit this message to > slurm-...@schedmd.com > > The archive of the slurm-dev list will remain here: > http://groups.google.com/group/slurm-devel. Postings to the new list > will be archived to the same place. > > Hi Sergio, > > I don't think you can do that. The file has to be in every node, and > is read by slurmd I think. > > Regards, > Carles Fenoy > > On Thu, Feb 16, 2012 at 1:15 PM, Sergio Iserte Agut <sise...@uji.es> > wrote: > > I'm wondering if i can do this in the "grep.conf" with my GPUs, for > > instance: > > > > Name=gpu File=/dev/nvidia0 > > Name=gpu File=/dev/nvidia1 > > Name=gpu File=host1:/dev/nvidia0 > > Name=gpu File=host2:/dev/nvidia0 > > > > Regards! > > > > -- > -- > Carles Fenoy >