Advertisement
gisejo

Untitled

Nov 19th, 2019
629
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. for T in 1 5 9 13 17 21 25
  2. do
  3. export OMP_NUM_THREADS=$T
  4.  
  5. mkdir ~/task1_v2/results/$1-$2-$3
  6.  
  7. if [ $2 = "undirected" ]; then
  8. ~/task1_v2/bc -f ~/task1_v2/graps/$1-$2-$3.el -s -n 5 -a > ~/task1_v2/results/$1-$2-$3/$T.log
  9. else
  10. ~/task1_v2/bc -f ~/task1_v2/graps/$1-$2-$3.el -n 5 -a > ~/task1_v2/results/$1-$2-$3/$T.log
  11. fi
  12. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement