Could I use multiple terminals to run the gpt command?

hello
Could I use multiple terminals to run the gpt command? Recently, I want to make a time series of about 100 scene data. If I do it directly, the snap will not run, and I want to process it in blocks. I would like to ask if you have any good suggestions, thank you!

You don’t need multiple terminals. Look at the resource requirements of a single job (memory and I/O are usually the limiting factors). This will allow you to determine how many jobs can be run at the same time. I use GNU parallel which can be configured to manage the jobs and will start the next job as soon as one has finished. There are much more sophisticated job management tools on large parallel machines as well as systems that will manage jobs on a bunch of workstations to take advantage of idle time.