Detailed explanation of Linux system cluster installation and parallel computing

Source: Internet
Author: User
For details about how to install a Linux system cluster and how to run parallel computing-Linux Enterprise Application-Linux server application information, see the following. 1. Linux Installation

The installation process is not detailed. Note that during installation, if the cluster is not connected to the outside world, you can select rsh as a trusted service regardless of security considerations. Be sure to install the corresponding software package; if you need to connect to the outside world, you should select ssh as a trusted service for security purposes. After installation, ensure that each node can log on to each other using ssh. Each node's sshd should be able to provide services normally. Host Name: node1. .. noden (My Structure

System created n = 2)

2. Create an NFS service

Create the mpi directory under the public directory of the server node, configure it as an NFS server, and add a line to the/etc/exports file:


CODE:/public/mpi node1 (rw) node2 (rw)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.