QligFEP automatically generates runCLUSTER.sh within inputfiles. The problem is that generated run.sh always contains:
time mpirun -np 32 $qdyn eq1.inp > eq1.log (for example)
which will run for example on CSB, but not on Tetralith where mpirun should be replaced with mpprun
it can be replaced manually with sed -i 's/mpi/mpp/g' run.sh but it is not really convenient if there is a lot of molecules.