Harald Servat

Results 19 comments of Harald Servat

@Pennycook -- I was exploring this, and this behavior occurs because of some "experimental" features that I implemented in the translator. Those features were enabled by default, but since they...

Which language are you referring? C/C++, Fortran/Free, Fortran/Fixed? Can you add some example in the issue, please?

Agree with @giacrossi . Changing the case would be a bit complex and only cosmetic. Do you have a strong reason to keep the case in Fortran @vinuta-sv ?

Closing as we don't have further feedback.

Hey @Lyphion -- do you mind sharing which intel compiler did you try? Thanks I'm a bit swamped these days -- but I'll try to work on this when I...

Hello, I'm not sure about this proposal. According to the OpenACC spec for loop construct / seq: ``` 2153 2.9.5 seq clause 2154 The seq clause specifies that the associated...

I've been thinking on the topic and discussing it with some colleagues. I think that the appropriate solution would be to translate the `!$acc loop seq` into a no-op (currently...

I finally implemented the "not translation" for `omp loop seq`. Sorry if that does not match your initial expectations, but I think this is the way to go.

Hello @vidyalathabadde please, note that the translator cannot perfectly translate from OpenACC to OpenMP. There are several limitations, so we consider the translated a suggestion that needs supervision, at least...

For the translator version -- what does "git log --pretty=format:"%h" | head -1" give you?