Page MenuHomec4science

hello.run
No OneTemporary

File Metadata

Created
Thu, May 23, 18:31

hello.run

#!/bin/bash -l
#SBATCH --nodes 1
#SBATCH --ntasks 1
#SBATCH --cpus-per-task 1
#SBATCH --mem 1024
sleep 10
echo "hello from `hostname`"
sleep 10

Event Timeline