Hello, I’m currently running one desktop computer as a controller and one as a compute node for testing. I’m running a simple test script using salloc and then passing the script over sbcast to my node where i execute it calling srun. The problem I’m having is that I want the output of the programs I’m going to run to come back to the head node (or dump there in the first place) after execution, but all out my outputs are dropping onto the node that they execute on. Does slurm support any method of output collection? or is there some configuration I can change to move all the outputs to the head node? This seems like an issue that other users would encounter, does anyone have a good method for fixing this?
Thanks, Trevor
