pbs_demux
job execution engine for Torque batch system
Install
- All systems
-
curl cmd.cat/pbs_demux.sh
- Debian
-
apt-get install torque-mom
- Ubuntu
-
apt-get install torque-mom
- Fedora
-
dnf install torque-mom
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install torque-mom
- Raspbian
-
apt-get install torque-mom
- Dockerfile
- dockerfile.run/pbs_demux
torque-mom
job execution engine for Torque batch system
The TORQUE server dispatches jobs across physically separated machines. It may also be beneficial for single machines to organise the sequential execution of multiple jobs. The pbs_mom daemon is executed on those machines that perform the computations. This package should be installed on all these execute hosts. The mom, the client and the server can all be installed on the same machine.
torque-client
command line interface to Torque server
The TORQUE server dispatches jobs across physically separated machines. It may also be beneficial for single machines to organise the sequential execution of multiple jobs. This package contains the command-line client programs. These should be installed on all hosts that should be able to submit jobs, query for their status or cancel their execution. The client contacts the server directly.