Skip to content
Snippets Groups Projects
Commit b2a7267b authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

Update test.job

parent 6134e4f3
No related branches found
No related tags found
No related merge requests found
test.job 0 → 100644
#!/bin/bash
# SLURM specific commands
#SBATCH --job-name=test
#SBATCH --output=test.log
#SBATCH --ntasks=1
#SBATCH --time=01:30
# Your Code below here
srun hostname
srun sleep 60
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment