How To Install torque-devel on CentOS 8
Introduction
In this tutorial we learn how to install torque-devel
on CentOS 8.
What is torque-devel
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 includes the header files and static libraries necessary for developing programs which will use torque. torque-devel 4.2.10 25.el8 x86_64 203 k torque-4.2.10-25.el8.src.rpm powertools Development tools for programs which will use the torque library http OpenPBS and TORQUEv1.1 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 includes the header files and static libraries necessary for developing programs which will use torque.
We can use yum
or dnf
to install torque-devel
on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install torque-devel.
Install torque-devel on CentOS 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
After updating yum database, We can install torque-devel
using dnf
by running the following command:
sudo dnf -y install torque-devel
Install torque-devel on CentOS 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
After updating yum database, We can install torque-devel
using yum
by running the following command:
sudo yum -y install torque-devel
How To Uninstall torque-devel on CentOS 8
To uninstall only the torque-devel
package we can use the following command:
sudo dnf remove torque-devel
torque-devel Package Contents on CentOS 8
/usr/bin/pbs-config
/usr/bin/pbs-config-i386
/usr/include/torque
/usr/include/torque/array_func.h
/usr/include/torque/attr_node_func.h
/usr/include/torque/catch_child.h
/usr/include/torque/checkpoint.h
/usr/include/torque/chk_file_sec.h
/usr/include/torque/common_cmds.h
/usr/include/torque/issue_request.h
/usr/include/torque/ji_mutex.h
/usr/include/torque/job_func.h
/usr/include/torque/job_recov.h
/usr/include/torque/job_route.h
/usr/include/torque/lib_ifl.h
/usr/include/torque/lib_mom.h
/usr/include/torque/lib_net.h
/usr/include/torque/lib_utils.h
/usr/include/torque/libcmds.h
/usr/include/torque/license_pbs.h
/usr/include/torque/log.h
/usr/include/torque/log_event.h
/usr/include/torque/mom_comm.h
/usr/include/torque/mom_job_func.h
/usr/include/torque/mom_main.h
/usr/include/torque/mom_process_request.h
/usr/include/torque/mom_server_lib.h
/usr/include/torque/node_func.h
/usr/include/torque/node_manager.h
/usr/include/torque/pbs_cmds.h
/usr/include/torque/pbs_constants.h
/usr/include/torque/pbs_error.h
/usr/include/torque/pbs_error_db.h
/usr/include/torque/pbs_ifl.h
/usr/include/torque/pbs_job.h
/usr/include/torque/pbs_log.h
/usr/include/torque/pbsd_init.h
/usr/include/torque/pbsd_main.h
/usr/include/torque/pbsnodes.h
/usr/include/torque/process_request.h
/usr/include/torque/prolog.h
/usr/include/torque/qsub_functions.h
/usr/include/torque/queue_func.h
/usr/include/torque/queue_recov.h
/usr/include/torque/queue_recycler.h
/usr/include/torque/reply_send.h
/usr/include/torque/req_delete.h
/usr/include/torque/req_deletearray.h
/usr/include/torque/req_getcred.h
/usr/include/torque/req_holdarray.h
/usr/include/torque/req_holdjob.h
/usr/include/torque/req_jobobit.h
/usr/include/torque/req_locate.h
/usr/include/torque/req_manager.h
/usr/include/torque/req_message.h
/usr/include/torque/req_modify.h
/usr/include/torque/req_movejob.h
/usr/include/torque/req_quejob.h
/usr/include/torque/req_register.h
/usr/include/torque/req_rerun.h
/usr/include/torque/req_rescq.h
/usr/include/torque/req_runjob.h
/usr/include/torque/req_select.h
/usr/include/torque/req_shutdown.h
/usr/include/torque/req_signal.h
/usr/include/torque/req_stat.h
/usr/include/torque/req_track.h
/usr/include/torque/rm.h
/usr/include/torque/rpp.h
/usr/include/torque/setup_env.h
/usr/include/torque/svr_connect.h
/usr/include/torque/svr_func.h
/usr/include/torque/svr_jobfunc.h
/usr/include/torque/svr_movejob.h
/usr/include/torque/tcp.h
/usr/include/torque/tm.h
/usr/include/torque/tm_.h
/usr/include/torque/trq_auth_daemon.h
/usr/include/torque/u_hash_map_structs.h
/usr/include/torque/u_lock_ctl.h
/usr/include/torque/u_memmgr.h
/usr/include/torque/uthash.h
/usr/lib/libtorque.so
/usr/share/man/man3/pbs_alterjob.3.gz
/usr/share/man/man3/pbs_checkpointjob.3.gz
/usr/share/man/man3/pbs_connect.3.gz
/usr/share/man/man3/pbs_default.3.gz
/usr/share/man/man3/pbs_deljob.3.gz
/usr/share/man/man3/pbs_disconnect.3.gz
/usr/share/man/man3/pbs_fbserver.3.gz
/usr/share/man/man3/pbs_get_server_list.3.gz
/usr/share/man/man3/pbs_geterrmsg.3.gz
/usr/share/man/man3/pbs_gpumode.3.gz
/usr/share/man/man3/pbs_gpureset.3.gz
/usr/share/man/man3/pbs_holdjob.3.gz
/usr/share/man/man3/pbs_locate.3.gz
/usr/share/man/man3/pbs_manager.3.gz
/usr/share/man/man3/pbs_movejob.3.gz
/usr/share/man/man3/pbs_msgjob.3.gz
/usr/share/man/man3/pbs_orderjob.3.gz
/usr/share/man/man3/pbs_rerunjob.3.gz
/usr/share/man/man3/pbs_rescquery.3.gz
/usr/share/man/man3/pbs_rescreserve.3.gz
/usr/share/man/man3/pbs_rlsjob.3.gz
/usr/share/man/man3/pbs_runjob.3.gz
/usr/share/man/man3/pbs_selectjob.3.gz
/usr/share/man/man3/pbs_selstat.3.gz
/usr/share/man/man3/pbs_sigjob.3.gz
/usr/share/man/man3/pbs_stagein.3.gz
/usr/share/man/man3/pbs_statjob.3.gz
/usr/share/man/man3/pbs_statnode.3.gz
/usr/share/man/man3/pbs_statque.3.gz
/usr/share/man/man3/pbs_statserver.3.gz
/usr/share/man/man3/pbs_submit.3.gz
/usr/share/man/man3/pbs_terminate.3.gz
/usr/share/man/man3/tm.3.gz
/usr/bin/pbs-config
/usr/bin/pbs-config-x86_64
/usr/include/torque
/usr/include/torque/array_func.h
/usr/include/torque/attr_node_func.h
/usr/include/torque/catch_child.h
/usr/include/torque/checkpoint.h
/usr/include/torque/chk_file_sec.h
/usr/include/torque/common_cmds.h
/usr/include/torque/issue_request.h
/usr/include/torque/ji_mutex.h
/usr/include/torque/job_func.h
/usr/include/torque/job_recov.h
/usr/include/torque/job_route.h
/usr/include/torque/lib_ifl.h
/usr/include/torque/lib_mom.h
/usr/include/torque/lib_net.h
/usr/include/torque/lib_utils.h
/usr/include/torque/libcmds.h
/usr/include/torque/license_pbs.h
/usr/include/torque/log.h
/usr/include/torque/log_event.h
/usr/include/torque/mom_comm.h
/usr/include/torque/mom_job_func.h
/usr/include/torque/mom_main.h
/usr/include/torque/mom_process_request.h
/usr/include/torque/mom_server_lib.h
/usr/include/torque/node_func.h
/usr/include/torque/node_manager.h
/usr/include/torque/pbs_cmds.h
/usr/include/torque/pbs_constants.h
/usr/include/torque/pbs_error.h
/usr/include/torque/pbs_error_db.h
/usr/include/torque/pbs_ifl.h
/usr/include/torque/pbs_job.h
/usr/include/torque/pbs_log.h
/usr/include/torque/pbsd_init.h
/usr/include/torque/pbsd_main.h
/usr/include/torque/pbsnodes.h
/usr/include/torque/process_request.h
/usr/include/torque/prolog.h
/usr/include/torque/qsub_functions.h
/usr/include/torque/queue_func.h
/usr/include/torque/queue_recov.h
/usr/include/torque/queue_recycler.h
/usr/include/torque/reply_send.h
/usr/include/torque/req_delete.h
/usr/include/torque/req_deletearray.h
/usr/include/torque/req_getcred.h
/usr/include/torque/req_holdarray.h
/usr/include/torque/req_holdjob.h
/usr/include/torque/req_jobobit.h
/usr/include/torque/req_locate.h
/usr/include/torque/req_manager.h
/usr/include/torque/req_message.h
/usr/include/torque/req_modify.h
/usr/include/torque/req_movejob.h
/usr/include/torque/req_quejob.h
/usr/include/torque/req_register.h
/usr/include/torque/req_rerun.h
/usr/include/torque/req_rescq.h
/usr/include/torque/req_runjob.h
/usr/include/torque/req_select.h
/usr/include/torque/req_shutdown.h
/usr/include/torque/req_signal.h
/usr/include/torque/req_stat.h
/usr/include/torque/req_track.h
/usr/include/torque/rm.h
/usr/include/torque/rpp.h
/usr/include/torque/setup_env.h
/usr/include/torque/svr_connect.h
/usr/include/torque/svr_func.h
/usr/include/torque/svr_jobfunc.h
/usr/include/torque/svr_movejob.h
/usr/include/torque/tcp.h
/usr/include/torque/tm.h
/usr/include/torque/tm_.h
/usr/include/torque/trq_auth_daemon.h
/usr/include/torque/u_hash_map_structs.h
/usr/include/torque/u_lock_ctl.h
/usr/include/torque/u_memmgr.h
/usr/include/torque/uthash.h
/usr/lib64/libtorque.so
/usr/share/man/man3/pbs_alterjob.3.gz
/usr/share/man/man3/pbs_checkpointjob.3.gz
/usr/share/man/man3/pbs_connect.3.gz
/usr/share/man/man3/pbs_default.3.gz
/usr/share/man/man3/pbs_deljob.3.gz
/usr/share/man/man3/pbs_disconnect.3.gz
/usr/share/man/man3/pbs_fbserver.3.gz
/usr/share/man/man3/pbs_get_server_list.3.gz
/usr/share/man/man3/pbs_geterrmsg.3.gz
/usr/share/man/man3/pbs_gpumode.3.gz
/usr/share/man/man3/pbs_gpureset.3.gz
/usr/share/man/man3/pbs_holdjob.3.gz
/usr/share/man/man3/pbs_locate.3.gz
/usr/share/man/man3/pbs_manager.3.gz
/usr/share/man/man3/pbs_movejob.3.gz
/usr/share/man/man3/pbs_msgjob.3.gz
/usr/share/man/man3/pbs_orderjob.3.gz
/usr/share/man/man3/pbs_rerunjob.3.gz
/usr/share/man/man3/pbs_rescquery.3.gz
/usr/share/man/man3/pbs_rescreserve.3.gz
/usr/share/man/man3/pbs_rlsjob.3.gz
/usr/share/man/man3/pbs_runjob.3.gz
/usr/share/man/man3/pbs_selectjob.3.gz
/usr/share/man/man3/pbs_selstat.3.gz
/usr/share/man/man3/pbs_sigjob.3.gz
/usr/share/man/man3/pbs_stagein.3.gz
/usr/share/man/man3/pbs_statjob.3.gz
/usr/share/man/man3/pbs_statnode.3.gz
/usr/share/man/man3/pbs_statque.3.gz
/usr/share/man/man3/pbs_statserver.3.gz
/usr/share/man/man3/pbs_submit.3.gz
/usr/share/man/man3/pbs_terminate.3.gz
/usr/share/man/man3/tm.3.gz
References
- [torque-devel website](http://www.adaptivecomputing.com/products/open-source/torque/ http://www.adaptivecomputing.com/products/open-source/torque/)
Summary
In this tutorial we learn how to install torque-devel
on CentOS 8 using yum and dnf.