Skip to content

Commit

Permalink
Create hello-world.slurm
Browse files Browse the repository at this point in the history
  • Loading branch information
RamiyapriyaS authored Jan 7, 2025
1 parent b20f487 commit 8024c7f
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
#SBATCH --job-name=hello-world
#SBATCH --output=hello-world.out
#SBATCH --error=hello-world.err
#SBATCH --ntasks=1
#SBATCH --time=00:01:00

echo "Hello, World!" > ~/workdir/hello-world.out
echo "This job ran on node: $(hostname)" >> /home/workdir/scripts/hello-world.out

0 comments on commit 8024c7f

Please sign in to comment.