Running julia function on different nodes for different parameters on slurm cluster
I am trying to call 2 nodes on a slurm cluster, each node having 16 cores. The function outer calls inner N=5 times. I want to run each call to inner on a single node using all of its 16 cores. So if inner takes 5seconds, then for 5 such calls, it should take around 15 seconds.