<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7036.0">
<TITLE>RE: [mpich-discuss] integrating mpich into MS Visual Studio fordebugging FORTRAN</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>Hi,<BR>
The integer number after the "-d" option denotes the level of debugging (0,1,... etc) information required. This option is normally not required by users (smpd -d => complete debugging info). Debugging level 0 (smpd -d 0) indicates "0 level debugging" (no msgs printed to stdout).<BR>
<BR>
Regards,<BR>
Jayesh<BR>
<BR>
-----Original Message-----<BR>
From: michael bane [<A HREF="mailto:michael.bane@manchester.ac.uk">mailto:michael.bane@manchester.ac.uk</A>]<BR>
Sent: Wednesday, July 08, 2009 9:50 AM<BR>
To: Jayesh Krishna<BR>
Cc: mpich-discuss@mcs.anl.gov<BR>
Subject: Re: [mpich-discuss] integrating mpich into MS Visual Studio fordebugging FORTRAN<BR>
<BR>
<BR>
On 8 Jul 2009, at 15:07, Jayesh Krishna wrote:<BR>
<BR>
> Hi,<BR>
> You can use debugging level 0 when running smpd (smpd -d 0) in debug<BR>
> mode to avoid smpd dumping the messages to stdout.<BR>
><BR>
> Regards,<BR>
> Jayesh<BR>
<BR>
can't see that documented... a quick play seems to imply<BR>
smpd -d anyString<BR>
works... is that right? Thanks again!!! M<BR>
</FONT>
</P>
</BODY>
</HTML>