Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dongzhuoyao/eda56de1e6c17135277dbc53e8146478 to your computer and use it in GitHub Desktop.
Save dongzhuoyao/eda56de1e6c17135277dbc53e8146478 to your computer and use it in GitHub Desktop.
mcml-multinode
#!/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