Skip to content

Commit

Permalink
Fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
skailasa committed Jan 5, 2025
1 parent e225aea commit 9c85d85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hpc/archer2/slurm/weak_max_blas_f32.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ local_depth=4
n_samples=5000

# Set parameters for weak scaling run
n_tasks=(4096)
n_tasks=(2048)
n_nodes=(128)
n_threads=8 # See if bandwidth saturates with different threading parameters for Rayon thread pool
cpus_per_task=8
Expand Down
2 changes: 1 addition & 1 deletion hpc/archer2/slurm/weak_max_blas_f64.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ local_depth=4
n_samples=5000

# Set parameters for weak scaling run
n_tasks=(4096)
n_tasks=(2048)
n_nodes=(128)
n_threads=8 # See if bandwidth saturates with different threading parameters for Rayon thread pool
cpus_per_task=8
Expand Down

0 comments on commit 9c85d85

Please sign in to comment.