Skip to content

Commit

Permalink
try adding account name
Browse files Browse the repository at this point in the history
  • Loading branch information
agustin-vaca committed Sep 21, 2023
1 parent 456de21 commit c087bd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tests/misc/run-crnch-cuda.sh
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit c087bd0

Please sign in to comment.