From f7bae61db3ec2aa0a9d165c082e9d92710ad64fc Mon Sep 17 00:00:00 2001 From: anthonychen000 <124098228+anthonychen000@users.noreply.github.com> Date: Sat, 31 Aug 2024 22:34:07 -0400 Subject: [PATCH] interactive batch script --- example_submit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_submit.sh b/example_submit.sh index 97bef80..351e70e 100644 --- a/example_submit.sh +++ b/example_submit.sh @@ -1,7 +1,7 @@ #!/bin/bash #Indicate the account to charge the job to -#SBATCH --account=mdatascience_team +#SBATCH --account=datascience_team #Indicate a name to give the job. This can be anything, it's just a way to be able to easily track different jobs #SBATCH --job-name=example-submit