Page MenuHomec4science

hello.run
No OneTemporary

File Metadata

Created
Thu, May 9, 02:12

hello.run

#!/bin/bash
#SBATCH --nodes 1
#SBATCH --ntasks 1
#SBATCH --cpus-per-task 1
#SBATCH --mem 2048
#SBATCH --time 00:05:00
#SBATCH --partition debug
sleep 10
echo "hello from `hostname` at `date`"
sleep 60

Event Timeline