Top "Torque" questions

TORQUE Resource Manager provides control over batch jobs and distributed computing resources.

How to submit a job to a specific node in PBS

How do I send a job to a specific node in PBS/TORQUE? I think you must specify the node …

bash shell pbs torque
how do i find a complete list of available torque pbs queues?

Q: How do I find the available PBS queues on the "typical" Torque MPI system? (asking our admin takes 24+ hours, …

queue pbs torque
Does qsub pass command line arguments to my script?

When I submit a job using qsub script.sh is $@ setted to some value inside script.sh? That is, are …

pbs qsub torque
Loading shared library in open-mpi/ mpi-run

I'm trying to run my program using torque scheduler using mpi run. Though in my pbs file I load all …

mpi pbs torque
Initialization of obd adapter

I am developing a android application which reads Obd data from vehicle's Obd adapter via bluetooth... I am facing issue …

android torque obd-ii
run a python script in qsub

I have a python script main_script.py that looks like this: import os Files = os.listdir(os.path.join(…

python qsub torque
Test MPI on a cluster

I am learning OpenMPI on a cluster. Here is my first example. I expect the output would show response from …

cluster-computing hpc openmpi pbs torque