Project

General

Profile

Setup job submission server » History » Version 4

Neil Voss, 05/19/2010 02:16 PM

1 1 Neil Voss
h1. Setup job submission server
2
3
h2. Setting up PBS on processing server side 
4
5 4 Neil Voss
h2. Install PBS
6 1 Neil Voss
7 4 Neil Voss
You'll need to install a "Portable Batch System":http://en.wikipedia.org/wiki/Portable_Batch_System for job submission, such as "TORQUE":http://en.wikipedia.org/wiki/TORQUE_Resource_Manager. Torque comes with Fedora and CentOS 5.4. For YUM based systems type:
8 1 Neil Voss
9 4 Neil Voss
<pre>
10
sudo yum -y install torque-server
11
</pre>
12
13
After installing torque it needs to be configured. Sorry, we have no documentation for configuring torque at this time. You may try http://www.clusterresources.com/products/torque-resource-manager.php
14 2 Neil Voss
15
_________
16
17 3 Neil Voss
[[Setup Remote Processing |^ Setup Remote Processing]] | [[Configure web server to submit jobs|Configure web server to submit jobs >]]
18 2 Neil Voss
19
______