Hello, We have a cluster with the nodes that are sharable.
I saw that in the srun man, it's possible to ask for a minimum local hd temp space with --tmp. What is the meaning of this? Does it mean when the job will be run, the nodes needs to have at least this space available? What about if a second user come on the same node and ask for the whole tmp space? Is there a way to allocate a tmp space path per job and force it in this place and do not allocate more than what was requested? Do I need to play with quota for that? Maybe a prolog script? Thanks