Hi , Im a slurm newbie. I am trying to use make with slurm as in , I want to run a process with make -j 40 , What I wanted was to basically start 40 slurm jobs across the cluster,
what I already did : 1. apple the patch for make 2. compile and install make It would be great if I can get the syntax eg : srun make -j 40 or something like that thanks a lot for your time and help h
