Slow performance running as a Slurm job #155
-
I have modified the alanine-dipeptide metadynamics example to try to bias the system only along 1 CV (instead of the 2 dihedrals used in the example). Namely, after chatting with @pabloferz , I modified the following 2 lines: To, respectively:
However, doing this brings down the performance a lot. For 1e5 steps (0.2 ns), in the 2D case of the example you get:
While if I use that 1D case I get:
which is almost a factor of 10 slower (independently of Update(s):
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Well, it turns out this is a matter of having the following line:
in the
|
Beta Was this translation helpful? Give feedback.
Well, it turns out this is a matter of having the following line:
in the
.sbatch
script.For future reference, this is what one should have the submission script: