Distributed and SGE qsub

Hi!

How to qsub julia codes with Distributed package?

I’m using Distributed package. And to run the code, I have used SGE qsub. I maybe understood ‘how to run MPI’ with qsub. MPI need an option ‘-pe N’, where N is number of parallel process. So I think Distributed package also the option ‘-pe N’. If the code set ‘addprocs(N-1)’, then I added option ‘-pe N’. Is this right?
The reason why I am skeptical is because cpu ‘load_average’ exceeds maximum number of cpu.

The following is a result of ‘qstat -f’ .

queuename                      qtype resv/used/tot. load_avg arch          states
---------------------------------------------------------------------------------
node                 BIP   0/10/96                   115.54   lx-amd64      
 312031 0.55500 f     r       r     05/16/2024 22:59:38     2        
 312032 0.55500 f     r       r     05/16/2024 22:59:38     2        
 312417 0.55500 f     r       r     05/17/2024 13:37:53     2        
 312419 0.55500 f     r       r     05/17/2024 15:56:53     2        
 312420 0.55500 f     r       r     05/17/2024 15:57:53     2        
---------------------------------------------------------------------------------