Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
Iainmon committed Aug 13, 2024
1 parent 8e7bdd5 commit 0fcf79c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

# cd ~/projects/gputil

for num_nodes_ in {1..10}
for num_nodes_ in {1..100}
do
num_nodes=$(( num_nodes_ ** 2 ))
num_nodes=$(( num_nodes_ ))
# for num_images in 1 5 10 50 100 500 1000 5000 10000
# do

Expand Down

0 comments on commit 0fcf79c

Please sign in to comment.