LonelyCat124

Results 41 issues of LonelyCat124

In this analysis: https://xivanalysis.com/fflogs/yFv3zHLqWY6dPNTD/1/6 I apparently used 55/53 gauss round, but 55/56 ricochet. Ignoring the 1s gap between the first ricochet and first gauss round, I should be otherwise able...

I've manage to replicate this issue I mentioned on slack in a standalone piece of code of 150 lines. Setup: [email protected] (installed via spack) OpenMPI 4.0.4 (used from module system)...

A task directive needs to generate dependencies correctly at codegen time. There are a few principles I've used to determine what these should be: 1. The idea of a proxy...

in progress
Task-based

Sergi and I think (and can't think of a counter example) that if you do .copy() on a node, the copy should be equal to the original. We want to...

As of #1151, OpenMP directives have additional "Clause" children.. At the moment, the specifier in `_children_valid_format` requires an ordering of these clauses as children, as something like `[OMPPrivateClause, OMPDefaultClause]*` doesn't...

enhancement

As part of Excalibur we need to add the ability to generate OpenMP task code. I think there are a few likely requirements to have this working, some of which...

Task-based

PSyclone will relatively easily produce the following code which has race condition at `k=1`: ``` subroutine my_subroutine() integer, dimension(10,10) :: a integer, dimension(10,10) :: b integer :: i integer ::...

bug

Looking through the code for #1551 I think the ordering of some clauses may change when using reduction variables with the new infrastructure. The old code for `begin_string` would return...

enhancement

While trying to enable my OpenMP taskloop/wait code to both generate and compile, I discovered that some of the examples code does not compile with only the `dl_esm_inf` dependency. The...

bug
in progress

This is the first commit towards the ability to use Otter. So far I added the otter nodes & tests for them. At the moment they do no validation -...

enhancement