This repository contains details related to Hybrid CPU/GPU TaskParallelization.
Wiki Pages:
- Added a Page on Summary of the Research report on StarPU in wiki.
- Added summary of Phalanx programming model (Rough).
Software: STARPu - http://runtime.bordeaux.inria.fr/StarPU/starpu.html
StarPU dependencies:hwloc and tetex-live.
Modify makefile of tetex-live with appropriate path(manual modification) in version 3.0.
Environment variables: C_INCLUDE_PATH, CPLUS_INCLUDE_PATH, LD_LIBRARY_PATH, PKG_CONFIG_PACKAGE, PATH.
Installation procedure:
- ./configure --prefix=/destdir
- make DESTDIR=/destdir
- make install