Two GPT's at the same time?

Hi, there!

I am just wondering is it possible and relevant to run two gpt processes in separate terminals? Would it increse, decrease the processing time or maybe the processes would interfere with each other and the results would be corrupted?

I am asking this because I would like to process Sentinel-2 and Sentinel-1 scenes and I was thinking that the process could be sped up if I run both processes at the same time, considering that the available processing resources are sufficient.

It should work to run two gpt processes in parallel. But you will probably don’t get performance benfits. By default gpt uses all cores of you CPU and then there is now remaining processing pwoer for a second gpt process. But for some processing chains it happens that not all cores are used (that’s an issue which is under investigation). If you observer this you can try to start another process. But you also need to have enough memory.

1 Like

Thanks for the answer!