menu

0-1. Getting Start

Login to JAIST Parallel Computers

You can log-in to one of our computer servers using "SSH".

Secure Shell (SSH) is a UNIX-based command interface for getting access to a remote computer.
If you are a windows user, please install a ssh client software (eg. putty, teraterm, MobaXterm...) or Windows10 Subsystem for Linux.

 

% ssh  <host name>

Tutorials

Tutorials are located in the following links.

After 2017

After 2011

Before 2010

Sample scripts

Sample scripts for beginners are available for each parallel  computing system. They are located in the directory below;

/Samples

Copy the samples directory to your working space and you can get started with the scripts.

・Example: Copying the Samples directory to /work/<user name>/.

 %cp -r /Samples/xxxxxxxxx   /home/<user name>/