Ondřej Čertík
Ondřej Čertík
@harperjf thanks for diligently reporting bugs! We will get everything to compile and run correctly eventually.
This is an "Internal Compiler Error". We can print a better error message for this, explaining what an Internal Compiler Error is and how to report it. Regarding priorities, we...
Thanks for reporting them. We'll fix it.
Which PR fixed it?
Awesome, thanks!
Indeed, `fpm` could autodetect, and you can force `mpi=true` or `mpi=false` if the autodetection is wrong for some reason (say you have an `mpi` module in your project that is...
The `CALL sub ( alloc(1) )` is not allowed by default. It must be enabled by `--legacy-array-sections`. Try if this example works with this option.
Yes, that's a great idea. Go ahead and send a PR.
Excellent! Thanks for working on this.
Regarding the first question, you need to keep track of the loops in the visitor I think. Regarding the second question, can you give an example code and ASR for...