[Head & Compute Node] 1. Download torque-3.0.5.tar.gz with wget $ wget -O torque-3.0.5.tar.gz "http://wpfilebase.s3.amazonaws.com/torque/snapshots/torque-3.0.5-snap.201203201448.tar.gz?AWSAccessKeyId=AKIAJN2PZU37BETGCSOQ&Expires=1429823823&Signature=WWw28UBfaJeR6tB5Nekcm49htKQ%3D" 2. Unzip torque-3.0.5.tar.gz $ tar zxvf torque-3.0.5.tar.gz 3. Configure torque with appropriate options This is how..
1. Download JDK 6 using wget/curl (cli) wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/6u45-b06/jdk-6u45-linux-x64.bin" 2. Change mode to excutechmod +x jdk-6u45-linux-x64.bin 3. Install JDK6./jdk-6u45-linux-x64.bin 4. Move JDK directory mv jdk1.6.0_45 /usr/j..