Skip to content

Commit

Permalink
hpc: use all cores+mem available (2) (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHLC committed Dec 30, 2023
1 parent e7457f5 commit 0454d8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions slurm-jobs/ufscar-hpc/daily.1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#SBATCH --job-name=daily.1
#SBATCH --mincpus 40
#SBATCH --exclusive
#SBATCH --mem 0
#SBATCH --partition fast
#SBATCH --nodes 1
#SBATCH --dependency=singleton
Expand Down
1 change: 1 addition & 0 deletions slurm-jobs/ufscar-hpc/hourly.1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#SBATCH --job-name=hourly.1
#SBATCH --mincpus 40
#SBATCH --exclusive
#SBATCH --mem 0
#SBATCH --partition fast
#SBATCH --nodes 1
#SBATCH --dependency=singleton
Expand Down
1 change: 1 addition & 0 deletions slurm-jobs/ufscar-hpc/hourly.2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#SBATCH --job-name=hourly.2
#SBATCH --mincpus 40
#SBATCH --exclusive
#SBATCH --mem 0
#SBATCH --partition fast
#SBATCH --nodes 1
#SBATCH --dependency=singleton
Expand Down

0 comments on commit 0454d8f

Please sign in to comment.