Re: a warning message that would not go off even if you turn it off
- To: mathgroup at smc.vnet.net
- Subject: [mg117324] Re: a warning message that would not go off even if you turn it off
- From: Peter Pein <petsie at dordos.net>
- Date: Tue, 15 Mar 2011 06:04:29 -0500 (EST)
- References: <ilfgs6$6s9$1@smc.vnet.net>
Am 12.03.2011 11:11, schrieb Nabeel Butt: > Dear Users, > I have a warning message like :'* > > InterpolatingFunction::dmval > * This is because in some sections of my program I am using > extrapolation. In most normal programs i turn it off and i dont get the > warning.However , for reasons quite yet not known me I have a program which > will give me warnings even if i turn off this message.How do I turn it off > because I am getting very allergic to this message. I am uploading my > notebook at http://www.megaupload.com/?d=PTE4AA6T . > Thanks in advance ! > Nabeel > You should turn off the message in each Kernel when using ParallelTable. Use ParallelEvaluate[Off[InterpolatingFunction::dmval]]; to do so. Peter P.S.: which effect do you expect from wrapping N[] repeatedly around inexact numbers?