I have a Fortran Quickwin project that uses coarrays to run a Monte Carlo simulation. Currently, each image updates its progress and sends messages to its own Quickwin window (default Quickwin behavior with coarrays). Is there a way to connect all the images to a single Quickwin? A console application connects all the images to the same standard output, and this is the behavior I'd like to emulate while still having access to the convenient screen updating/formatting in a Quickwin project.
↧