How to launch the julia on cluster under Torque scheduler

Hello,
I would be grateful for any help. I was successful in using the ClusterManager.jl package udder slurm scheduler.
But I had to switch to another cluster with the torque scheduler and the addprocs() and addprocs_pbs() do not work. I am using the specific Julia parallel constructions like distributed arrays and spawnat() macro.
Thank You for all help.

Why is addprocs_pbs not working? What kind of error are you getting?

Unfortunatelly none. The task task seems to be running but it does not give any result and after a timwout it is killed. Moreover the addprocs() work well but only up to 3 nodes.