High performance computing

Hi everyone! How can/should one migrate SNAP on a supercomputer in order to process data? Does one simply need to use the JAVA API for SNAP? What would be the best way?

Best regards,
Marvin

Hi,
probably using the Java API is most flexible one. But you can also use gpt from the command line to invoke processing jobs or additionally you can use python to call into SNAP and orchestrate it. I think it also depends on your infrastructure on the cluster, but in general I would say Java API is the best way, then using the command line and as last option using python.
At least on our cluster Calvalus we use the Java API directly.