Dear Bijoy,
can you tell us which compiler version your are using?
f90 -version will tell you the desired information.
Moreover, you don't need to install totalview to give us a first idea
where the your run fails.
Signal 11 is a segmentation fault, means you are either overwriting array
section or you have a mismatch
of a argument list of a subroutine.
Given that your run presumably has left some core dumps named core.<pid>
where pid is the process id of the failing processes.
So, if you can type the following commands
dbx <your mom4 executable> core.<pid>
and then at the dbx prompt
where
you should get a full traceback of the call stack of the failing process
including the line number of the subroutine under consideration.
Last but not least, you can use the cvd which is the GUI based debugger
comming with the compiling environment.
Best regards
Reiner
P S Swathi wrote:
> Dear Bijoy,
>
> It is very hard to isolate the problem from your mail. Like I
> demonstrated in the OMG session, the best way to determine errors is to
> use the totalview debugger. You can download a trial version from
> www.etnus.com
>
> Good luck
>
> Swathi
>
> On Fri, 19 Sep 2003, Bijoy Thompson wrote:
>
> > Dear MOM4 users,
> >
> > i am trying to run mom4 using mpi with 4 processors on origin3000.
> > while executing generate_grid.csh it shows the error
> >
> > "MPI: MPI_COMM_WORLD rank 0 has terminated without calling
> > MPI_Finalize()
> > MPI: Received signal 11 "
> >
> > whether it is due to missing of some mpi libraries during
> > compilation.
> > can anyone kindly help me to overcome this.
> >
> > bijoy
> >
> >
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> FMS-mom4 mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/fms-mom4
--
--------------------------------------------------------------------------------
_
)/___ _---_
=_/(___)_-__ ( )
/ /\\|/O[]/ \c O ( )
Reiner Vogelsang \__/ ----'\__/ ..o o O .o -_-
Senior System Engineer
Silicon Graphics GmbH Home Office
Am Hochacker 3
D-85630 Grasbrunn 52428 Juelich
Germany
Phone +49-89-46108-0 +49-2461-939265
Fax +49-89-46108-222 +49-2461-939266
Mobile +49-171-3583208
email [EMAIL PROTECTED]
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
FMS-mom4 mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fms-mom4