Assuming that slurm is installed on your machine, just use the make that you built. make -j 40 that make will invoke srun to launch tasks across the cluster -- Sent from my Android phone with K-9 Mail. Please excuse my brevity.
Hardik Shah <[email protected]> wrote: 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
