Top "Pbs" questions

PBS stands for portable batch system, and describes a family of software products for high performance computing.

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
is there a way to change the walltime for currently running PBS job

I underestimated the amount of time a job would take. Would it be possible to change the time limit for …

pbs
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
delete jobs by grepping qstat output and sending jobid to qdel?

I am using PBS job scheduler on my cluster, and I would like to delete jobs older than a certain …

bash grep pbs
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
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
Running R script through qsub

I am trying to run an R script called test.r through qsub. My R script is as follows: #!/usr/…

r bash pbs qsub rscript