Re: a warning message that would not go off even if you turn it off
- To: mathgroup at smc.vnet.net
- Subject: [mg117355] Re: a warning message that would not go off even if you turn it off
- From: Nabeel Butt <nabeel.butt at gmail.com>
- Date: Wed, 16 Mar 2011 06:25:58 -0500 (EST)
Dear Peter, Thanks....i got it working ....Oh I just thought putting N[] speeds things up ...might not speed up things alot though.... Nabeel On Tue, Mar 15, 2011 at 7:04 AM, Peter Pein <petsie at dordos.net> wrote: > 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? > > -- "We have not succeeded in answering all our problems.The answers we have found only serve to raise a whole set of new questions.In some ways we feel that we are as confused as ever,but we believe we are confused on a higher level and about more important things." "Maybe one day we get to see all the beauty present in this world" Nabeel Butt UWO,London Ontario, Canada