all_sched.sh 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. #!/bin/bash
  2. # StarPU --- Runtime system for heterogeneous multicore architectures.
  3. #
  4. # Copyright (C) 2011 Inria
  5. # Copyright (C) 2012,2017 CNRS
  6. #
  7. # StarPU is free software; you can redistribute it and/or modify
  8. # it under the terms of the GNU Lesser General Public License as published by
  9. # the Free Software Foundation; either version 2.1 of the License, or (at
  10. # your option) any later version.
  11. #
  12. # StarPU is distributed in the hope that it will be useful, but
  13. # WITHOUT ANY WARRANTY; without even the implied warranty of
  14. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  15. #
  16. # See the GNU Lesser General Public License in COPYING.LGPL for more details.
  17. #
  18. #export STARPU_NCUDA=3
  19. #export STARPU_NCPUS=9
  20. #export STARPU_DIR=$HOME/sched_ctx/build
  21. #source sched.sh isole 0 0 0
  22. #source sched_no_ctxs.sh
  23. source sched_no_ctxs.sh 1stchole -chole1
  24. source sched_no_ctxs.sh 2ndchole -chole2
  25. source sched_with_ctxs.sh isole 0 0 3
  26. source sched_with_ctxs.sh isole 0 1 2
  27. source sched_with_ctxs.sh isole 0 2 1
  28. source sched_with_ctxs.sh isole 0 3 0
  29. source sched_with_ctxs.sh 1gpu 1 0 2
  30. source sched_with_ctxs.sh 1gpu 1 1 1
  31. source sched_with_ctxs.sh 1gpu 1 2 0
  32. source sched_with_ctxs.sh 2gpu 2 1 0
  33. source sched_with_ctxs.sh 2gpu 2 0 1
  34. source sched_with_ctxs.sh 3gpu 3 0 0