Use of mfix-23-3.1 with pbs job scheduler on hpc

i have installed mfix-23.3.1 on hpc cluster using conda ( module load codes/anaconda3-2023.09 ) in this process simulation is very slow … so want to use it with pbs job scheduler???

When you start the job select “Submit to queue”

You should be able to use the “Grid engine” queue template, since the qsub and qdel commands are the same as PBS. You may need to modify the template or create a new one for PBS.

while clicking on submit to queue and select grid engine now we are not able to fill the detail further and run the processs further

and without using the option submit to queue it shows the error --------------------------------------------------------------------------
Warning: There was an error initializing an OpenFabrics device.

Local host: agastya1
Local device: mlx5_0

plz suggest me the exact way to use mfix with pbs job scheduler on hpc cluster

I do not know enough about your HPC cluster to help. You should try to get help from a local expert.

First step is to make sure “qsub” works on its own outside of MFiX - just try to “qsub” a trivial job like “ls” or something .