README 1008 B

1234567891011121314151617181920212223242526272829
  1. # StarPU --- Runtime system for heterogeneous multicore architectures.
  2. #
  3. # Copyright (C) 2009-2011 Université de Bordeaux 1
  4. # Copyright (C) 2010, 2011 Centre National de la Recherche Scientifique
  5. #
  6. # Permission is granted to copy, distribute and/or modify this document
  7. # under the terms of the GNU Free Documentation License, Version 1.3
  8. # or any later version published by the Free Software Foundation;
  9. # with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
  10. # See the GNU Free Documentation License in COPYING.GFDL for more details.
  11. Instructions on how to compile and run StarPU examples
  12. ------------------------------------------------------
  13. % export STARPU_DIR=<directory where StarPU is installed>
  14. % export PKG_CONFIG_PATH=$STARPU_DIR/lib/pkgconfig:$PKG_CONFIG_PATH
  15. % export LD_LIBRARY_PATH=$STARPU_DIR/lib:$LD_LIBRARY_PATH
  16. % make hello_world
  17. % ./hello_world
  18. % make vector_scal
  19. % ./vector_scal
  20. % STARPU_NCPUS=0 ./vector_scal
  21. % STARPU_NCPUS=0 STARPU_NCUDA=0 ./vector_scal