Skip to content

Commit

Permalink
hpc: use all cores+mem available (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHLC authored Dec 30, 2023
1 parent bd019f9 commit e7457f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions slurm-jobs/ufscar-hpc/daily.1.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
#SBATCH --job-name=daily.1
#SBATCH --cpus-per-task 40
#SBATCH --mem 257500M
#SBATCH --mincpus 40
#SBATCH --exclusive
#SBATCH --partition fast
#SBATCH --nodes 1
#SBATCH --dependency=singleton
Expand Down
4 changes: 2 additions & 2 deletions slurm-jobs/ufscar-hpc/hourly.1.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
#SBATCH --job-name=hourly.1
#SBATCH --cpus-per-task 40
#SBATCH --mem 257500M
#SBATCH --mincpus 40
#SBATCH --exclusive
#SBATCH --partition fast
#SBATCH --nodes 1
#SBATCH --dependency=singleton
Expand Down
4 changes: 2 additions & 2 deletions slurm-jobs/ufscar-hpc/hourly.2.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
#SBATCH --job-name=hourly.2
#SBATCH --cpus-per-task 40
#SBATCH --mem 257500M
#SBATCH --mincpus 40
#SBATCH --exclusive
#SBATCH --partition fast
#SBATCH --nodes 1
#SBATCH --dependency=singleton
Expand Down

0 comments on commit e7457f5

Please sign in to comment.