heat.sh 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #!/bin/bash
  2. #
  3. # StarPU --- Runtime system for heterogeneous multicore architectures.
  4. #
  5. # Copyright (C) 2017 Université de Bordeaux
  6. # Copyright (C) 2017 Inria
  7. #
  8. # StarPU is free software; you can redistribute it and/or modify
  9. # it under the terms of the GNU Lesser General Public License as published by
  10. # the Free Software Foundation; either version 2.1 of the License, or (at
  11. # your option) any later version.
  12. #
  13. # StarPU is distributed in the hope that it will be useful, but
  14. # WITHOUT ANY WARRANTY; without even the implied warranty of
  15. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  16. #
  17. # See the GNU Lesser General Public License in COPYING.LGPL for more details.
  18. # Test various LU options
  19. set -e
  20. PREFIX=$(dirname $0)
  21. if [ -n "$STARPU_MIC_SINK_PROGRAM_PATH" ] ; then
  22. STARPU_MIC_SINK_PROGRAM_NAME=$STARPU_MIC_SINK_PROGRAM_PATH/heat
  23. # in case libtool got into play
  24. [ -x "$STARPU_MIC_SINK_PROGRAM_PATH/.libs/heat" ] && STARPU_MIC_SINK_PROGRAM_NAME=$STARPU_MIC_SINK_PROGRAM_PATH/.libs/heat
  25. fi
  26. $PREFIX/heat -shape 0
  27. $PREFIX/heat -shape 1
  28. # sometimes lead to pivot being 0
  29. #$PREFIX/heat -shape 2
  30. $PREFIX/heat -cg
  31. # TODO: FIXME
  32. # segfault
  33. #$PREFIX/heat -v1
  34. # (actually the default...)
  35. $PREFIX/heat -v2
  36. # hang
  37. #$PREFIX/heat -v3
  38. # hang
  39. #$PREFIX/heat -v4