Re: [OMPI devel] oshmem only supports Linux ?

2014-07-24 Thread Mike Dubman
OSHMEM memheap implementation relies on the "_end" symbol provided by linux linker. The _end symbol indicates the beginning of the program dynamic allocation area. This is needed to allow programmatic access to the process global/static variables. On Thu, Jul 24, 2014 at 9:22 PM, Marco Atzeri

[OMPI devel] oshmem only supports Linux ?

2014-07-24 Thread Marco Atzeri
Hi, I had the impression that the scope of using autotools is to check for features not platforms. *** OSHMEM Configuration options checking if want oshmem... yes configure: WARNING: OpenSHMEM support was requested, but currently configure: WARNING: only supports Linux. configure: error: Cannot