Replies: 1 comment
-
The submission directory and the task directory are different. You create the host file in the submission directory, so when you in the task directory, the absolute path should be used: $SLURM_SUBMIT_DIR/hostfile.$SLURM_JOB_ID |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I want to run dpgen model_devi on 2 GPU at same time. I have questions regarding using
"batch_type": "Slurm"
Here is my
machine.json
and here is the error i got.
Because different lammps tasks are run parallelly. So I think I might should use slurm to assign half of tasks to node 1 and half of tasks to node2. And I try this command:
Here is the errors i got
I am wondering if anyone ever uses 2 nodes at same time. Please kindly give me some suggestions. Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions