On Jan 29, 2005, at 2:51 AM, Arnab Chakrabarty wrote:
> I am new to programming in MPI. So this might be a real stupid
> one.... I wrote two C files (essentially a couple of hello world
> programs) and a makefile. After creating the executable file from the
> makefile while trying to run it in a supercomputer :
>
> mpirun -np 2 test.050128
>
> I am getting the following error message.:
>
> mmap failed (memmap_base)for 250344 pages
>
> I have the manuals and FAQ available over the web but couldn't do
> anything as such. However i could run the same piece of program in
> another cluster. Thanking in advance
There really isn't enough information in your e-mail for us to provide
any real advice. You might want to run your application in a debugger
to see where the failure is occuring. The "Debugging MPI programs
under LAM/MPI" section of the LAM FAQ provides some advice on debugging
MPI applications.
One note - that error message doesn't look like a LAM error message.
Are you sure you are using the LAM/MPI libraries and binaries?
Hope this helps,
Brian
--
Brian Barrett
LAM/MPI developer and all around nice guy
Have an LAM/MPI day: http://www.lam-mpi.org/
|