Home

Martin Koehler Drittelhacker

The SNOMP Library

SNOMP is a recursive acronym for "SNOMP is Not OpenMP". The main goal of the library is to provide an interface for shared-memory parallelization using processes instead of tasks. The programming is a mixture between standard shared memory programming and message passing. Internally we will use POSIX shared memory and POSIX message queues from IEEE Std 1003.1-2004. This limits the library to Linux (>2.6.6) and FreeBSD (>=7.0) at the moment.
For questions contact grisuthedragon@users.sf.net