issues Search Results · repo:stfc/PSyclone language:Python
Filter by
1k results
(62 ms)1k results
instfc/PSyclone (press backspace or delete to remove)Test psyir/transformations/omp_task_transformations_test.py::test_omptask_apply_kern has a code fragment containing the
declaration of a pure subroutine but then has to manually set the is_pure attribute ...
bug
PSyIR
arporter
- Opened 23 hours ago
- #2916
For some code like:
module my_mod
implicit none
use something
contains
subroutine doit()
use other
call a_routine()
end subroutine doit
end module my_mod
it s currently not easy to ...
arporter
- 1
- Opened yesterday
- #2915
Given the code:
module this_mod
implicit none
contains
subroutine do_it()
use my_mod
integer :: old_my_sub
real, dimension(10) :: a
call my_sub(a)
...
bug
PSyIR
arporter
- 1
- Opened 3 days ago
- #2913
While generalising psyacc so both ACC and OMP transformations work, I found that only ACC supports sequential execution
directives.
oakleybrunt
- 7
- Opened 3 days ago
- #2912
gungho contains:
type(field_vector_type) :: mass_matrix_diagonal
call invoke( X_divideby_Y( y_vec, x_vec, self%mass_matrix_diagonal%vector(i) ) )
This variable is not written out during ...
bug
NG-ARCH
PSyKE
hiker
- Opened 4 days ago
- #2911
As discussed in #2805, setval_random cannot correctly perform redundant computation because there s no way of computing
what pseudo-random values would be assigned to dof locations by neighbouring processors. ...
bug
LFRic
arporter
- 4
- Opened 8 days ago
- #2909
With #1010 we now have PSyIR nodes and PSyIR symbols throughout the LFRic workflow, which currently consists of:
1. parsing
2. generate psy-layer (parses kernel metadata and creates initial loops and ...
sergisiso
- Opened 15 days ago
- #2905
PSyData supports PSYDATA_VERBOSE environment variable (set it to 1 or 2) to print some information about what is
happening. But the driver itself does not print any messages. So if you have an error (e.g. ...
NG-ARCH
PSyKE
hiker
- Opened 16 days ago
- #2904
Setting ENABLE_ASYNC_HALOS in examples/lfric/scripts/everything_everywhere_all_at_once.py fails with the LRFic trunk
with FFSL, this code uses 2 transformation: Dynamo0p3AsyncHaloExchangeTrans and MoveTrans. ...
sergisiso
- Opened 17 days ago
- #2903
With driver extraction started to be used in earnest, it would be great to include tests into our (internal) CI.
Required work:
- [ ] Install BAF (https://github.com/MetOffice/lfric-baf)
- [ ] ...
enhancement
PSyKE
hiker
- Opened 18 days ago
- #2902

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.