Sunday, March 9, 2014

Uninstalling Torque

Let's say you made a wrong installation and you wish to do a fresh install of torque, you can to the installation directory and issue the command

# make uninstall

Later you can proceed to remove the directory
# rm -Rv --force /var/spool/torque
# rm -Rv --force /opt/torque
# rm --force /etc/init.d/ trqauthd
# rm --force /etc/init.d/pbs_server
# rm --force /etc/init.d/pbs_sched
# rm --force /etc/init.d/pbs_mom 

No comments: