PSyclone
PSyclone copied to clipboard
Support parallelism clause on `ACC routine` directive.
where
This issue will allow
gang, worker or vector to be specified when creating the directive.
Simon has pointed out that in newer versions of the standard this clause is mandatory (even if it is only seq). This causes the Cray compiler to reject the code at the moment.
Simon has pointed out that in newer versions of the standard this clause is mandatory (even if it is only
seq). This causes the Cray compiler to reject the code at the moment.
...and that in turn is causing problems for epcc as they try to use this on Archer2.