Re: Issue with intel's cluster openmp
On Fri, 12 Sep 2008 21:01:38 +0300
Micha <michf@post.tau.ac.il> wrote:
> On Fri, 12 Sep 2008 09:09:34 +0100
> michael <cs@networkingnewsletter.org.uk> wrote:
>
> >
> > On 12 Sep 2008, at 02:57, Micha wrote:
> >
> > > I'm trying to run intel's cluster openmp on my machine. For some
> > > reason it
> > > crashes with a SIGBUS (Bus Error) when I run it on my machine. The
> > > exact same
> > > executable with the same libraries works fine on a different one
> > > (although it
> > > is itanium).
> >
> > are you saying that you're moving an executable from one arch (not
> > stated) to another (Itanium) and it works for the latter but not the
> > former? What arch[itecture] is the former??? M
> >
> >
>
> It was compiled under core 2 duo running 64 bit linux and compiler.
> Thinking about it, this may be the issue although I tried to force it to
> compile for the core due and it didn't help. Will try again.
>
>
checked it out with all compiling options I could think of, doesn't seem to be
an itanium issue but rather and mmpa issue. This line is whats failing and I'm
guessing due to kernel options (this is a custom kernel)
mmap(0x7fffdf3fb000, 536870912, PROT_READ|PROT_WRITE, MAP_SHARED|MAP_FIXED, 3, 0)
Reply to: