| 18 | | * System:Ubuntu 8.04 LTS |
| 19 | | * PBS:Torque 2.3.3 |
| 20 | | |
| | 18 | * Environment: |
| | 19 | * Virtual Machine:Sun xVM VirtualBox 1.6.0 |
| | 20 | * Operation System:Ubuntu 8.04 LTS |
| | 21 | * PBS:Torque 2.3.3 |
| | 22 | * download: |
| | 23 | {{{ |
| | 24 | wget http://www.clusterresources.com/downloads/torque/torque-2.3.3.tar.gz |
| | 25 | }}} |
| | 26 | * Extract and build: |
| | 27 | {{{ |
| | 28 | tar zxvf torque-2.3.3.tar.gz |
| | 29 | cd torque-2.3.3 |
| | 30 | ./configure --prefix=/opt/torque-2.3.3 |
| | 31 | make |
| | 32 | make install |
| | 33 | }}} |
| | 34 | * ' configure: error: C compiler cannot create executables ' or ' C compiler cannot create executables ' |
| | 35 | {{{ |
| | 36 | sudo apt-get install libc6-dev |
| | 37 | }}} |