Torque

1. Add to /etc/apt/sources.list

deb http://dk.archive.ubuntu.com/ubuntu/ xenial main

deb http://dk.archive.ubuntu.com/ubuntu/ xenial universe


2. Install ssh

1. sudo apt update

2. sudo apt install ssh


3. Setup passwordless SSH login

1. ssh-keygen -t rsa

2. cd .ssh

3. cat id_rsa.pub > authorized_keys


4. Add IP and hostname to /etc/hosts

1. hostname -I

2. sudo vim /etc/hosts


5. How to Install Torque

Installing Torque/PBS job scheduler on Ubuntu 14.04 LTS / 16.04 LTS


6. PBS examples

1. R1

qsub R1.sh

2. how to specify error log file and output file in qsub

3. hello.c

mpicc hello.c -o hii

qsub e2.sh

4. Tensorflow

mnist.py

qsub mnist.sh


7. References

PuTTY 2021

R in the Supercomputer 2020 -

Supercomputer 2019 - 2021

MPI 2021

AI Seminar 2021 -



Korean English