develooper Front page | perl.perl5.porters | Postings from August 2021

Re: concurrency list (was Re: Relinquishing Maintenance of CoreModules)

Thread Previous | Thread Next
From:
Yuki Kimoto
Date:
August 3, 2021 08:18
Subject:
Re: concurrency list (was Re: Relinquishing Maintenance of CoreModules)
Message ID:
CAExogxMtXRUOnvaYhVy3=0YGrgFBgE=8aCsu=m5X00QAKP6v3A@mail.gmail.com
2021-8-3 14:40 David Christensen <dpchrist@holgerdanske.com>:

>
>
> Is there a way to eliminate one or more intermediate layers?
>
> - Calling MyOpenMP::sum_vec_int() from Perl?
>

Yes. You can call this method directly, and you can release this module to
CPAN.


> - Putting "#pragma omp parallel for" above a Perl "for" loop?
>

a Perl "for" loop maybe means a SPVM "for" loop.

No, SPVM doesn't support openmp pragma.

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About