MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

parallel computing and message disabling

  • To: mathgroup at smc.vnet.net
  • Subject: [mg111609] parallel computing and message disabling
  • From: Ruth Lazkoz Sáez <ruth.lazkoz at ehu.es>
  • Date: Sat, 7 Aug 2010 01:32:25 -0400 (EDT)

Hi,

If I evaluate

Off[FindMinimum::"lstol"]; Off[FindMinimum::"nrnum"]; Off[
  NIntegrate::"slwcon"]; Off[NIntegrate::"ncvb"];

and then

ParallelTable[NIntegrate[1/x, {x, 0, 1}], {i, 1, 2}]

I still get the messages, whereas if I use Table (not ParallelTable) if 
goes fine.

Any idea of how to let ParallelTable know no messages are to be shown?

Thanks,

Ruth Lazkoz


  • Prev by Date: Default and head in function argument
  • Next by Date: Newbie question: Using expanded Boolean Criteria w the Select funtion
  • Previous by thread: Re: Default and head in function argument
  • Next by thread: Re: parallel computing and message disabling