#!/bin/bash #SBATCH -n 1 #SBATCH -p development # normal or development #SBATCH -A TG-ASC150014 #SBATCH -t 00:02:00 # test.job Example of batch job script on Stampede # Submit the job using the command: sbatch test.job # Check the status of the job using: squeue -u # The results will appear in a file named "slurm-.out" ./harmonic 500 0.01