Travis Oliphant wrote:
> Christopher Hanley wrote:
>   
>> Good Morning,
>>
>> Numpy revision 3056 will not build on either Red Hat Enterprise 3 or 
>> Solaris 8.  The relevant syntax errors are below:
>>
>>   
>>     
> I'd like to see which platforms do not work with the npy_interrupt.h 
> stuff.  If you have a unique platform please try the latest SVN. 
>
> There is a NPY_NO_SIGNAL define that will "turn off" support for 
> interrupts which we can define on platforms that won't work.
>
>   

In particular,  if the signal handling works on your platform, then

numpy.core.multiarray.test_interrupt()

should be interruptable.

Otherwise, it will continue until the incrementing counter becomes 
negative which on my system takes about 10 seconds

-Travis


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to