Can I use cython-generators project on hudson for control-flow tests?
So I'll move cf branch development to my master branch.
--
vitja.
___
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel
Vitja Makarov, 14.04.2011 09:27:
Can I use cython-generators project on hudson for control-flow tests?
So I'll move cf branch development to my master branch.
Sure. I renamed the tab to "cython-vitek". It's your repo, use it as you
see fit.
Stefan
On 04/13/2011 11:13 PM, mark florisson wrote:
Although there is omp_get_max_threads():
"The omp_get_max_threads routine returns an upper bound on the number
of threads that could be used to form a new team if a parallel region
without a num_threads clause were encountered after execution return
On 14 April 2011 20:29, Dag Sverre Seljebotn wrote:
> On 04/13/2011 11:13 PM, mark florisson wrote:
>>
>> Although there is omp_get_max_threads():
>>
>> "The omp_get_max_threads routine returns an upper bound on the number
>> of threads that could be used to form a new team if a parallel region
>>
On 14 April 2011 20:29, Dag Sverre Seljebotn wrote:
> On 04/13/2011 11:13 PM, mark florisson wrote:
>>
>> Although there is omp_get_max_threads():
>>
>> "The omp_get_max_threads routine returns an upper bound on the number
>> of threads that could be used to form a new team if a parallel region
>>
On 04/14/2011 08:39 PM, mark florisson wrote:
On 14 April 2011 20:29, Dag Sverre Seljebotn wrote:
On 04/13/2011 11:13 PM, mark florisson wrote:
Although there is omp_get_max_threads():
"The omp_get_max_threads routine returns an upper bound on the number
of threads that could be used to form
On 04/14/2011 08:42 PM, mark florisson wrote:
On 14 April 2011 20:29, Dag Sverre Seljebotn wrote:
On 04/13/2011 11:13 PM, mark florisson wrote:
Although there is omp_get_max_threads():
"The omp_get_max_threads routine returns an upper bound on the number
of threads that could be used to form
Thanks Arthur. I actually found the code examples in a grandparent directory
of the User's Guide documentation source directory. I have submitted a pull
request on GitHub which corrects the User's Guide Tutorial documentation so
that it now includes the code.
https://github.com/cython/cython/pull/
On 14 April 2011 20:58, Dag Sverre Seljebotn wrote:
> On 04/14/2011 08:42 PM, mark florisson wrote:
>>
>> On 14 April 2011 20:29, Dag Sverre Seljebotn
>> wrote:
>>>
>>> On 04/13/2011 11:13 PM, mark florisson wrote:
Although there is omp_get_max_threads():
"The omp_get_max_thre
On 04/14/2011 09:08 PM, mark florisson wrote:
On 14 April 2011 20:58, Dag Sverre Seljebotn wrote:
On 04/14/2011 08:42 PM, mark florisson wrote:
On 14 April 2011 20:29, Dag Sverre Seljebotn
wrote:
On 04/13/2011 11:13 PM, mark florisson wrote:
Although there is omp_get_max_threads():
"Th
On 14 April 2011 21:37, Dag Sverre Seljebotn wrote:
> On 04/14/2011 09:08 PM, mark florisson wrote:
>>
>> On 14 April 2011 20:58, Dag Sverre Seljebotn
>> wrote:
>>>
>>> On 04/14/2011 08:42 PM, mark florisson wrote:
On 14 April 2011 20:29, Dag Sverre Seljebotn
wrote:
>
> On
I've created the .pyx files and it passed in all python tests.
To test them, as I said, I copied the .py test files to my project
directory, generated the .so files, import them instead of python modules
and run. I run every test file and it passed in all of them. To run the
tests, run the file 'r
[please avoid top-posting]
Arthur de Souza Ribeiro, 15.04.2011 04:31:
I've created the .pyx files and it passed in all python tests.
Fine.
As far as I can see, you only added static types in some places. Did you
test if they are actually required (maybe using "cython -a")? Some of them
look
13 matches
Mail list logo