How To Install torque-drmaa on Fedora 36
Introduction
In this tutorial we learn how to install torque-drmaa
on Fedora 36.
What is torque-drmaa
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. Run time files for working the DRMAA interface to torque. DRMAA is “Distributed Resource Management Application API”
We can use yum
or dnf
to install torque-drmaa
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install torque-drmaa.
Install torque-drmaa 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-drmaa
using dnf
by running the following command:
sudo dnf -y install torque-drmaa
Install torque-drmaa 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-drmaa
using yum
by running the following command:
title: “How To Install torque-drmaa on Fedora 36”
sudo yum -y install torque-drmaa
linkTitle: "torque-drmaa"
type: “docs”
How To Uninstall torque-drmaa on Fedora 36
description: “In this tutorial we learn how to install torque-drmaa in Fedora 36. torque-drmaa is Run time files for the drmaa interface”
date: “2022-08-17”
To uninstall only the torque-drmaa
package we can use the following command:
lastmod: “2022-08-17”
#image: /images/fedora/36/torque-drmaa-featured.png
sudo dnf remove torque-drmaa
---
Introduction
torque-drmaa Package Contents on Fedora 36
In this tutorial we learn how to install torque-drmaa
on Fedora 36.
### What is `torque-drmaa`
> 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. Run time files for working the DRMAA interface to torque. DRMAA is "Distributed Resource Management Application API"
We can use `yum` or `dnf` to install `torque-drmaa` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install torque-drmaa.
## Install torque-drmaa on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install torque-drmaa
using dnf
by running the following command:
sudo dnf -y install torque-drmaa
Install torque-drmaa 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-drmaa
using yum
by running the following command:
sudo yum -y install torque-drmaa
How To Uninstall torque-drmaa on Fedora 36
To uninstall only the torque-drmaa
package we can use the following command:
sudo dnf remove torque-drmaa
torque-drmaa Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/23
/usr/lib/.build-id/23/32274475ea3786cba224973c6548bdab0ef98f
/usr/lib/libdrmaa.so.0
/usr/lib/libdrmaa.so.0.0.0
References
Summary
In this tutorial we learn how to install torque-drmaa
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/4a /usr/lib/.build-id/4a/26473a4f66b8ee006e00a0104c2a235ffcd668 /usr/lib64/libdrmaa.so.0 /usr/lib64/libdrmaa.so.0.0.0
## References
* [torque-drmaa website](https://github.com/adaptivecomputing/torque/)
## Summary
In this tutorial we learn how to install `torque-drmaa` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).