How To Install torque-mom on Fedora 36

In this tutorial we learn how to install torque-mom in Fedora 36. torque-mom is Node execution daemon for TORQUE

Introduction

In this tutorial we learn how to install torque-mom on Fedora 36.

What is torque-mom

TORQUE (Tera-scale Open-source Resource and QUEue manager) is a resource manager providing control over batch jobs and distributed compute nodes. TORQUE is based on OpenPBS version 2.3.12 and incorporates scalability, fault tolerance, and feature extension patches provided by USC, NCSA, OSC, the U.S. Dept of Energy, Sandia, PNNL, U of Buffalo, TeraGrid, and many other leading edge HPC organizations. This package holds the execute daemon required on every node.

We can use yum or dnf to install torque-mom on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install torque-mom.

Install torque-mom on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install torque-mom using dnf by running the following command:

sudo dnf -y install torque-mom

Install torque-mom on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install torque-mom using yum by running the following command:

sudo yum -y install torque-mom

How To Uninstall torque-mom on Fedora 36

To uninstall only the torque-mom package we can use the following command:

sudo dnf remove torque-mom

torque-mom Package Contents on Fedora 36

/etc/torque/mom
/etc/torque/mom/config
/etc/torque/mom/mom.layout
/usr/bin/pbs_track
/usr/lib/.build-id
/usr/lib/.build-id/45
/usr/lib/.build-id/45/1dd921ed1488b937937163b08b39501346a11c
/usr/lib/.build-id/48
/usr/lib/.build-id/48/d7795a702f7e99ab52c4acca6a7ebbf8bcbdb5
/usr/lib/.build-id/51
/usr/lib/.build-id/51/1e90f6069bceb23b821d3269fa3e828246689e
/usr/lib/.build-id/8a/5a3025ad986585dddf54580b87f8ac62580b5b
/usr/lib/systemd/system/pbs_mom.service
/usr/sbin/momctl
/usr/sbin/pbs_demux
/usr/sbin/pbs_mom
/usr/sbin/qnoded
/usr/share/man/man8/pbs_mom.8.gz
/var/lib/torque/mom_logs
/var/lib/torque/mom_priv
/var/lib/torque/mom_priv/config
/var/lib/torque/mom_priv/jobs
/var/lib/torque/mom_priv/mom.layout
/var/log/torque
/var/log/torque/mom_logs

References

Summary

In this tutorial we learn how to install torque-mom on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).