We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://monashdeepneuron.github.io/HPC-Training/m3-slurm/slurm_intro.html#interactive-jobs
smux is m3 only
Base command is srun --pty bash -i so do srun--ntasks=1 --time=0-00:01:00 --partition=m3i --mem=4GB bash -i
srun --pty bash -i
srun--ntasks=1 --time=0-00:01:00 --partition=m3i --mem=4GB bash -i
@MonashDeepNeuron/hpc-training
The text was updated successfully, but these errors were encountered:
maybe move this into M3-specific commands.
Sorry, something went wrong.
No branches or pull requests
https://monashdeepneuron.github.io/HPC-Training/m3-slurm/slurm_intro.html#interactive-jobs
smux is m3 only
Base command is
srun --pty bash -i
so do
srun--ntasks=1 --time=0-00:01:00 --partition=m3i --mem=4GB bash -i
@MonashDeepNeuron/hpc-training
The text was updated successfully, but these errors were encountered: