1 (edited by ker2x 2019-09-14 18:55:40)

Topic: appgraphic and coarray

Friendly greetings !
i use SF2.41

i enabled coarray in the build option, just for testing. i never used coarray yet.
When i run the program. the main window open 4 times big_smile (on my laptop. on my desktop it will probably open 24 times, i don't want to try)

i don't know how the loop is handled, or callbacks, or ...

How would you handle it, if it can be handled ?
Or is it just "it's not supposed to works so forget it" ?

Re: appgraphic and coarray

I'm not sure that is optimal solution. One way is put Appgraphics call  inside if branch for first ( or any choosen) thread. Other threads  should comunicate only via coarrays.
Petr