Differences between revisions 2 and 3
Revision 2 as of 2014-11-27 09:49:36
Size: 634
Comment:
Revision 3 as of 2014-11-28 07:47:45
Size: 989
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:

== Compiling for Xeon Phi architecture ==
The system architecture for the Xeon Phi depends on host-based components as well as software running on the Xeon Phi co-processor. Hence, we need to configure Hake with two targets:
{{{
$ ../barrelfish/hake/hake.sh -s ../barrelfish -a k1om -a 86_64
$ make
}}}

== Installing The Xeon Phi Boot Image ==

Running Barrelfish on the Xeon Phi

This page describes how to build and run Barrelfish on the Intel Xeon Phi co-processor.

Environment Setup

In order to build Barrelfish for the Xeon Phi the user must have setup the GCC toolchain for the K1OM architecture and a NFS share accessible from the machine with the Xeon Phis. In summary, the Intel MPSS SDK has to be installed on the build host.

A detailed environment setup guide can be found here: Environment Setup Guide.

Compiling for Xeon Phi architecture

The system architecture for the Xeon Phi depends on host-based components as well as software running on the Xeon Phi co-processor. Hence, we need to configure Hake with two targets:

$ ../barrelfish/hake/hake.sh -s ../barrelfish -a k1om -a 86_64
$ make

Installing The Xeon Phi Boot Image

BarrelfishWiki: Running_on_Xeon_Phi (last edited 2015-01-08 15:29:07 by RetoAchermann)