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
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>/