Advertisement
gisejo

Untitled

Nov 19th, 2019
131
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. if [ $2 = "undirected" ]; then
  6. ~/task1_v2/bc -f ~/task1_v2/graps/${graph_$1-$2-$3}.el -s -n 5 -a > ~/task1_v2/results/${graph_$1-$2-$3}.$T.log
  7. else
  8. ~/task1_v2/bc -f ~/task1_v2/graps/${graph_$1-$2-$3}.el -n 5 -a > ~/task1_v2/results/${graph_$1-$2-$3}.$T.log
  9. fi
  10. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement