Dear Bijoy, I suppose you are using the mpt toolkit when you run mom4. If you are, the best debugger is totalview, a third party software. If you dont have totalview, your next best bet is the cvd debugger which comes with the ProDev Workshop bundle on the sgi. Do a "which cvd" an you should get a response. If you dont, then you will have to get in touch with SGI and ask them to install it (or perhaps you can get this from the SGI site and put it on yourself). You will find details on how to use cvd to debug mpi programs at
www.techpubs.sgi.com/library/tpl/cgi-bin/getdoc.cgi?coll=0650&db=bks&fname=/SGI_Developer/books/Debugger_UG/sgi_html/ch10.html&srch=cvd%20mpi%20 If you are running the code serially (without mpi) then you can use either cvd or a GNU utility called DDD. DDD is a part of the varsity pack and should be in /usr/freeware/bin. If it is not, you can download this from the sgi site. Good luck Swathi On Mon, 30 Jun 2003, Bijoy Thompson wrote: > Dear Dr. Swathi > > I wish to know how to debug the mom4 code in SGI Octane. > > With thanks and best regards > Bijoy > > > > > > > > > Swathi wrote: > > > Dear Bijoy, > > > > On Thu, 12 Jun 2003, Bijoy Thompson wrote: > > > > > > > > hai mom4 users, > > > > > > i am facing problem while execuitng mom4_run.csh in mom4 testcase 2 > > > > > > it shows the following message > > > " > > > /bin/time -l mpirun -prefix [%g] -np 1 test2.exe > > > > > > WARNING: unrecognized from units > > > > > > FATAL: unrecognized time units > > > > > > > This could come when mpp_io tries to read a file in your INPUT directory. > > It could be any of tau.nc, sst.nc, sss.nc. The only way to isolate this is > > to run the code under a debugger and get a traceback. If you dont have a > > debugger, go to ocean_flux.F90 and put some writes to find out which file > > it is coming from. > > > > Onece you have located the problem, use NCO routines from Charlie Zender > > to modify the nc files to get in the correct units and rerun the code. > > > > Good luck. > > > > Swathi > > ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ FMS-mom4 mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fms-mom4
