3 icon indicating copy to clipboard operation
3 copied to clipboard

High Performance Computing (HPC) conf. suggestion - node/tasks

Open zkhodzhaev opened this issue 2 years ago • 2 comments

Hello,

As I know Mumax runs in GPU, and it only uses 1 node/ script. So, I can't distribute 1 script into different nodes at the same time. So, I am trying to find out what configuration in Slurm gives the best performance in Mumax (my tests were inconsistent - errors).

Ex: (1. Can Mumax distribute script into tasks? or i should just use -N 1)

#SBATCH -n 4 # number of tasks per node #SBATCH -N 1 # total number of mpi tasks requested #SBATCH -p gpu-a100 # Queue name #SBATCH -t 4:00:00 # Run time

Thank you for your help.

zkhodzhaev avatar Sep 13 '22 02:09 zkhodzhaev

Saw your question when looking for something else. Have you resolved the problem?

Although I don't understand your problem, my usual practice is to generate a bunch of scripts with a generator using a range of parameters (for example the length of an object).

Then I would launch 16 independent jobs simultaneously to quickly sweep through parameters on the HPC.

jedcheng avatar Apr 30 '23 15:04 jedcheng

Thank you for your feedback. I was looking for a more in-script solution.

zkhodzhaev avatar May 01 '23 16:05 zkhodzhaev