Created
May 27, 2025 09:09
-
-
Save dongzhuoyao/eda56de1e6c17135277dbc53e8146478 to your computer and use it in GitHub Desktop.
mcml-multinode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#SBATCH -p lrz-hgx-h100-94x4 | |
#SBATCH --nodes=2 | |
#SBATCH --gres=gpu:2 | |
#SBATCH -o enroot_test.out | |
#SBATCH -e enroot_test.err | |
srun -N2 --ntasks-per-node=2 bash -c 'echo "hello world" ' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment