nickoppen / passing

Experiments in shoveling data around the epiphany.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a short project to check out two things:

  • A simple profiling mechanism using e_ctimers from within the kernel (ignoring load times),
  • basic coprthr synchronisation and
  • A couple of ways of passing data between cores using direct memory writes and mpi messages.

This is currently a work in progress so don't expect anything to work.

To see the original files unaltered please refer to the blog10files branch.

About

Experiments in shoveling data around the epiphany.


Languages

Language:C 83.5%Language:C++ 14.4%Language:Makefile 2.1%