From c087bd0484a598e144086c488450bd30a7bfd843 Mon Sep 17 00:00:00 2001 From: agustin-vaca Date: Thu, 21 Sep 2023 19:42:44 -0400 Subject: [PATCH] try adding account name --- .github/workflows/build.yml | 2 +- tests/misc/run-crnch-cuda.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f55096a..07a5e4b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,4 +29,4 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run batch file - run: cd tests/misc && chmod +x batch.batch && srun run-crnch-cuda.sh + run: cd tests/misc && chmod +x run-crnch-cuda.sh && bash run-crnch-cuda.sh diff --git a/tests/misc/run-crnch-cuda.sh b/tests/misc/run-crnch-cuda.sh index 89a133bd..94340a65 100644 --- a/tests/misc/run-crnch-cuda.sh +++ b/tests/misc/run-crnch-cuda.sh @@ -1,5 +1,6 @@ #!/bin/bash #SBATCH -Jspatter-ci-cuda # Job name +#SBATCH --account=jvalverde6 #SBATCH -N1 --ntasks-per-node=4 # Number of nodes and cores per node required #SBATCH --mem-per-cpu=4G # Memory per core #SBATCH -t 00:30:00 # Duration of the job (Ex: 30 mins)