Hi Manuel,
    Thanks for pointing this out.  The problem was that while
'dmtcp_launch --quiet' made the launch process quiet, the
dmtcp_coordinator was not being quiet.  I've now put up a branch
on github for review in which 'dmtcp_launch --quiet' passes the '--quiet'
flag onto the 'dmtcp_coordinator', and the coordinator obeys that flag.

It will be under review for a few days, but you can try it out now by calling:

  git clone -b quiet-coordinator https://github.com/gc00/dmtcp.git dmtcp-quiet

[ Since this is going to dmtcp-forum, if someone is reading this in the
  future this branch will go away, and the functionality will be
  merged into the main DMTCP branch. ]

Best,
- Gene

On Wed, Sep 16, 2015 at 04:31:55PM +0200, Manuel Rodríguez Pascual wrote:
> hi all,
> 
> I am trying to silence all output related to DMTCP. I have however the
> feeling that it is impossible to silence dmtcp_launch completely. this is,
> when executing a code with
> 
> ---
> dmtcp_launch  ./myCode
> ---
> 
> I would like not having
> 
> ---
> dmtcp_coordinator starting...
>     Host: slurm-master (192.168.1.10)
>     Port: 7779
>     Checkpoint Interval: disabled (checkpoint manually instead)
>     Exit on last client: 1
> Backgrounding...
> 
> ---
> 
> at the beginning of the execution. My question is, is it possible to do
> it?  My closest attempt so far is to redirect the application standard
> output to a file with ">", but it is not really elegant plus I still lose
> stderr.
> 
> Any suggestion?
> 
> Best regards,
> 
> 
> Manuel

> ------------------------------------------------------------------------------
> Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
> Get real-time metrics from all of your servers, apps and tools
> in one place.
> SourceForge users - Click here to start your Free Trial of Datadog now!
> http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140

> _______________________________________________
> Dmtcp-forum mailing list
> Dmtcp-forum@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dmtcp-forum


------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
Dmtcp-forum mailing list
Dmtcp-forum@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dmtcp-forum

Reply via email to