Difference between revisions of "Porting applications to Sniper"

From Sniper
Jump to navigation Jump to search
Line 1: Line 1:
Sniper should support most applications that are parallelized using pthreads, OpenMP or Intel TBB.
+
Sniper should be able to run unmodified 64-bit x86 Linux applications that are parallelized using pthreads, OpenMP or Intel TBB.
  
 
There are a few things your application shouldn't do, see [[Unsupported Application Behavior]]
 
There are a few things your application shouldn't do, see [[Unsupported Application Behavior]]
 +
 +
There are a several ways your application can interact with the simulation: [[Accessing simulator hooks from inside an application]]

Revision as of 16:54, 16 November 2011

Sniper should be able to run unmodified 64-bit x86 Linux applications that are parallelized using pthreads, OpenMP or Intel TBB.

There are a few things your application shouldn't do, see Unsupported Application Behavior

There are a several ways your application can interact with the simulation: Accessing simulator hooks from inside an application